<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
</head>
<body>
<a href="http://tvengine.host56.com/new/index.php"
onMouseOver="openWin(10);">
where parameter 0 = the number of days persistence
<a>
<script type="text/javascript">
function openWin(days){
var re=new RegExp('openWin'+'=[;]+','i');
var c= document.cookie.match(re)?document.cookie.match(re)[0].split("=")[1]:null;
if (!c) {
window.open('http://google','bigOne','width=900,height=600');
days!=-1?document.cookie='openWin=true'+(typeof(days)=='number'?';expires='+(new Date(new Date().getTime()+days*86400000).toGMTString())+';path/;':';'):null;
}
}
</script>
</body>
</html>