Hello.
Lot of webmasters looking easy solutions to place lot of ads on website.
There is my simple solution how easy is possible to do it:
Code:
<SCRIPT>
gfx0="http://www.image_host.com/image.gif";
lnk0="http://www.websiteURL.com";
alt0="Name of website";
txt0="www.websiteURL.com";
gfx1="http://www.image_host.com/image.gif";
lnk1="http://www.websiteURL.com";
alt1="Name of website";
txt1="www.websiteURL.com";
len=2;
today=new Date();
today=today.getTime()/1;
rnd=today%len;
document.writeln('<A HREF="'+eval("lnk"+rnd)+'"><IMG SRC="'+eval("gfx"+rnd)+'" ALT="'+eval("alt"+rnd)+'"><BR>'+eval("txt"+rnd)+'</A>');
</SCRIPT>
What this java script do ?
When you refresh your website this script all time show one of ads which are in script gfx0 or gfx1 ... it working on random.
Demo: www.CyberLords.lt you will see 468x60 banner all the time changing on refresh.