2 echo xl("heyyo. you have been here for ").($_GET['msec']/1000/60).xl(" min");
4 <script language
="JavaScript">
6 nMilliSeconds
= 1000 * 60 * .1;
7 setTimeout('windowClose(nMilliSeconds);', nMilliSeconds
);
9 function windowClose(nMilliSeconds
) {
10 window
.opener
.location
.replace("./goo.php");