picture = new Array();
picture[0]=new picItem('picture/Pic20091010203631195.gif');
picture[1]=new picItem('picture/Pic20091010203531511.jpg');
picture[2]=new picItem('picture/Pic20091010203544860.gif');
linkURL = new Array();
linkURL[0]='http://peoa.upc.edu.cn';
linkURL[1]='http://peoa.upc.edu.cn';
linkURL[2]='http://peoa.upc.edu.cn';
var dely = 6000; var ii = 0;var N = picture.length;var new_URL;function picItem(p) {this.pic = new Image();this.pic.src = p;}function get_pic(imageObj) {return(imageObj.pic.src)}function Next_pic() {ii = ii+1;if (ii >= N){ ii=ii-N; }var new_image = get_pic(picture[ii]);new_URL = linkURL[ii];return(new_image);}function show_pic() {if (dely == 0){return 1;}var new_image = Next_pic(); toppic.filters.revealTrans.Transition=100; toppic.filters.revealTrans.apply(); playTran();document['toppic'].src = new_image;var re_show ="show_pic('"+'toppic'+"')";setTimeout(re_show,dely);}function playTran(){ if (document.all) toppic.filters.revealTrans.play();}show_pic();function wopen(){window.open(new_URL);}