|
Main Index Java Index Radom generated script (Banners) |
|
<!-------Random image script----------------> <script LANGUAGE="javascript"> <!-- //Preload into array //----- Put your image list here //----- each line defines an image filename var images = new Array( "<a href='../A-bus.asp'><img src='http://www.sisna.com/images-prod/A-bus.jpg' border='0'></a>", "<a href='../A-dsl.asp'><img src='http://www.sisna.com/images-prod/A-DSL.jpg' border='0'></a>", "<a href='../A-hosting.asp'><img src='http://www.sisna.com/images-prod/A-hosting.gif' border='0'></a>", "<a href='../A-inneed.asp'><img src='http://www.sisna.com/images-prod/A-inneed.jpg' border='0'></a>", "<a href='../A-spam.asp'><img src='http://www.sisna.com/images-prod/A-spam.gif' border='0'></a>", "<a href='../A-yourname.asp'><img src='http://www.sisna.com/images-prod/A-yourname.gif' border='0'></a>" ); //----- Do not modify below this point var ImageNo = Math.floor(Math.random()*images.length); //--> </script> <!-------End random image script-----------> <script LANGUAGE="javascript"> <!-- document.writeln(' ',images[ImageNo],' '); //--> </script> |