// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture25' , 'Picture25LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture25','Wipe','In From Left',0),'',0);
 	F_OM('Picture26' , 'Picture26LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture26','Wipe','In From Left',0),'',0);
 	F_OM('Flash1' , 'Flash1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('NavigationBar6' , 'NavigationBar6LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Banner1' , 'Banner1LYR', 'img', 'Layout',null,'',0);
 
	F_OM('NavigationBar5' , 'NavigationBar5LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

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

