// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Hidden',F_functMasterBorderAction0,'','',0));
	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',new Array(
	'Clicked',F_functPicture9Action0,'','',0),'',0);
 
	F_pageLoaded('Layout');
}
function F_functMasterBorderAction0(params) {
window.scrollTo(0,0)
}

function F_functPicture9Action0(params) {
window.scrollTo(0,0)
}


 
$(document).ready( function() {
F_onLoaded();
	$('#Picture9A').bind('click', function(__e) { return (F_e('Picture9', F_CL, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash4").media({ width: 291, height: 568,
		src: './bushpowerleftflash5.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
$(document).ready(
function() {
	$("#Flash1").media({ width: 662, height: 296,
		src: './bushpower1.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'transparent' }
	});
});
// End jMedia Components


