<!--

var UseFlash = 0;

if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] ) {

	var plugin = navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;

	if (plugin && parseInt(plugin.description.substring(plugin.description.indexOf(".")-1))>=5)

		UseFlash = 1;

} else if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 

	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {

	UseFlash = 1;

}

if (document.cookie && (document.cookie.indexOf("FlashRenderOption=P") >= 0)) {

	UseFlash = 1;

} else if (document.cookie && (document.cookie.indexOf("FlashRenderOption=I") >= 0)) {

	UseFlash = 0;

}

if ( UseFlash ) {	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"');
document.write(' ID=screw ball width="600" height="450">');
document.write('<param name="movie" value="cwo_final.swf">');
document.write('<param name="quality" value="best">');
document.write('<embed src="cwo_final.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ');
document.write('type="application/x-shockwave-flash" swLiveConnect=FALSE width="600" height="450"></embed>');
document.write('</object>');
	
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)) {
	document.write('<h3 align="left">You don\'t have Macromedia Flash Player!</h3>');
	document.write('<p class="textalt">This site makes use of <A HREF="http://www.macromedia.com/software/flash/"');
	document.write('TARGET="_blank">Macromedia&reg; Flash&trade;</A> software. To experience it the way we intended, you');
	document.write('need Macromedia Flash Player, a plug-in for your Web Browser that can play the content we\'ve');
	document.write('created.</p>');
	document.write('<p class="textalt">Why not download and install it now? It\'s easy, and you\'ll be joining more than 436 million');
	document.write('people who can experience musical tracks, sound effects, and animations integrated with innovative');
	document.write('interfaces.</p>');
	document.write('<p class="textalt">You can download <A HREF="http://www.macromedia.com/software/flash/"');
	document.write('TARGET="_blank">Macromedia&reg; Flash&trade; here</A>.</p>');
	document.write('<p class="textalt"><i>Macromedia and Flash are trademarks of Macromedia, Inc.</i></p>');
}
//-->