| 10 |
|
<? if (preg_match("/^[0-9]{1,3}$/", $refresh)) { ?> |
| 11 |
|
<meta http-equiv="refresh" content="<?=$refresh?>" url="<?=$PHP_SELF?>"> |
| 12 |
|
<? } ?> |
| 13 |
– |
<meta name="htdig-noindex" content="noindex,nofollow"> |
| 14 |
– |
<meta name="robots" content="noindex,nofollow"> |
| 13 |
|
|
| 14 |
< |
<? if ($scroll == "on") { ?> |
| 14 |
> |
<? if (preg_match("/^[1-9]$/", $scroll)) { ?> |
| 15 |
|
<script language="javascript"><!-- |
| 16 |
|
function pScroll(){ |
| 17 |
< |
window.scrollBy(0, 1); |
| 17 |
> |
window.scrollBy(0, <?=$scroll?>); |
| 18 |
|
if (document.body.scrollTop >= document.body.scrollHeight - document.body.clientHeight - 1) { |
| 19 |
|
waitThenReload(); |
| 20 |
|
} |
| 43 |
|
|
| 44 |
|
</head> |
| 45 |
|
|
| 46 |
< |
<body bgcolor="#ffffff" text="#000000"<? if ($scroll == "on") echo ' onload="javascript:pScroll();"'; ?>> |
| 46 |
> |
<body bgcolor="#ffffff" text="#000000"<? if (preg_match("/^[1-9]$/", $scroll)) echo ' onload="javascript:pScroll();"'; ?>> |
| 47 |
|
<basefont size="<?=$fontsize?>" face="arial,sans-serif" color="#000000"> |
| 48 |
|
|
| 49 |
|
|
| 61 |
|
<td valign="top"> |
| 62 |
|
<font size="1" color="#999999"> |
| 63 |
|
<? echo date("D jS M Y, g:i:sa"); ?> |
| 64 |
+ |
<br> |
| 65 |
+ |
<a href="http://www.i-scream.org.uk"><img alt="got i-scream?" src="i-scream-button-anim.gif" width="88" height="31" border="0"></a> |
| 66 |
|
</font> |
| 67 |
|
</td> |
| 68 |
|
<td align="right"> |