inherit
Rwy'n hoffi coffi
49511
0
Mar 4, 2021 21:41:56 GMT -8
Anselm
boom
12,182
July 2005
transfermktforum
|
Post by Anselm on Apr 4, 2006 9:51:20 GMT -8
<script type="text/javascript"> <!-- // Random Splash Page - By Serpent
var iImg = []; var n = 0;
iImg[n++] = 'Image URL 1'; iImg[n++] = 'Image URL 2'; iImg[n++] = 'Image URL 3';
//No edit needed below var ran = Math.floor(Math.random() * iImg.length); if(!location.href.match("action") && !document.referrer.match(location.href.split(".")[0])) { document.write('<style type="text/css">table,font,.hide{display:none;}.nohide{display: ;}</style>'); d = document.createElement('div'); with(d){ align = 'center'; appendChild(document.createElement('a')); } with(d.lastChild){ href = '/index.cgi?'; appendChild(document.createElement('img')); } with(d.lastChild.lastChild){ alt = 'Click to Enter'; border = '0'; src = iImg[ran]; } document.body.appendChild(d); } // --> </script>To Edit: Go to the line: iImg[n++] = 'Image URL';Put the Image URL where it says 'Image URL X', and add more of those lines in that syntax for more images. Goes in your Main Footer. Enjoy
|
|