home *** CD-ROM | disk | FTP | other *** search
- <?
- include ("../lib/config/global_config.php3");
- ?>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
- <html>
- <head>
- <title><?echo$global_title?></title>
- </head>
- <body>
- <table width="100%" height="90%" border="0">
- <tr>
- <td valign="middle" align="center">
- <font>
- <b>Sorry, <?echo $firstname;?>.</b><br><br>
- You have to be at least 18 years old to take part in the drawing.
- <br><br>
- <a href="javascript:closeMe();"><img src="gfx/close.gif" width=50 height=23 alt="" border="0"></a>
- </font>
- </td>
- </tr>
- </table>
- <script language="Javascript">
-
- function closeMe()
- {
- top.opener.top.oben.location.href = "../top2.php3?version=<?echo $version?>&headline=2";
- top.opener.top.navi.location.href = "navi.php3?version=<?echo $version?>";
- top.opener.top.content.location.href = "getclever.php3?version=<?echo $version?>";
- self.close();
- }
- </script>
- <img src="/cgi-bin/ivw/CP<? echo $PHP_SELF;?>" width=1 height=1>
- </body>
- </html>
-