var curIndex=0;var timeInterval=5000;var arr=new Array();var lin=new Array();arr[0]="/images/pic011.jpg";arr[1]="/images/pic012.jpg";arr[2]="../images/pic013.jpg";arr[3]="/images/pic015.jpg";arr[4]="/images/pic016.jpg";lin[0]="http://www.feellife.com//Product/showProduct.aspx";lin[1]="http://www.feellife.com/Product/showProduct.aspx";lin[2]="http://www.feellife.com/ProductShow/particular.aspx?id=252";lin[3]="http://www.feellife.com/flavor.html";lin[4]="http://www.feellife.com/NewsShow/newsParticular.aspx?id=380";setInterval(changeImg,timeInterval);function changeImg(){var b=document.getElementById("left2");var a=document.getElementById("prolink");if(curIndex==arr.length-1){curIndex=0}else{curIndex+=1}b.src=arr[curIndex];a.href=lin[curIndex]};
