﻿document.write('<div id="jz"  style="background:#fff;margin-top:-13px;"><a><IMG id="imgInit_new" style="FILTER: revealTrans(duration=2,Transition=5)" width="960" height="100" src="/images/tonglan-1.jpg" border="0" name="imgInit_new" /></a></div>');
var imgUrl_new=new Array();	
	var imgLink_new=new Array();
	var picNum_new=0;	
 
	imgUrl_new[1]=getAppPath()+"/images/tonglan-1.jpg";
	imgLink_new[1]=" http://www.sysl.gov.cn/ztpd/2011ztbd/xxgcxstbcf/";
	
	imgUrl_new[2]=getAppPath()+"/images/tonglan-2.jpg";
	imgLink_new[2]=" http://www.sysl.gov.cn/ztpd/2011ztbd/xxgc/";
 
        imgUrl_new[3]=getAppPath()+"/images/tonglan-3.jpg";
	imgLink_new[3]=" http://www.sysl.gov.cn/ztpd/2011ztbd/xxgc/";

	function NextPic_new(){
	
    	if(picNum_new<3) picNum_new++ ;
    	else picNum_new=1;
    	if (document.all){
       
        document.imgInit_new.filters.revealTrans.Transition=Math.floor(Math.random()*23);
        document.imgInit_new.filters.revealTrans.apply();
        document.imgInit_new.filters.revealTrans.play();
    	}
    	document.images.imgInit_new.src=imgUrl_new[picNum_new];    	
    	
    	//设置翻页时间
    	theTimer=setTimeout('NextPic_new()', 10000);
		}
		
	function goUrl_new(){
    	window.open(imgLink_new[picNum_new],'_blank');
		}			
	NextPic_new();	
