
function printPage() {
  if (window.print)
    window.print()
  else
    alert("Sorry, your browser doesn't support this feature. You can print directly from your browser.");
}


$(document).ready(function() {

	// flash
	$('.home .visual').flash({
		src: '/flash/sherr-homepage-flash.swf',
		wmode: 'transparent', 
		width: 960,
		height: 244
	});

});





