banners = new Array();
banners[0] = "<A HREF=\"http://www.webmasterquest.com/join.php?ref=wmgate\"><IMG SRC=\"/wquest468x60.gif\" HEIGHT=\"60\"  WIDTH=\"468\" border=\"0\"></A>";
banners[1] = "<a href=\"http://www.cashclicking.com/join.php?ref=wmgate\"><img src=\"/cashclick468x60.gif\" width=\"468\" height=\"60\" border=\"0\"></a>";
banners[2] = "<a href=\"http://www.ts25.com/index.jsp?ref=MaxGiag\"><img src=\"/ts25_468x60.gif\" width=\"468\" height=\"60\" border=\"0\"></a>";
banners[3] = "<a href=\"http://www.easyhits4u.com/?ref=xearn\"><img src=\"/easyhits468x60.gif\" width=\"468\" height=\"60\" border=\"0\"></a>";

var number_of_banners = banners.length;

banners2 = new Array();
banners2[0] = "<a href=\"http://www.cashclicking.com/join.php?ref=wmgate\"><img src=\"/cashclick120x60.gif\" border=\"0\"></a>";
banners2[1] = "<a href=\"http://www.easyhits4u.com/?ref=xearn\"><img SRC=\"/easyhits100x100.gif\" width=\"100\" height=\"100\" border=\"0\"></A>";
banners2[2] = "<a href=\"http://www.trafficswarm.com/go.cgi?254903\"><img SRC=\"/images/tswarm120x60.gif\" width=\"120\" height=\"60\" border=\"0\"></A>";

var number_of_banners2 = banners2.length;

buttons = new Array();

buttons[0] = "<A HREF=\"http://www.cgispy.com/\"><IMG SRC=\"cgispy88-b.gif\" WIDTH=\"88\" HEIGHT=\"31\" BORDER=\"0\" ALT=\"CGI Spy\"></A>";
buttons[1] ="<A HREF=\"http://1stpromotion.com/pro/?webmaster=wgate\"><IMG SRC=\"http://1stpromotion.com/banners/banner7.gif\"></A>";

var number_of_buttons = buttons.length;

links = new Array();

links[0] = "<A HREF=\"http://wgate.webvista2.hop.clickbank.net\"><b>SuperAffiliate HandBook</b></A><BR>All the secrets to make money with affiliate programs";
links[1] = "<A HREF=\"http://wgate.msfas.hop.clickbank.net\"><b>My Super Free Ads Secrets</b></A><BR>How to place thousands of free ads online";
links[2] ="<A HREF=\"http://www.webmastersite.com.au\"><b>Webmaster Site</b></A><BR>Webmaster resource site for Australian webmasters.";
links[3] ="<A HREF=\"http://www.webmasterdesire.com\"><b>Webmaster Desire</b></A><BR>Free resources center, all your needs to be successful.";

function ShowBanner() {

now = new Date();
banid = now.getSeconds() % (number_of_banners);
document.write(banners[banid]);

}

function ShowBanner2() {

now = new Date();
banid = now.getSeconds() % (number_of_banners2);
document.write(banners2[banid]);
}

function ShowLinks() {
document.write(links[0]);
document.write("<br>");
document.write(links[1]);
document.write("<br>");
document.write(links[2]);
document.write("<br>");
document.write(links[3]);
}

function ShowButton() {

//now = new Date();
//banid = now.getSeconds() % (number_of_buttons);
//document.write(buttons[banid]);
//if (++banid > number_of_buttons - 1) { banid = 0; }
//document.write("<p>");
//document.write(buttons[banid]);
document.write(buttons[1]);


}

