
/* SWF objekt!! shanX : http://xtoned.com/log   */


//var MM_contentVersion=6;
var MM_contentVersion=self.fl_version;

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');
	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){
	if(self.fl_vars)fl_vr=new Array('<param name="Flashvars" value="'+fl_vars+'"> ','FlashVars="'+fl_vars+'"');
	else fl_vr=new Array('','');
	document.write('<'+'object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" '+'width="'+fl_width+'" height="'+fl_height+'" align="middle" id="VideoPlayback">'+'<param name="movie" value="'+fl_file+'"> <'+'param name="quality" value="high"> <'+'param name="wmode" value="transparent"> <'+'param name="allowScriptAccess" value="sameDomain"> '+fl_vr[0]+'<embed src="'+fl_file+'" width="'+fl_width+'" height="'+fl_height+'" align="middle" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer"'+' type="application/x-shockwave-flash" '+fl_vr[1]+' allowScriptAccess="sameDomain"><'+'/embed><'+'/object>');	
}
else if(self.fl_alternative_text)document.write(fl_alternative_text);
else if(self.fl_alternative_script){
	document.write('<'+'script language="JavaScript" type="text/javascript"'+' src="');
	document.write(fl_alternative_script+'"></'+'script>');
}
else document.write('<table bgcolor="#E9E9E9"><td valign="middle" align="center" style="height:'+fl_height+'px;width:'+fl_width+'px;font:normal 12px verdana;"><a href="http://www.macromedia.com/go/getflashplayer" title=" Flash player '+MM_contentVersion+' is required to show this content, click here to download it ">Get Flash Player</a></td></table>');
