Random Links Every Download:

Got so many links? Well, here's a way to display them uniquely. Paste the following code to your links page and you'll have different links every download of your page.

Paste the code below to where you want to have different links. You can also supply an image. Change those that are in ALL CAPS.

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var how_many_ads = NUMBER OF LINKS;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {url="LINK"; alt="TITLE"; banner="IMAGE URL"; width="ANY NUMBER"; height="ANY NUMBER";}
if (ad==2) {url="LINK"; alt="TITLE"; banner="IMAGE URL"; width="ANY NUMBER"; height="ANY NUMBER";}
if (ad==3) {url="LINK"; alt="TITLE"; banner="IMAGE URL"; width="ANY NUMBER"; height="ANY NUMBER";}
if (ad==4) {url="LINK"; alt="TITLE"; banner="IMAGE URL"; width="ANY NUMBER"; height="ANY NUMBER";}
if (ad==5) {url="LINK"; alt="TITLE"; banner="IMAGE URL"; width="ANY NUMBER"; height="ANY NUMBER";}
document.write('<a href=\"' + url + '\" target=\"new\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border="0"></a>');
// End -->
</SCRIPT>

Back