<!--
var MM_contentVersion = 4;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
	var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	for (var i = 0; i < words.length; ++i)
	{
	if (isNaN(parseInt(words[i])))
	continue;
	var MM_PluginVersion = words[i]; 
	}
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.writeln('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.writeln('on error resume next \n');
	document.writeln('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.writeln('</SCR' + 'IPT\> \n');
}
if ( MM_FlashCanPlay ) {
	document.writeln('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.writeln('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" ');
	document.writeln(' ID="home_animation" WIDTH="670" HEIGHT="265" ALIGN="">');
	document.writeln(' <PARAM NAME=movie VALUE="images/home_animation.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#ffffff>  '); 
	document.writeln(' <EMBED src="images/home_animation.swf" quality=high bgcolor=#ffffff  ');
	document.writeln(' swLiveConnect=FALSE WIDTH="670" HEIGHT="265" NAME="home_animation" ALIGN=""');
	document.writeln(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.writeln(' </EMBED>');
	document.writeln(' </OBJECT>');
} else {
	document.writeln('<img src="images/home_animation.jpg" alt="" width="670" height="264" border="0">');
}
//-->