<html>
<head>
<!– POPUP SCRIPT WITH RE-DIRECT –>
<!— By enRICHed_1 –>
<!— FOR FREE USE –>
<title>Netradio</title>
<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval(“page” + id + ” = window.open(URL, ‘” + id + “‘, ‘toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=300,left = 80,top = 60′);”);
}
// End –>
</script>
<meta http-equiv=”REFRESH” content=”4; URL=http://link1.com” target=”_top”>
</head>
<body onLoad=”javascript:popUp(‘http:/link2.com’)” bgcolor=”#000000″ text=”#FFFFFF”>
</body>
</html>