var MM_contentVersion = 9;
var GL_swfName = "ice_guest/IceGuest.swf";
var GL_swfWidth = "848";
var GL_swfHeight = "355";
var GL_bgColor = "#FFFFFF";
var isTransparent = true;
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.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}
if ( MM_FlashCanPlay ) {
	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,0,0" ');
	document.write(' width="' + GL_swfWidth + '" ');
	document.write(' height="' + GL_swfHeight + '" ');
	document.write(' id="homeswf" align="" style="margin:0px">');
	document.write('<param name="movie" value="' + GL_swfName + '">');
	document.write('<param name="flashvars" value="xmlPath=' + xmlDataPath + '&varsLoaded=true">');
	document.write('<param name="menu" value="false">');
	if (isTransparent == true)
	    document.write('<param name="wmode" value="transparent">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="' + GL_bgColor + '"> ');
	document.write('<embed src="' + GL_swfName + '" ');
	document.write(' menu="false" ');
	document.write(' quality="high" ');
	if (isTransparent == true)
	    document.write('wmode="transparent"');
	document.write(' bgcolor="' + GL_bgColor + '" ');
	document.write(' width="' + GL_swfWidth + '" ');
	document.write(' height="' + GL_swfHeight + '" ');
	document.write(' name="homeswf" align=""');
	document.write(' flashvars="xmlPath=' + xmlDataPath + '&varsLoaded=true"');
	document.write(' type="application/x-shockwave-flash" ');
	document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer" style="margin:0px"></embed>');
	document.write('</object>');
} else{ 
	document.write('<p style="width:562px">Sorry. You do not seem to have the Flash player installed in this browser. <a ');
	document.write(' href="http://www.adobe.com/" target="_blank">Click here</a> to download it for free from Adobe, enabling a richer experience of our site.</p>');
}
