image = new Array();    
link  = new Array();    
type  = new Array();   

baseurl="http://www.dpnet.com.cn";

//var myDate = new Date();
//if ((myDate.getDate()>4) && (myDate.getDate()<31) && (myDate.getMonth()+1==1))
//{
//	image[1] = "/images/ad/report_hp_1st_banner_540x60.swf"
//	type[1]=1;
//	link[1] = "http://sm51shai.allyes.com/main/adfsite?db=sm51shai&adname=234|933|4549&url=http://www.sonystyle.com.cn/products/dslr/a900index.htm?cid=dpnet_a900_1127-0116"; 
//	index=1;
//	var c= new Date();
//}
//else
//{
	image[0] = "/images/index_bannder_02.jpg"
	type[0]=0;
	link[0] = "http://print.dpnet.com.cn/"; 
	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='240' height='60'></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='240' height='60'>");
        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=transparent>");			
        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='240' height='60'>");
        document.write("</embed></object>");
        break;
    }

