<!-- Begin Script
// Cal_bannr125.js
// 125x125 Blamepro ads
// Rem blamepro site tracking code 1350534
// Rem Marshall Arts site tracking code is 1729381
// Rem Uncle Woody site tracking code is 1729384
// Rem Freebies2go site tracking code is 401322
// MF links updated to cj 2/24/2007
// (C) 2003-07 Blamepro.com

var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

// CM world's best catalogs/merchants 
if (ad==1) {
track="";
url="http://www.catalogmania.com";
alt="Fast online ordering!";
banner="http://www.blamepro.com/banners/CM2_125.gif";
width="125";
height="125";
}

// MF 125x125 Square Button (cj.com)
if (ad==2) {
track="";
url="http://www.kqzyfj.com/click-1729384-10386280";
alt="The World's Largest Music Gear Company!";
banner="http://www.awltovhc.com/image-1729384-10386280";
width="125";
height="125";
}

// choice hotels (cj) added 2-24-07 
if (ad==3) {
track="";
url="http://www.dpbolvw.net/click-1729384-10427108";
alt="Best Rate Guarantee";
banner="http://www.tqlkg.com/image-1729384-10427108";
width="125";
height="125";
}

// vista print (cj) added 2-24-07
if (ad==4) {
track="";
url="http://www.dpbolvw.net/click-1729384-10287971";
alt="Free address labels, sticky notes, and more!";
banner="http://www.ftjcfx.com/image-1729384-10287971";
width="125";
height="125";
}

// 1-800-florals (cj) added 2-24-07
if (ad==5) {
track="";
url="http://www.anrdoezrs.net/click-1729384-5598118";
alt="Order Flowers Online";
banner="http://www.lduhtrp.net/image-1729384-5598118";
width="125";
height="125";
}

// zappos (cj) added 2-24-07
if (ad==6) {
track="";
url="http://www.tkqlhce.com/click-1729384-5656661";
alt="Shoe Sale!";
banner="http://www.ftjcfx.com/image-1729384-5656661";
width="120";
height="60";
}

// soft surroundings (cj) added 2-24-07
if (ad==7) {
track="";
url="http://www.jdoqocy.com/click-1729384-10361429?cm_ven=CJ&cm_cat=400412&cm_pla=1729384&cm_ite=Soft+Surroundings-All+Product+Categories";
alt="Shop SoftSurroundings.com";
banner="http://www.ftjcfx.com/image-1729384-10361429";
width="125";
height="125";
}

// document.write('<center>');
document.write('&nbsp;');
document.write('<img src=\"' + track + '\" width=1 height=1 border=0 NOSAVE >');
document.write('<a href=\"' + url + '\" target=\"_new\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=1><a>');
// document.write('</center>');

// http://www.jsmadeeasy.com/javascripts/Banners/list.htm

// End -->
