// 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('Text118' , 'Text118LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text118','Peek','In From Left',1),'',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

