//FILE -   rotate.js

//self.moveTo(0,0);

var how_many_ads = 5;

var now = new Date()

var sec = now.getSeconds()

var ad = sec % how_many_ads;

ad +=1;


if (ad==1) {

url="flask.html";

alt="The best Australian species in flask now!";

banner="banner07.gif";

width="150";

height="100";

}

if (ad==2) {

url="mailingList.html";

alt="Join our FREE Mailing list NOW! MONTHLY NEWSLETTERS....NEW GERMINATIONS....SPECIES ARTICLES and much more!";

banner="banner09.gif";

width="150";

height="100";

}

if (ad==3) {

url="list_cattleya.html";

alt="Cattleya Flasks and Plants available now!";

banner="banner05.gif";

width="150";

height="100";

}

if (ad==4) {

url="list_m.html";

alt="The fabulous Macodes Sanderiana!";

banner="banner06.gif";

width="150";

height="100";

}

if (ad==5) {

url="list_b.html";

alt="Bulbophyllum Flasks and Plants available now!";

banner="banner04.gif";

width="150";

height="100";

}


