// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('earthtext' , 'earthtextLYR', 'img', 'Layout',new Array(
	'Page Loaded','earthtext','Wipe','In From Bottom Left',0),'',0);
 	F_OM('logo' , 'logoLYR', 'img', 'Layout',new Array(
	'Page Loaded','logo','Iris','In',0),'',0);
 	F_OM('enterUSA' , 'enterUSALYR', 'img', 'Layout',new Array(
	'Page Loaded','enterUSA','Iris','In',0),'',0);
 	F_OM('enterINT' , 'enterINTLYR', 'img', 'Layout',new Array(
	'Page Loaded','enterINT','Iris','In',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


