// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Picture159','Show','',0));
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Table5' , 'Table5LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'LayoutRegion1',null,'',0);
 
	F_OM('Picture159' , 'Picture159LYR', 'img', 'Layout',new Array(
	'Transition Started','Layout','Go To URL','',0,
	'Clicked','Layout','Go To','http://rediequip.net/oscommerceAUG2008/catalog/',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture159A').bind('click', function(__e) { return (F_e('Picture159', F_CL, __e)); } );
});
// End Actions

