// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture20' , 'Picture20LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture20','Fly','In From Right',0),'',0);
 
	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text4','Fly','In From Top',0),'',0);
 
	F_OM('Text9' , 'Text9LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text9','Fly','In From Top',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture2").media({ width: 167, height: 60, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '2', 'Number of Images': '5', 'Image 1': './oregon_logo.jpg', 'Image 2': './stihl.jpg', 'Image 3': './jonsered_ogo.jpg', 'Image 4': './stihl.jpg', 'Image 5': './kawasakilogogr.bmp', 'Image Width': '167', 'Image Height': '62', 'X Position': '655', 'Y Position': '33', 'BackgroundColor': '16777215' }
	});
});
// End jMedia Components


