if (isFlash == "true") 
{
	if (navigator.appName.indexOf("Microsoft")!=-1) 
	{
		document.write('<div id="flying" style="position:absolute; top:0px; left:0px; width:10px; height:100%; overflow:hidden; z-index:99;">');
		document.write('<center>');
		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
		document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"');
		document.write('width="100%" height="100%" id="animObject" align="middle">');
		document.write('<param name="allowScriptAccess" value="sameDomain" />');
		document.write('<param name="movie" value="/cowFly/animObject316.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<param name="bgcolor" value="#ffffff" />');
		document.write('<param name="FlashVars" value="clickNum='+theValue+'"'+' />');
		document.write('<embed src="/cowFly/animObject316.swf"');
		document.write('FlashVars="'+'clickNum='+theValue+'"');
		document.write('quality="high" wmode="transparent" bgcolor="#ffffff" width="100%" height="100%"');
		document.write('name="animObject" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"');
		document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
		document.write('</object>');
		document.write('</center>');
		document.write('</div>');
	} 
	else if(navigator.userAgent.indexOf("Firefox")!=-1)
	{
		var versionIs=navigator.userAgent.indexOf("Firefox")+8;
		if(parseInt(navigator.userAgent.charAt(versionIs))<2)
		{
			var oldFF='yes';
		}
		else
		{
			var oldFF='no';
			document.write('<div id="flying" style="position:absolute; top:0px; left:0px; width:10px; height:100%; overflow:hidden; z-index:99;">');
			document.write('<center>');
			document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
			document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"');
			document.write('width="100%" height="600" id="animObject" align="middle">');
			document.write('<param name="allowScriptAccess" value="sameDomain" />');
			document.write('<param name="movie" value="/cowFly/animObject316.swf" />');
			document.write('<param name="quality" value="high" />');
			document.write('<param name="wmode" value="transparent" />');
			document.write('<param name="bgcolor" value="#ffffff" />');
			document.write('<param name="FlashVars" value="clickNum='+theValue+'"'+' />');
			document.write('<embed src="/cowFly/animObject316.swf"');
			document.write('FlashVars="'+'clickNum='+theValue+'"');
			document.write('quality="high" wmode="transparent" bgcolor="#ffffff" width="100%" height="600"');
			document.write('name="animObject" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"');
			document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
			document.write('</object>');
			document.write('</center>');
			document.write('</div>');
		}
	}
	else
	{
		document.write('<div id="flying" style="position:absolute; top:0px; left:0px; width:10px; height:100%; overflow:hidden; z-index:99;">');
		document.write('<center>');
		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
		document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"');
		document.write('width="100%" height="100%" id="animObject" align="middle">');
		document.write('<param name="allowScriptAccess" value="sameDomain" />');
		document.write('<param name="movie" value="/cowFly/animObject316.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<param name="bgcolor" value="#ffffff" />');
		document.write('<param name="FlashVars" value="clickNum='+theValue+'"'+' />');
		document.write('<embed src="/cowFly/animObject316.swf"');
		document.write('FlashVars="'+'clickNum='+theValue+'"');
		document.write('quality="high" wmode="transparent" bgcolor="#ffffff" width="100%" height="100%"');
		document.write('name="animObject" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"');
		document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
		document.write('</object>');
		document.write('</center>');
		document.write('</div>');
	}
}
