function urefresh()
{
window.focus();
setTimeout("urefresh()",15000);
}
urefresh();

function gotourl(){
document.cGoFrom.submit();
}
setTimeout("gotourl()",5000);

