<!-- Begin Script
// ad125g.js - 125x125 aff links (blamepro)
// This rotation is for sales, general categories
// for individual products, see ad125p.js
// Rem Freebies2go site tracking code is 401322
// Rem blamepro site tracking code 1350534
// Rem Marshall Arts site tracking code is 1729381
// Rem Musicians Tips site tracking code is 1729384
// Rem Fendertone site tracking code is 2431131
// Rem PRS site tracking code is 3599382
// (C) 2003-09 Blamepro.com

var how_many_ads = 6; // use actual number
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

// MF 125x125 Square Button (cj.com)
if (ad==1) {
track="";
url="http://www.kqzyfj.com/click-2431131-10386280";
alt="The World's Largest Music Gear Company!";
banner="http://www.awltovhc.com/image-2431131-10386280";
width="125";
height="125";
}

// MF 125x125 $99 shipping (cj.com)
if (ad==2) {
track="";
url="http://www.anrdoezrs.net/click-2431131-10396600";
alt="Get free freight on most orders over $99!";
banner="http://www.ftjcfx.com/image-2431131-10396600";
width="125";
height="125";
}

// MF 125x125 Sale - added 5-17-09 (cj.com)
if (ad==3) {
track="";
url="http://www.dpbolvw.net/click-2431131-10455996";
alt="Huge Price Cuts at Musicians Friend!";
banner="http://www.lduhtrp.net/image-2431131-10455996";
width="125";
height="125";
}


// MF 125x125 Stupid Deal of the Day - added 5-26-07 (cj.com)
if (ad==4) {
track="";
url="http://www.jdoqocy.com/click-2431131-10435398";
alt="Musician's Friend Stupid Deal of the Day!";
banner="http://www.awltovhc.com/image-2431131-10435398";
width="125";
height="125";
}

// MF 125x125 - added 1-29-08 (cj.com)
if (ad==5) {
track="";
url="http://www.kqzyfj.com/click-2431131-10529069";
alt="Musician's Friend ships to Canada.";
banner="http://www.ftjcfx.com/image-2431131-10529069";
width="125";
height="125";
}

// MF Rebates - added 1-29-08 (cj)
if (ad==6) {
track="";
url="http://www.anrdoezrs.net/click-2431131-10529067";
alt="Save more with manufacturer rebates.";
banner="http://www.awltovhc.com/image-2431131-10529067";
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>');

// End -->
