function refresh_image(image)
{
tmp = new Date();
tmp = "?"+tmp.getTime() 
document.images["verifyrefresh"].src = image+tmp;
}