
<script language='javascript'>
function strGetQueryString(priStrQueryName)
{
    priStrValue = "";
    priIsFound = false;
    if (this.location.search.indexOf("?")==0&&this.location.search.indexOf("=")>1)
    {
	    priArraySource = unescape(this.location.search).substring(1,this.location.search.length).split("&");
	    priGetQSi = 0;
	    while (priGetQSi<priArraySource.length&&!priIsFound)
	    {
		    if (priArraySource[priGetQSi].indexOf("=")>0)
		    {
			    if (priArraySource[priGetQSi].split("=")[0].toLowerCase()==priStrQueryName.toLowerCase())
			    {
				    priStrValue = priArraySource[priGetQSi].split("=")[1];
				    priIsFound = true;
			    }
		    } 
		    priGetQSi ++ ;
	    }	
    }
    return priStrValue;
} 

swfb=strGetQueryString('swf')
</script>

<script language='vbscript'>
	function case_url()
	newurl=array("","http://60.191.9.194/flash/","http://60.191.9.194/flash/","http://60.191.9.218/flash/","http://60.191.9.194/flash/")'2
		case_url=newurl
	end function

	function httpurl()
		newurly=case_url()
		
		Randomize
		MyValue = Int((ubound(newurly) * Rnd) + 1)

		httpurl=newurly(MyValue)
	   
	end function

	newurl=httpurl()
	if left(lcase(swfb),6)="http:/" then

	else
		'if request("cnc")="ok" then
		'swf="http://cnc.gameyes.com/flash/"&lcase(request("swf"))
		'else
		swf=httpurl()&lcase(swfb)
		'end if
	end if

	dim t_f

	if right(swf,"3")="swf" then
		t_f=true
	else
		t_f=false
	end if



</script>


<script language='javascript'>

	if(t_F){
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"100%\" height=\"100%\"><param name=\"movie\" value="+swf+"><param name=\"quality\" value=\"high\"></object>")
	}else{
	document.write("<object classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0' width='98%' name=haodxflash id=haodxflash height='98%' style='border:5 solid #CEBE90'><param name='src' value='<%=swf%>'><param name=swStretchStyle value=fill><embed src='"+swf+"' width='98%' height='98%' pluginspage='http://www.macromedia.com/shockwave/download/' name='haodxflash'></embed></object>	")
	}
</script>