// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture12' , 'Picture12LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture12','Set Image',F_Parm('Image 1 (Normal)','./assets/images/Maureen_O_Hara_v1.jpg','Image 2 (Highlighted)','./assets/images/Maureen_O_Hara_v2.jpg','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Mouse Out','Picture12','Use Image','Image 1 (Normal)',0,
	'Mouse Over','Picture12','Use Image','Image 2 (Highlighted)',0,
	'Clicked','Layout','Go To','openpopup_378f(\' http://www.moharamagazine.com/ \') ',0),'',0);
 
	F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture12A').bind('click', function(__e) { return (F_e('Picture12', F_CL, __e)); } );
	$('#Picture12A').bind('mouseout', function(__e) { return (F_e('Picture12', F_MT, __e)); } );
	$('#Picture12A').bind('mouseover', function(__e) { return (F_e('Picture12', F_MV, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 800, height: 200,
		src: './assets/applets/Glengarriff_Header_Photos.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

