
var elady_step=1;	//1:small, 3:middle, 5:big
var elady_speed=5000;	//更换下一张图片的时间间隔（毫秒）
var e_tp=new Array();
var e_tplink=new Array();
var adNum_elady1=0;

e_tplink[0]='ShowContent.asp?m=26&ContentID=1178';e_tp[0]='upfile/200864102341759.jpg';e_tplink[1]='ShowContent.asp?m=26&ContentID=1179';e_tp[1]='upfile/200864102433245.jpg';e_tplink[2]='ShowContent.asp?m=26&ContentID=1180';e_tp[2]='upfile/2009423132458926.jpg';e_tplink[3]='ShowContent.asp?m=26&ContentID=1181';e_tp[3]='upfile/200864102536397.jpg';e_tplink[4]='ShowContent.asp?m=26&ContentID=1182';e_tp[4]='upfile/20086410273531.jpg';e_tplink[5]='ShowContent.asp?m=26&ContentID=1183';e_tp[5]='upfile/2009423132415923.jpg';e_tplink[6]='ShowContent.asp?m=26&ContentID=1184';e_tp[6]='upfile/2009423132310462.jpg';e_tplink[7]='ShowContent.asp?m=26&ContentID=1185';e_tp[7]='upfile/200864102958760.jpg';

var currentimage=new Array();   
for (i=0;i<=9-1 ;i++){currentimage[i]=new Image();
      currentimage[i].src=e_tp[i];
         }
         function elady1_set(){   if (document.all)
         {      e_tprotator.filters.revealTrans.Transition=Math.floor(Math.random()*23);
               e_tprotator.filters.revealTrans.apply();   }
               }
               function elady1_playCo()
               {   if (document.all)      e_tprotator.filters.revealTrans.play()
               }function elady1_nextAd(){   if(adNum_elady1<e_tp.length-1)adNum_elady1++ ;
                     else adNum_elady1=0;
                        elady1_set();
                           document.images.e_tprotator.src=e_tp[adNum_elady1];
                              elady1_playCo();
                                 theTimer=setTimeout("elady1_nextAd()", elady_speed);}
                                 function elady1_linkurl(){   jumpUrl=e_tplink[adNum_elady1];
                                    jumpTarget='_blank';
                                       if (jumpUrl != ''){      if (jumpTarget != '')window.open(jumpUrl,jumpTarget);
                                             else location.href=jumpUrl;
                                                }}
function elady1_listMsg() 
{   status=e_tplink[adNum_elady1];
document.returnValue = true;}
document.write("<div id='elady1_divimg' style='position:relative'>");
document.write('<a onMouseOver="elady1_listMsg();return document.returnValue" href="javascript:elady1_linkurl()" target="_self">');
document.write('<img style="FILTER: revealTrans(duration=2,transition=20)" height=136 width=212 src="javascript:elady1_nextAd()" border=0 name=e_tprotator onMouseover="elady_stop_sh=1" onMouseout="elady_stop_sh=0" ></a>');
document.write("</div>");

