// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture16','Show','',0,
	'Mouse Out','Picture16','Hide','',0,
	'Clicked','Layout','Go To','openpopup_27b5(\' ./Savvy_Aug092.pdf \') ',0),'',0);
 	F_OM('Picture16' , 'Picture16LYR', 'img', 'Layout',null,'',0);
 	F_OM('Table4' , 'Table4LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Flash5' , 'Flash5LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture9A').bind('click', function(__e) { return (F_e('Picture9', F_CL, __e)); } );
	$('#Picture9A').bind('mouseover', function(__e) { return (F_e('Picture9', F_MV, __e)); } );
	$('#Picture9A').bind('mouseout', function(__e) { return (F_e('Picture9', F_MT, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash5").media({ width: 254, height: 49,
		src: './assets/applets/pcihome2.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components


