var how_many_pics = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_pics;
ad +=1;
if (ad==1) {
alt="Enter this verification code, then click Submit";
pic="vcodepics/capture1.gif";
width="92";
height="32";
}
if (ad==2) {
alt="Enter this verification code, then click Submit";
pic="vcodepics/capture2.gif";
width="89";
height="38";
}
if (ad==3) {
alt="Enter this verification code, then click Submit";
pic="vcodepics/capture3.gif";
width="92";
height="32";
}

	//	document.write(pic);
		
		
		
document.write('<img src=\"' + pic + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" ><br>');



                               
                               
	

             
             
             
//copyright coconutinfo.com 2007