// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Table3' , 'Table3LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
			F_OM('Rectangle1' , 'Rectangle1LYR', 'img', 'Table3',new Array(
			'Mouse Over','UrLocalHookup','Show','',0,
			'Mouse Over','MastroAFC','Hide','',0,
			'Mouse Over','HardCore','Hide','',0,
			'Mouse Over','BestDeal','Hide','',0,
			'Mouse Over','Lamirage','Hide','',0,
			'Clicked','Layout','Go To','http://urlocalhookup.com',0),'',0);
 
			F_OM('Rectangle2' , 'Rectangle2LYR', 'img', 'Table3',new Array(
			'Mouse Over','UrLocalHookup','Hide','',0,
			'Mouse Over','MastroAFC','Hide','',0,
			'Mouse Over','HardCore','Hide','',0,
			'Mouse Over','BestDeal','Show','',0,
			'Mouse Over','Lamirage','Hide','',0,
			'Clicked','Layout','Go To','http://bestdealonprepaid.com',0),'',0);
 
			F_OM('Rectangle3' , 'Rectangle3LYR', 'img', 'Table3',new Array(
			'Mouse Over','UrLocalHookup','Hide','',0,
			'Mouse Over','MastroAFC','Hide','',0,
			'Mouse Over','HardCore','Show','',0,
			'Mouse Over','BestDeal','Hide','',0,
			'Mouse Over','Lamirage','Hide','',0,
			'Clicked','Layout','Go To','http://hardcoreepoxyfloor.com',0),'',0);
 
			F_OM('Rectangle4' , 'Rectangle4LYR', 'img', 'Table3',new Array(
			'Mouse Over','UrLocalHookup','Hide','',0,
			'Mouse Over','MastroAFC','Show','',0,
			'Mouse Over','HardCore','Hide','',0,
			'Mouse Over','BestDeal','Hide','',0,
			'Mouse Over','Lamirage','Hide','',0,
			'Clicked','Layout','Go To','http://mastroafc.org',0),'',0);
 
			F_OM('Rectangle6' , 'Rectangle6LYR', 'img', 'Table3',new Array(
			'Mouse Over','UrLocalHookup','Hide','',0,
			'Mouse Over','MastroAFC','Hide','',0,
			'Mouse Over','HardCore','Hide','',0,
			'Mouse Over','BestDeal','Hide','',0,
			'Mouse Over','Lamirage','Show','',0,
			'Clicked','Layout','Go To','http://lamirage.info',0),'',0);
 
		F_OM('ThumbnailLayout' , 'ThumbnailLayoutLYR', 'lyr', 'LayoutRegion1',null,'',0);
 
			F_OM('UrLocalHookup' , 'UrLocalHookupLYR', 'img', 'ThumbnailLayout',new Array(
			'Clicked','Layout','Go To','http://urlocalhookup.com',0),'',0);
 			F_OM('Lamirage' , 'LamirageLYR', 'img', 'ThumbnailLayout',new Array(
			'Clicked','Layout','Go To','http://lamirage.info',0),'',0);
 			F_OM('BestDeal' , 'BestDealLYR', 'img', 'ThumbnailLayout',new Array(
			'Clicked','Layout','Go To','http://bestdealonprepaid.com',0),'',0);
 			F_OM('HardCore' , 'HardCoreLYR', 'img', 'ThumbnailLayout',new Array(
			'Clicked','Layout','Go To','http://hardcoreepoxyfloor.com',0),'',0);
 			F_OM('MastroAFC' , 'MastroAFCLYR', 'img', 'ThumbnailLayout',new Array(
			'Clicked','Layout','Go To','http://mastroafc.org',0),'',0);
 
	F_OM('LayoutRegion3' , 'LayoutRegion3LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Table8' , 'Table8LYR', 'lyr', 'LayoutRegion3',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Rectangle1A').bind('click', function(__e) { return (F_e('Rectangle1', F_CL, __e)); } );
	$('#Rectangle1A').bind('mouseover', function(__e) { return (F_e('Rectangle1', F_MV, __e)); } );
	$('#Rectangle2A').bind('click', function(__e) { return (F_e('Rectangle2', F_CL, __e)); } );
	$('#Rectangle2A').bind('mouseover', function(__e) { return (F_e('Rectangle2', F_MV, __e)); } );
	$('#Rectangle3A').bind('click', function(__e) { return (F_e('Rectangle3', F_CL, __e)); } );
	$('#Rectangle3A').bind('mouseover', function(__e) { return (F_e('Rectangle3', F_MV, __e)); } );
	$('#Rectangle4A').bind('click', function(__e) { return (F_e('Rectangle4', F_CL, __e)); } );
	$('#Rectangle4A').bind('mouseover', function(__e) { return (F_e('Rectangle4', F_MV, __e)); } );
	$('#Rectangle6A').bind('click', function(__e) { return (F_e('Rectangle6', F_CL, __e)); } );
	$('#Rectangle6A').bind('mouseover', function(__e) { return (F_e('Rectangle6', F_MV, __e)); } );
});
// End Actions


