// JavaScript Document


phSrc=new Array("ptl/fci_b01.jpg","ptl/fci_b02.jpg","ptl/fci_s02.jpg","ptl/fci_s01.jpg","ptl/an_03.jpg","ptl/an_01.jpg");
n=0;
function changeimg(){
document.phi.src=phSrc[n];
n++;
if(n==6){n=0}
setTimeout("changeimg()",2500);
}

//"ptl/an_02.jpg","ptl/nm_07.jpg"
//setTimeout("changeimg()",2500);