Post by Danny on Mar 7, 2007 2:49:33 GMT
Main Footer
<script type="text/javascript">
<!--
/*Spectrum Affiliate Table v1 by Schnooble*/
var yourBanner =''; // Url of your affiliate banner
var affCodeUrl =''; // Url of thread containing affiliate code
var iHead = ''; // Url of head image
var iBase = ''; // Url of base image
var width='700px'; // Width of table
var height='75px'; // Height of Table
scrollSpeed ='3'; // Use speeds 1-5
var aff = new Array();
aff[0] = ["Url of Affiliate","Url of Affiliate Banner","Forum Name"];
aff[1] = ["Url of Affiliate","Url of Affiliate Banner","Forum Name"];
aff[2] = ["Url of Affiliate","Url of Affiliate Banner","Forum Name"];
aff[3] = ["Url of Affiliate","Url of Affiliate Banner","Forum Name"];
aff[4] = ["Url of Affiliate","Url of Affiliate Banner","Forum Name"];
aff[5] = ["Url of Affiliate","Url of Affiliate Banner","Forum Name"];
var affTable ='<table align="center" width="'+width+'" height="'+height+'" border="0" cellspacing="1" class="bordercolor"><tr><td align="center" class="titlebg" height="25px" colspan="4">Affiliates - '+aff.length+'</td></tr><tr><td class="titlebg" width="10px"><td class="windowbg" width="680px"><marquee scrollamount="'+scrollSpeed+'">';
var affTable2='</marquee></td><td class="titlebg" width="10px"></td><td class="windowbg" width="100px"><center><a href="'+affCodeUrl+'"><img src="'+yourBanner+'" /></a></center></td></tr></table>';
document.write('<img src="'+iHead+'" />')
document.write(affTable)
for(a=0;a<aff.length;a++)
if(aff[a])
document.write('<a href="'+aff[a][0]+'" alt="'+aff[a][2]+'"><img src="'+aff[a][1]+'" /></a>')
document.write(affTable2)
document.write('<img src="'+iBase+'" /><br /><br />')
//-->
</script>