// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Cell94' , 'Cell94LYR', 'lyr', 'Table1',null,'',0);
			F_OM('Cell94Link1' , '', 'tln', 'Cell94',new Array(
			
'Clicked','Layout','Open Window',F_Parm('name','','URL','http://www.shawnray.com/content/view/78/2/','width',800,'height',600,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0
),'',0);
 
	F_OM('Picture11' , 'Picture11LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Table2' , 'Table2LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Cell94Link1').bind('click', function(__e) { return (F_e('Cell94Link1', F_CL, __e)); } );
});
// End Actions

