image = new Array();    
link  = new Array();    
type  = new Array();   
disp_random =new Array();

baseurl="http://www.dpic.cn/";


var myDate = new Date();
if ((myDate.getDate()<27) && (myDate.getMonth()+1==10))
{
	image[1] = "/ad/images/news_hp_1st_button_468x60.swf"
	disp_random[1]=1 ;type[1]=1;link[1] = ""; 
	index=1;
	var d;d=new Date();
	//eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('P(d.O()<6){i.h("<1 g=\'N\' f=\'3://j.M.2/L/K?J=j&I=H|G|F&E=3://D.C.2.e/B/A/z.y?x=w-v\' b=\'0\' a=\'0\' 9=\'0\' 8=\'0\' 7=\'0\' 5=\'4\'></1>");i.h("<1 g=\'u\' f=\'3://t.s.2.e/r.q?p=o&n=c&m=l&k=c\' b=\'0\' a=\'0\' 9=\'0\' 8=\'0\' 7=\'0\' 5=\'4\'  ></1>")}',52,52,'|iframe|com|http|no|scrolling||frameborder|marginheight|marginwidth|height|width|sony_news_banner_1022||cn|src|name|write|document|sm51shai|dpneturl|22|ad_name_old|ad_name|ad|type|asp|redirect|dpnet|stats|fpframe1|1031|dpnet_a900_0919|cid|htm|a900index|dslr|products|sonystyle|www|url|3823|813|220|adname|db|adfsite|main|allyes|fpframe|getSeconds|if'.split('|'),0,{}))
}
else if ((myDate.getDate()>=5) && (myDate.getMonth()+1==12))
{		
	image[0] = "/ad/images/E30468-60.jpg"
	disp_random[0]=0 ;type[0]=0;link[0] = "http://www.dpic.cn/newfile/topic/200812E30/"; 
	index=0;
}
else
{
	image[1] = "/ad/images/081105_468_60.swf"
	disp_random[1]=1 ;type[1]=1;link[1] = ""; 
	index=1;
}

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='468' 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='468' 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='468' height='60'>");
                document.write("</embed></object>");
                break;
         }


