image = new Array();    
link  = new Array();    
type  = new Array();   

baseurl="http://www.dpnet.com.cn";

var myDate = new Date();

	image[1] = "/ad/images/lsb_370-95.swf"
//image[1] = "/ad/images/guangying370-85.swf"
	type[1]=1;
	link[1] = ""; 
	index=1;
/*
image[0] = "/ad/images/school_left_091014.jpg"
	type[0]=0;
	link[0] = "http://www.dpnet.com.cn/topic/fengguangsheyin/P11/P0.HTML"; 
	index=0;*/
switch(type[index])
	{
	 case 0: //image banner	
		document.write("<A HREF='"+link[index]+"'  target='_blank'>");
		document.write("<IMG SRC='"+baseurl+image[index]+"' border='0'  width='370' height='95'></A>");
		break;
	 case 1: //flash banner
	    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='370' height='95'>");
        document.write("<param name=movie value='"+baseurl+image[index]+"?url="+link[index]+"'>");
        document.write("<param name=quality value=high>");
        document.write("<param name=wmode value=wmode>");			
        document.write("<embed src='"+baseurl+image[index]+"?url="+link[index]+"' quality=high pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='370' height='95'>");
        document.write("</embed></object>");
        break;
    }

//var c= new Date();
//	document.write("<iframe name='sdsagjuyuy' src='")
//document.write("http://stats.dpnet.com.cn/redirect_new_date.asp?ad_name=SCHOOL_HOME_PV")
//document.write("' width='0' height='0' marginwidth='0' marginheight='0' frameborder='0' scrolling='no'></iframe>")
