// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture10' , 'Picture10LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('CircleHotspot2' , 'circ', 'Picture10',new Array(
		'Clicked','Picture10','Fly',F_Parm('direction',270,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',2,'reverse',true,'message','PictureIsIn'),0,
		'Clicked','Layout','Go To','../FCYSA_Hitathon_Form_2-5-8.pdf',0),210,197,14);
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#CircleHotspot2').bind('click', function(__e) { return (F_e('CircleHotspot2', F_CL, __e)); } );
});
// End Actions

