// hook to the onLoad event
Event.onDOMReady(function(){
	initWorkPage();
});