// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Layout','','',1));
	F_OM('Line1' , 'Line1LYR', 'img', 'Layout',null,'',0);
 	F_OM('Text91' , 'Text91LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Picture18' , 'Picture18LYR', 'img', 'Layout',null,'',0);
 	F_OM('Component3' , 'Component3LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Picture19' , 'Picture19LYR', 'img', 'Layout',null,'',0);
 	F_OM('NavigationBar2' , 'NavigationBar2LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('NavigationBar4' , 'NavigationBar4LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Banner1' , 'Banner1LYR', 'img', 'Layout',null,'',0);
 	F_OM('Text192' , 'Text192LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Picture13' , 'Picture13LYR', 'img', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


