// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Layout','Delay',F_Exp('{action:"",delay:30,continuous:false}'),1));
	F_OM('ScreenDoor1' , 'ScreenDoor1LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture1' , 'Picture1LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','./html/information.html',0),'',0);
 	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

