<script type="text/javascript">var images = new Array();// ********************************// Add images below// images.push ("Add URL here");// ********************************images.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_cobblestone.gif");images.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_dirt.gif");images.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_floor.gif");images.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_grass.gif");images.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_lava.gif");images.push ("http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_outland2.gif");// ********************************// Don't change anything below this line// ********************************var inc = Math.floor( Math.random() * images.length );var img = "<center><img src=" + images[inc] + " border=0></center>";(img); </script>
<script type="text/javascript">var bkgd = new Array();// **************************************// Add background images below// bkgd.push ("Add URL here");// **************************************bkgd.push ("http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/green.jpg");bkgd.push ("http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/bkgd_stone1.jpg");bkgd.push ("http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/bkgd_default.jpg");bkgd.push ("http://i259.photobucket.com/albums/hh311/hotwow/themes/styles/bkgd_parch2.jpg");// **************************************// Don't change anything below this line// **************************************var inc = Math.floor( Math.random() * bkgd.length );var bkgdimg = "<style>body {background: #000000 url(" + bkgd[inc] + ");}</style>";document.write(bkgdimg); </script>
<div id="banner" align=center></div><script type="text/javascript">var images = new Array(); /* ******************************** Add images: images.push (["Add URL here"]); Add Flash: images.push (["Add URL here","Width","Height"]); note for flash, add brackets around the three parts ******************************** */ images.push (["http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_cobblestone.gif"]);images.push (["http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_dirt.gif"]);images.push (["http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_floor.gif"]);images.push (["http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_grass.gif"]);images.push (["http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_lava.gif"]);images.push (["http://i201.photobucket.com/albums/aa236/Mottie1/testsite/styles/bkgd_outland2.gif"]);images.push (["http://70.85.12.163/albino_flash06s/badger(www.albinoblacksheep.com).swf","400","350"]); // ********************************// Don't change anything below this line// ******************************** var inc = Math.floor( Math.random() * images.length );var img = ""; if (images[inc][0].match(".swf")) { img = "<object width='" + images[inc][1] + "' height='" + images[inc][2]; img += "'><param name='movie' value='" + images[inc][0]; img += "'></param><embed src='" + images[inc][0] + "' type='application/"; img += "x-shockwave-flash' width='" + images[inc][1] + "' height='" + images[inc][2]; img += "'></embed></object>"; } else { img = "<img src=" + images[inc][0] + " border=0>"; }document.getElementById("banner").innerHTML = img;</script>