Code:
- <script type="text/JavaScript">
- // Advanced Affiliates Viewer v1 by Chris
- // Do not redistribute without permission
- function Affiliate(a,b,c){ c = (c?c:"Affiliate Site"); affil.push([a,b,c]); } var affil = [];
-
- // Edit here
- var yourBanner = "http://i25.photobucket.com/albums/c51/dog199200/Pokemon/pokemonaffilaite.png"; // URL of your mini-banner
-
- // Random display options
- var show = 10; // The number of affiliates to show if random is on.
- var rand = "no"; // Put "Yes" to display random affiliates. Put "No" to not. If "No" then it'll display all affiliates.
- var showAll = "Yes"; // Put "Yes" for a link to display all affiliates. Putting "No" will not show this link.
-
- // Movement settings
- var mov = "Yes"; // Put "Yes" if you would like the affiliates to move. This'll also add buttons on the left and right side to change the speed/direction.
- var staDir = "left"; // This is the direction the affiliates will move. Only "left" or "right" will work.
- var spe = 5; // The moving speed of the affiliates at the start.
-
- // Display properties
- var headImg = "http://i25.photobucket.com/albums/c51/dog199200/Dont%20removm/phoenixbaseyq4.png"; // Enter the URL of the head image. Leave blank if there isn't one.
- var footImg = "http://i25.photobucket.com/albums/c51/dog199200/Dont%20removm/phoenixbaseyq5.png"; // Enter the URL of the base image. Leave blank if there isn't one.
- var cellClass = "catbg"; // Enter the class of the bar which contains the "Affiliate" text.
- var title = "Affiliates"; // The text to be displayed in the title bar of the affiliates script.
- var tabWidth = "92%"; // Width of the affiliates table.
- var highlightColor = "#777777"; // The color of the cell highlight.
-
- // Add affiliates. Repeat the line for each additional affiliate.
- // Affiliate("URL OF THE MINI-BANNER","URL OF WEBSITE/FORUM","NAME OF THE FORUM (Optional)");
-
- Affiliate("http://i25.photobucket.com/albums/c51/dog199200/Digimon/untitled-1.gif","http://heartwrrr.proboards82.com" ,"Digimon Shadows");
-
- Affiliate("http://i25.photobucket.com/albums/c51/dog199200/Inuyasha%20Images/inuyashaye8.gif","http://dog1992.proboar ds20.com","Inuyasha World");
-
- Affiliate("http://i25.photobucket.com/albums/c51/dog199200/PE%20%20Images/EmeraldPhoenxaffilaite.gif","http://www.phe [url]onixemerald.proboards83.com[/url]","Phoenix Emerald");
-
- Affiliate("http://i25.photobucket.com/albums/c51/dog199200/53a8hox.gif","http://itchigobleach.proboards59.com","Bleac h: Legend Of The Shadow Hollow");
-
- Affiliate("http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/FMAAJBanner.gif","http://www.fullmetalme.proboards49.com/index.cgi","fma aj");
-
- Affiliate("http://i25.photobucket.com/albums/c51/dog199200/Naruto/403747650_31078d9dbf.gif","http://rockleewashere.proboards58.com","Naruto; Demonic Illusions");
-
- Affiliate("http://i25.photobucket.com/albums/c51/dog199200/Omega%20Blood%20Lust/omegabloodaffiliate.gif","http://omegavampire.proboards57.com","Omega Blood Lust");
-
- // DO NOT EDIT BELOW HERE
- document.write("<script src='http://www.iycatacombs.com/codes/affiliatev1.js' type='text/Javascript'><"+"/scr"+"ipt>");
- </script>