var
image="http://www.ancientcorinth.net/cam/video_20080820170000.jpg";
var refreshrate=120;
var imgwidth=352;
var imgheight=288;
var imgalt="Live Web Cam of Apollo's Temple in Ancient Corinth, Greece";
function refresh(){
document.images["pic"].src=image+"?"+new Date();
setTimeout('refresh()', refreshrate*1000);}
document.write('
');
//document.write('
');
if(document.images)window.onload=refresh;