// JavaScript Document

function switchheader( )
{
	document.getElementById( 'flash' ).innerHTML = '<a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&amp;promoid=BIOW" target="_blank"><img src="/images/stories/content_img/banner.jpg" height="223" width="418" border="0" alt="" /></a>';
	      var fo = new FlashObject("/images/stories/flash/video.swf", "swf", "418", "223", "0");
		fo.addParam("wMode", "transparent"); 
		fo.write("flash");
	
}