English
<!-- Add the following code to the <body> area --> <!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs --> <SCRIPT LANGUAGE=JavaScript> var imgUrl=new Array(); var imgLink=new Array(); var imgtext=new Array(); var imgsumm=new Array(); var adNum=0; imgUrl[1] ="/img/200406301.jpg"; imgtext[1]="[Photos] Issue 16 My Shape I Shape" imgLink[1]="http://www.downcodes.com/"; imgsumm[1] =" A Capricorn cat is a quiet girl, always a little shy in front of the camera."; imgUrl[2]="/img/200406302.jpg"; imgtext[2]="Record: From "Escort Girl" To the "second wife"" imgLink[2]="http://www.downcodes.com"; imgsumm[2]=" The life of the "second wife" is happy, but the sequelae are the deepest pain..."; imgUrl[ 3]="/img/200406303.jpg"; imgtext[3]="Home Decoration: [Photos] I love to hold my dear ones" imgLink[3]="http://www.downcodes.com/"; imgsumm [3]="We are no longer satisfied with regular, square-shaped pillows..."; var imgPre=new Array(); var count=0; for (i=1;i<=3;i++) { if ( (imgUrl!="") && (imgLink!="") ) { count++; } else { break; } } function playTran(){ if (document.all) imgInit.filters.revealTrans.play(); } var key=0; function nextAd(){ if(adNum<count)adNum++ ; else adNum=1; if( key==0 ){ key=1; } else if (document.all){ imgInit.filters.revealTrans.Transition =20; imgInit.filters.revealTrans.apply(); playTran(); } document.images.imgInit.src=imgUrl[adNum]; focustext.innerHTML=imgtext[adNum]; focussumm.innerHTML=imgsumm[adNum]; theTimer =setTimeout("nextAd()", 7000); } function goUrl(){ window.open(imgLink[adNum],'_blank'); } </SCRIPT> <A TARGET=_self HREF="javascript:goUrl() "><IMG STYLE="FILTER: revealTrans(duration=1,transition=5);border-color:black;color:#000000" SRC="javascript:nextAd()" WIDTH=150 HEIGHT=200 BORDER=0 CLASS =img01 NAME=imgInit></A> <A TARGET=_self HREF="javascript:goUrl()"><FONT COLOR=#B41A7A CLASS=sfont><SPAN ID=focustext></SPAN></FONT>< /A><A TARGET=_self HREF="javascript:goUrl()"><FONT COLOR=#777777 CLASS=sfont><SPAN ID=focussumm></SPAN></FONT></A>