function delayURL(url, time) {setTimeout("top.location.href='" + url + "'", time);}

