
function changecode()
{
var t=new Date();
document.getElementById("codeimg").src='../inc/code.php?id='+t;
}
