// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text802' , 'Text802LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text802','Fly','In From Top',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 157, height: 157, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '4', 'Number of Images': '5', 'Image 1': './TBen.JPG', 'Image 2': './TDelores.JPG', 'Image 3': './TFred.JPG', 'Image 4': './TNolan.JPG', 'Image 5': './TTammy.JPG', 'Image Width': '157', 'Image Height': '157', 'X Position': '801', 'Y Position': '316', 'BackgroundColor': '16777215' }
	});
});
// End jMedia Components


