// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture80' , 'Picture80LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture80','Fly','In From Right',0,
	'Clicked','Layout','Go To','./index.html',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture80A').bind('click', function(__e) { return (F_e('Picture80', F_CL, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture4").media({ width: 177, height: 133, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '2', 'Number of Images': '12', 'Image 1': './AUDI.jpg', 'Image 2': './BENZ.jpg', 'Image 3': './BMW.jpg', 'Image 4': './bmw-z4m-2006-2_small.jpg', 'Image 5': './chevrolet_corvette_c6_zo6-11_small.jpg', 'Image 6': './FERRARI.jpg', 'Image 7': './ford_shelby_cobra_gt500-21_small.jpg', 'Image 8': './honda-s2000-2006-6_small.jpg', 'Image 9': './INFINITI.jpg', 'Image 10': './JAGUAR.jpg', 'Image 11': './jaguar-xk-convertible-2006-7_small.jpg', 'Image 12': './LEXUS.jpg', 'Image Width': '177', 'Image Height': '133', 'X Position': '409', 'Y Position': '346', 'BackgroundImage': './BlueBackground.gif' }
	});
});
// End jMedia Components

