//var intDelay = 1800000;

setTimeout("redirect()", 1800000);

function redirect() {
   parent.location="/realdata/index.asp";
}
   
   