
	  var xhRequest;
	  
	function GetAjax()
	{
	var url = "Ajax.aspx";
            xhRequest = createXmlHttpRequest();
            
            xhRequest.onreadystatechange = haolejiaowo;
            xhRequest.open("GET",url,true);
            xhRequest.send(null);
            }
        function createXmlHttpRequest()
        {
            if(window.ActiveXObject){
					return new ActiveXObject("Microsoft.XMLHTTP");
				}else if(window.XMLHttpRequest){
					return new XMLHttpRequest();
				}
        }
        function haolejiaowo()
        { 
        //alert(xhRequest.readystate);
        //alert(xhRequest.status);
            if (xhRequest.readystate==4&&xhRequest.status==200)
            {
                var ResponseText = xhRequest.responseText;
                //document.getElementById("divTest").innerHTML = text;
                //alert(ResponseText);
                var responsearr = ResponseText.split("*");
                var n = ResponseText.lastIndexOf("*");
                var as = ResponseText.substring(n+1,ResponseText.length);
                var lin = as.split("^")
                
        var pic_width=501;
		var pic_height=188;
		var button_pos=4; 
		var stop_time=5000;
		var show_text=0;
		var txtcolor="000000";
		var bgcolor="ffffff"; 
		var imag=new Array();
		var link=new Array();
		var text=new Array();
		var i = 0;	
i++;
imag[i]=responsearr[0];
text[i]="";
link[i] = lin[0];
i++;
imag[i]=responsearr[1];
text[i]="";
link[i] = lin[1];
i++;
imag[i]=responsearr[2];
text[i]="";
link[i] = lin[2];
i++;
imag[i]=responsearr[3];
text[i]="";
link[i] = lin[3];


var swf_height=show_text==1?pic_height+20:pic_height;
var pics="", links="", texts="";
for(var i=1; i<imag.length; i++){
	pics=pics+("|"+imag[i]);
	links=links+("|"+link[i]);
	texts=texts+("|"+text[i]);
}
pics=pics.substring(1);
links=links.substring(1);
texts=texts.substring(1);
 
document.getElementById("player").innerHTML +='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ pic_width +'" height="'+ pic_height +'">';
document.getElementById("player").innerHTML +='<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="focus2.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">';
document.getElementById("player").innerHTML +='<param name="menu" value="false"><param name=wmode value="opaque">';
document.getElementById("player").innerHTML +='<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+pic_width+'&borderheight='+pic_height+'">';
document.getElementById("player").innerHTML +='</object>';
//document.getElementById("player").innerHTML += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cabversion=6,0,0,0" width="'+ pic_width +'" height="'+ swf_height +'">';
//document.getElementById("player").innerHTML += '<param name="movie" value="js/focus.swf">';
//document.getElementById("player").innerHTML += '<param name="quality" value="high"><param name="wmode" value="opaque">';
//document.getElementById("player").innerHTML += '<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'">';
//document.getElementById("player").innerHTML += '<embed src="js/focus.swf" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'" quality="high" width="'+ pic_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
//document.getElementById("player").innerHTML += '</object>';

//var player = "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cabversion=6,0,0,0\" width=\""+ pic_width +"\" height=\""+ swf_height +"\"><param name=\"movie\" value=\"js/focus.swf\"><param name=\"quality\" value=\"high\"><param name=\"wmode\" value=\"opaque\"><param name=\"FlashVars\" value=\"pics=\"'"+pics+"'\"&links=\"'"+links+"'\"&texts=\"'"+texts+"'\"&pic_width=\""+pic_width+"\"&pic_height=\""+pic_height+"\"&show_text=\""+show_text+"\"&txtcolor=\""+txtcolor+"\"&bgcolor=\""+bgcolor+"\"&button_pos=\""+button_pos+"\"&stop_time=\""+stop_time+"\"><embed src=\"js/focus.swf\" FlashVars=\"pics=\""+pics+"\"&links=\""+links+"\"&texts=\""+texts+"\"&pic_width=\""+pic_width+"\"&pic_height=\""+pic_height+"\"&show_text=\""+show_text+"\"&txtcolor=\""+txtcolor+"\"&bgcolor=\""+bgcolor+"\"&button_pos=\""+button_pos+"\"&stop_time=\""+stop_time+"\" quality=\"high\" width="+ pic_width +" height=\""+ swf_height +"\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>";
//var player = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cabversion=6,0,0,0" width="'+ pic_width +'" height="'+ swf_height +'"><param name="movie" value="js/focus.swf"><param name="quality" value="high"><param name="wmode" value="opaque"><param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'"><embed src="js/focus.swf" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'" quality="high" width="'+ pic_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
//alert(player);
var player = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ pic_width +'" height="'+ pic_height +'"><param name="allowScriptAccess" value="sameDomain"><param name="movie" value="focus2.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0"><param name="menu" value="false"><param name=wmode value="opaque"><param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+pic_width+'&borderheight='+pic_height+'"></object>';
document.getElementById("player").innerHTML = player;


            }
        }

        //if(pic1 == null)
        //{
         //   window.location.reload();
        //}
 
