﻿var a = 1;
function timedMsg(id)
{
if (a==1){
setTimeout("document.getElementById('upv').src='upv.aspx?vid=(select MAX([ID]) from video)'",600000);
a++;
}
}
