"
arr[1]="../houtai/article/UploadFiles/201161717325158.jpg"
function openwin() {
if(curIndex==0){
window.open ('http://t.eastday.com/index.php?m=topic&tid=5315', '', 'height =400 , width=580, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, status=yes') }
else
{
window.open ('../fzg/index.asp', '', 'height =400 , width=580, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes, location=yes, status=yes') }
}
setInterval(changeImg,timeInterval);
document.write ('

')
function changeImg()
{
var obj=document.getElementById("obj");
if (curIndex==arr.length-1)
{
curIndex=0;
}
else if (arr[1]==""){
curIndex=0;
}
else
{
curIndex+=1;
}
obj.src=arr[curIndex];
}