function myFunc(){
document.getElementById("validImage").src = "ValidationImage.aspx?" + Math.random();
}
myFunc();
