I am trying to get my site to change the Banner Ads everytime a visitor visits the same page... first it's Nautica's banner then switchs to Mr.Chew's banner when he visits the page again or clicks on back button ... hope you understand what i mean... below is the Java Script.. let me know if there are mistakes...for purposes of illustration/example i didnt put my site's URL and Affiliate#'s for privacy reasons... hope you can help me...
:
<SCRIPT LANGUAGE="javaScript">
<!--Begin
var how_many_ads=2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (adhahahaha1) {
txt=" ";
url="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=924490-0006&PA=ID#";
alt="Wanna see Nautica fuck & Suck?, then Click Here";
banner="http://www.mywebsite.net/Nautica/banners/banner01_460x80.gif";
width="460";
height="80";
}
if (adhahahaha2) {
txt=" ";
url="http://www.mrchewsasianbeaver.com/?wm_login=ID#";
alt="Wanna see little Asian Beavers get fucked hard?, then Click Here";
banner="http://www.mywebsite.net/Nautica/banners/MrChewAsianBeaver1.gif";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\" + url +'\" target=\"_blank\">);
document.write('<img src=\" + banner + '\" width=')
document.write(width + 'height=' + height + ' ' );
document.write('alt=\" + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
//End -->
</SCRIPT>
: <SCRIPT LANGUAGE="javaScript">
<!--Begin
var how_many_ads=2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (adhahahaha1) {
txt=" ";
url="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=924490-0006&PA=ID#";
alt="Wanna see Nautica fuck & Suck?, then Click Here";
banner="http://www.mywebsite.net/Nautica/banners/banner01_460x80.gif";
width="460";
height="80";
}
if (adhahahaha2) {
txt=" ";
url="http://www.mrchewsasianbeaver.com/?wm_login=ID#";
alt="Wanna see little Asian Beavers get fucked hard?, then Click Here";
banner="http://www.mywebsite.net/Nautica/banners/MrChewAsianBeaver1.gif";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\" + url +'\" target=\"_blank\">);
document.write('<img src=\" + banner + '\" width=')
document.write(width + 'height=' + height + ' ' );
document.write('alt=\" + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
//End -->
</SCRIPT>


Comment