﻿// JScript File

var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
var txt='';

ad +=1;


//freshpair

if (ad==1) {
    txt='<a rel="nofollow" target="_blank" href="http://click.linksynergy.com/fs-bin/click?id=cw0SOyQMN*o&offerid=125141.10000389&type=4&subid=0"><img alt="Freshpair.com" border="0" src="http://www.freshpair.com/linkshare/images/banners/120x60_womens_generic.gif"></a><img border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=cw0SOyQMN*o&bids=125141.10000389&type=4&subid=0">';
}
//amazon
if (ad==2) {
    txt='<iframe marginwidth="0" marginheight="0" width="120" height="240" scrolling="no" frameborder="0" src="http://rcm.amazon.com/e/cm?t=wwwmeanguerco-20&p=8&o=1&l=bn1&browse=657766&mode=toys&f=ifr"><MAP NAME="boxmap-p8"><AREA SHAPE="RECT" COORDS="14, 200, 103, 207" HREF="http://rcm.amazon.com/e/cm/privacy-policy.html?o=1" ><AREA COORDS="0,0,10000,10000" HREF="http://www.amazon.com/exec/obidos/redirect-home/wwwmeanguerco-20" ></MAP><img src="http://rcm-images.amazon.com/images/G/01/rcm/120x240.gif" width="120" height="240" border="0" usemap="#boxmap-p8" alt="Shop at Amazon.com"></iframe>';
}

//ink
if (ad==3) {
    txt='<a href="http://www.qksrv.net/click-1303624-804997" target="_blank"><img src="http://www.qksrv.net/image-1303624-804997" width="120" height="240" alt="Look your printer needs ink" border="0"></a>';
}
//orbiz
if (ad==4) {
    txt='<a Href="http://click.linksynergy.com/fs-bin/click?id=cw0SOyQMN*o&offerid=66478.10000196&type=4&subid=0" target="_blank"><IMG alt="120x600 Vegas" border="0" src="http://ad.doubleclick.net/ad/N2870.or2/B1549105.2;sz=120x600"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=cw0SOyQMN*o&bids=66478.10000196&type=4&subid=0"></a>';
}
if (ad==5) {
        txt='<a rel="nofollow" target="_blank" href="http://click.linksynergy.com/fs-bin/click?id=cw0SOyQMN*o&offerid=85078.10058681&subid=0&type=4"><img border="0" alt="Dell Home Systems" src="http://ad.linksynergy.com/fs-bin/show?id=cw0SOyQMN*o&bids=85078.10058681&subid=0&type=4&gridnum=11"/></a>'
    }
if (ad>=how_many_ads) {
    txt='<a rel="nofollow" target="_blank" href="http://click.linksynergy.com/fs-bin/click?id=cw0SOyQMN*o&offerid=66478.10000390&subid=0&type=4"><img border="0" alt="Orbitz Hotel Mega Sale Exp April 30, 2007" src="http://ad.linksynergy.com/fs-bin/show?id=cw0SOyQMN*o&bids=66478.10000390&subid=0&type=4&gridnum=-1"></a>'
}
document.write('<center>');
document.write(txt);
document.write('</center>');
