var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1) {
url="http://www.coffeecup.com/dutch";
alt="Dutch's Software";
banner="http://www.dutchthewiz.com/banners/ds468x60.gif";
width="468";
height="60";
}

if (ad==2) {
url="http://www.coffeecup.com/dutch";
alt="Dutch's HTML Editor";
banner="http://www.dutchthewiz.com/banners/1ds468x60.jpg";
width="468";
height="60";
}

if (ad==3) {
url="http://www.coffeecup.com/dutch";
alt="Dutch's HTML Editor - WYSIWYG Editor";
banner="http://www.dutchthewiz.com/banners/2ds468x60.jpg";
width="468";
height="60";
}

if (ad==4) {
url="http://www.coffeecup.com/dutch";
alt="Dutch's Cascading Style Sheets";
banner="http://www.dutchthewiz.com/banners/3ds468x60.jpg";
width="468";
height="60";
}

if (ad==5) {
url="http://www.coffeecup.com/dutch";
alt="Dutch's HTML Frames";
banner="http://www.dutchthewiz.com/banners/4ds468x60.jpg";
width="468";
height="60";
}

if (ad==6) {
url="http://www.coffeecup.com/dutch";
alt="Dutch's Client Side Image Maps";
banner="http://www.dutchthewiz.com/banners/5ds468x60.jpg";
width="468";
height="60";
}

if (ad==7) {
url="http://www.coffeecup.com/dutch";
alt="Dutch's HTML Editor - Thumbnails Maker";
banner="http://www.dutchthewiz.com/banners/6ds468x60.jpg";
width="468";
height="60";
}

var how_many_ads1 = 6;
var now1 = new Date()
var sec1 = now1.getSeconds()
var ad1 = sec1 % how_many_ads1;
ad1 +=1;

if (ad1==1) {
url1="http://www.coffeecup.com/dutch";
alt1="Dutch's HTML Editor";
banner1="http://www.dutchthewiz.com/banners/dhtmle120x60.gif";
width1="120";
height1="60";
}

if (ad1==2) {
url1="http://www.coffeecup.com/dutch";
alt1="File Dudes";
banner1="http://www.dutchthewiz.com/banners/wysiwyg120x60.gif";
width1="120";
height1="60";
}

if (ad1==3) {
url1="http://www.coffeecup.com/dutch";
alt1="Thumbnails Maker";
banner1="http://www.dutchthewiz.com/banners/ThumbMaker120x60.gif";
width1="120";
height1="60";
}

if (ad1==4) {
url1="http://www.coffeecup.com/dutch";
alt1="Dutch's Cascading Style Sheets";
banner1="http://www.dutchthewiz.com/banners/dcss120x60.gif";
width1="120";
height1="60";
}

if (ad1==5) {
url1="http://www.coffeecup.com/dutch";
alt1="Dutch's HTML Frames";
banner1="http://www.dutchthewiz.com/banners/dhtmlf120x60.gif";
width1="120";
height1="60";
}

if (ad1==6) {
url1="http://www.coffeecup.com/dutch";
alt1="Dutch's Client Side Image Maps";
banner1="http://www.dutchthewiz.com/banners/dcsim120x60.gif";
width1="120";
height1="60";
}

var how_many_ads2 = 6;
var now2 = new Date()
var sec2 = now2.getSeconds()
var ad2 = sec2 % how_many_ads2;
ad2 +=1;

if (ad2==6) {
url2="http://www.coffeecup.com/dutch";
alt2="Thumbnails Maker";
banner2="http://www.dutchthewiz.com/banners/ThumbMaker120x60.gif";
width2="120";
height2="60";
}

if (ad2==5) {
url2="http://www.coffeecup.com/dutch";
alt2="Dutch's HTML Editor";
banner2="http://www.dutchthewiz.com/banners/dhtmle120x60.gif";
width2="120";
height2="60";
}

if (ad2==4) {
url2="http://www.coffeecup.com/dutch";
alt2="File Dudes";
banner2="http://www.dutchthewiz.com/banners/wysiwyg120x60.gif";
width2="120";
height2="60";
}

if (ad2==3) {
url2="http://www.coffeecup.com/dutch";
alt2="Dutch's Cascading Style Sheets";
banner2="http://www.dutchthewiz.com/banners/dcss120x60.gif";
width2="120";
height2="60";
}

if (ad2==2) {
url2="http://www.coffeecup.com/dutch";
alt2="Dutch's HTML Frames";
banner2="http://www.dutchthewiz.com/banners/dhtmlf120x60.gif";
width2="120";
height2="60";
}

if (ad2==1) {
url2="http://www.coffeecup.com/dutch";
alt2="Dutch's Client Side Image Maps";
banner2="http://www.dutchthewiz.com/banners/dcsim120x60.gif";
width2="120";
height2="60";
}

function writeBigBanner() {
document.write ('<a href="' + url + '"><img src="' + banner + '"' + ' width=' + width + ' height=' + height + ' alt="' + alt + '" border=0></a></TD>')
}

function writeSmallBanner1() {
document.write ('<a href="' + url1 + '"><img src="' + banner1 + '"' + ' width=' + width1 + ' height=' + height1 + ' alt="' + alt1 + '" border=0></a></TD>')
}

function writeSmallBanner2() {
document.write ('<a href="' + url2 + '"><img src="' + banner2 + '"' + ' width=' + width2 + ' height=' + height2 + ' alt="' + alt2 + '" border=0></a></TD>')
}



