| 1 |  | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 2 |  |  | 
 
 
 
 
 
 
 
 | 3 | + | <?php | 
 
 
 
 
 
 
 
 | 4 | + | $refresh = isset($_REQUEST['refresh']) ? $_REQUEST['refresh'] : ""; | 
 
 
 
 
 
 
 
 | 5 | + | $pagewidth = isset($_REQUEST['pagewidth']) ? $_REQUEST['pagewidth'] : ""; | 
 
 
 
 
 
 
 
 | 6 | + | $fontsize = isset($_REQUEST['fontsize']) ? $_REQUEST['fontsize'] : ""; | 
 
 
 
 
 
 
 
 | 7 | + | ?> | 
 
 
 
 
 
 
 
 | 8 | + |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 9 |  | <html> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 10 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 11 |  | <head> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 13 |  | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 14 |  | <meta http-equiv="pragma" content="no-cache"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 15 |  | <meta http-equiv="cache-control" content="no-cache"> | 
 
 
 
 
 
 
 
 
 
 
 | 16 | < | <? if (preg_match("/^[0-9]{1,3}$/", $refresh)) { ?> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 17 | < | <meta http-equiv="refresh" content="<?=$refresh?>" url="<?=$PHP_SELF?>"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 18 | < | <? } ?> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 19 | < | <meta name="htdig-noindex" content="noindex,nofollow"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 20 | < | <meta name="robots" content="noindex,nofollow"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 16 | > | <?php if (preg_match("/^[0-9]{1,3}$/", $refresh)) { | 
 
 
 
 
 | 17 | > | $PHP_SELF = $_SERVER['PHP_SELF']; | 
 
 
 
 
 | 18 | > | $QUERY_STRING = $_SERVER['QUERY_STRING']; | 
 
 
 
 
 | 19 | > | ?> | 
 
 
 
 
 | 20 | > | <meta http-equiv="refresh" content="<?php=$refresh?>;url=<?php=$PHP_SELF.'?'.$QUERY_STRING?>"> | 
 
 
 
 
 | 21 | > | <?php } ?> | 
 
 
 
 
 
 
 
 
 
 
 | 22 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 23 | < | <? if ($scroll == "on") { ?> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 23 | > | <?php /* This no longer works | 
 
 
 
 
 | 24 | > | if (preg_match("/^[1-9]$/", $scroll)) { ?> | 
 
 
 
 
 
 
 
 
 
 
 | 25 |  | <script language="javascript"><!-- | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 26 |  | function pScroll(){ | 
 
 
 
 
 
 
 
 
 
 
 | 27 | < | window.scrollBy(0, 1); | 
 
 
 
 
 
 
 
 
 | 27 | > | window.scrollBy(0, <?php=$scroll?>); | 
 
 
 
 
 
 
 
 
 
 
 | 28 |  | if (document.body.scrollTop >= document.body.scrollHeight - document.body.clientHeight - 1) { | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 29 |  | waitThenReload(); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 30 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 40 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 41 |  | //--> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 42 |  | </script> | 
 
 
 
 
 
 
 
 
 
 
 | 43 | < | <? } ?> | 
 
 
 
 
 
 
 
 
 | 43 | > | <?php } */?> | 
 
 
 
 
 
 
 
 
 
 
 | 44 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 45 | < | <? | 
 
 
 
 
 
 
 
 
 | 45 | > | <?php | 
 
 
 
 
 
 
 
 
 
 
 | 46 |  | if (!preg_match("/^([0-9]{3,4})|(100%)$/", $pagewidth)) { | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 47 |  | $pagewidth = 600; | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 48 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 51 |  | } | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 52 |  | ?> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 53 |  |  | 
 
 
 
 
 
 
 
 | 54 | + | <style type="text/css"> | 
 
 
 
 
 
 
 
 | 55 | + | <!-- | 
 
 
 
 
 
 
 
 | 56 | + | body { | 
 
 
 
 
 
 
 
 | 57 | + | scrollbar-face-color: #9999ff; | 
 
 
 
 
 
 
 
 | 58 | + | scrollbar-highlight-color: #eeeeff; | 
 
 
 
 
 
 
 
 | 59 | + | scrollbar-shadow-color: #333366; | 
 
 
 
 
 
 
 
 | 60 | + | scrollbar-arrow-color: #000033; | 
 
 
 
 
 
 
 
 | 61 | + | scrollbar-base-color: #eeeeff; | 
 
 
 
 
 
 
 
 | 62 | + | scrollbar-3d-light-color: #ccccff; | 
 
 
 
 
 
 
 
 | 63 | + | scrollbar-dark-shadow-color: #333333; | 
 
 
 
 
 
 
 
 | 64 | + | } | 
 
 
 
 
 
 
 
 | 65 | + | input { | 
 
 
 
 
 
 
 
 | 66 | + | color: #ff0000; | 
 
 
 
 
 
 
 
 | 67 | + | font-weight: bold; | 
 
 
 
 
 
 
 
 | 68 | + | font-family: Arial, Helvetica, sans-serif; | 
 
 
 
 
 
 
 
 | 69 | + | } | 
 
 
 
 
 
 
 
 | 70 | + | a:hover { | 
 
 
 
 
 
 
 
 | 71 | + | color: #ff0000; | 
 
 
 
 
 
 
 
 | 72 | + | } | 
 
 
 
 
 
 
 
 | 73 | + | --> | 
 
 
 
 
 
 
 
 | 74 | + | </style> | 
 
 
 
 
 
 
 
 | 75 | + |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 76 |  | </head> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 77 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 78 | < | <body bgcolor="#ffffff" text="#000000"<? if ($scroll == "on") echo ' onload="javascript:pScroll();"'; ?>> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 79 | < | <basefont size="<?=$fontsize?>" face="arial,sans-serif" color="#000000"> | 
 
 
 
 
 
 
 
 
 | 78 | > | <body bgcolor="#ffffff" text="#000000"<?php /* if (preg_match("/^[1-9]$/", $scroll)) echo ' onload="javascript:pScroll();"'; */ ?>> | 
 
 
 
 
 | 79 | > | <basefont size="<?php=$fontsize?>" face="arial,sans-serif" color="#000000"> | 
 
 
 
 
 
 
 
 
 
 
 | 80 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 81 |  |  | 
 
 
 
 
 
 
 
 
 
 
 | 82 | < | <!-- | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 53 | < | title.inc | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 54 | < | Created by pjm2 14/10/2000 | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 55 | < | Last edited 14/10/2000 | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 56 | < | --> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 57 | < |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 58 | < | <table border="0" width="<?=$pagewidth?>" cellspacing="0" cellpadding="0" align="center"> | 
 
 
 
 
 
 
 
 
 | 82 | > | <table border="0" width="<?php=$pagewidth?>" cellspacing="0" cellpadding="0" align="center"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 83 |  | <tr> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 84 |  | <td> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 85 |  | <table width="100%" border="0" cellspacing="0" cellpadding="0"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 86 |  | <tr> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 87 |  | <td valign="top"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 88 |  | <font size="1" color="#999999"> | 
 
 
 
 
 
 
 
 
 
 
 | 89 | < | <? echo date("D jS M Y, g:i:sa"); ?> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 89 | > | <?php echo date("D jS M Y, g:i:sa"); ?> | 
 
 
 
 
 | 90 | > | <br> | 
 
 
 
 
 | 91 | > | <a href="http://www.i-scream.org/"><img alt="got i-scream?" src="i-scream-button-anim.gif" width="88" height="31" border="0"></a> | 
 
 
 
 
 
 
 
 
 
 
 | 92 |  | </font> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 93 |  | </td> | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 94 |  | <td align="right"> |