// Rotating Side Bar Ads - Large

function rowCol(url,src,alt)
{    this.url = url;
     this.src = src;
	 this.alt = alt;
}

var imgArray = new Array(4);
imgArray[0] = new rowCol('http://www.cheapass.com/products/boardgames/cag042.html','sbboots.jpg','Captain Treasure Boots');
imgArray[1] = new rowCol('http://www.cheapass.com/products/cardgames/cag040.html','sbbigidea.jpg','Big Idea Deluxe');
imgArray[2] = new rowCol('http://www.cheapass.com/free/games/bleedingsherwood.html','sbsherwood.jpg','Bleeding Sherwood Free PDF');
imgArray[3] = new rowCol('http://www.cheapass.com/products/cardgames/cag530.html','sbspygame.jpg','James Ernests Totally Renamed Spy Game is Here!');

// Rotating Side Bar Ads - Small

function rowsmCol(url,src,alt)
{    this.url = url;
     this.src = src;
	 this.alt = alt;
}

var imgsmArray = new Array(4);
imgsmArray[0] = new rowsmCol('http://www.buttonmen.com/','botbmen.jpg','Button Men Online www.buttonmen.com');
imgsmArray[1] = new rowsmCol('http://www.cheapass.com/free/desktops.html','botdtop.jpg','Desktop Gallery');
imgsmArray[2] = new rowsmCol('http://www.fightball.com/','botfitebal.jpg','Fight Ball dot Com');
imgsmArray[3] = new rowsmCol('http://www.cheapass.com/products/staffpicks.html','botstafpix.jpg','Hey! Staff Picks');


// Rotating Cafe Press Ads

function rowCPCol(url,src,alt)
{    this.url = url;
     this.src = src;
	 this.alt = alt;
}

var imgCPArray = new Array(4);
imgCPArray[0] = new rowsmCol('http://www.cafeshops.com/cheapass','cafe1.jpg','Get Cafe Press Stuff');
imgCPArray[1] = new rowsmCol('http://www.cafeshops.com/cheapass','cafe2.jpg','Get Cafe Press Stuff');
imgCPArray[2] = new rowsmCol('http://www.cafeshops.com/cheapass','cafe3.jpg','Get Cafe Press Stuff');
imgCPArray[3] = new rowsmCol('http://www.cafeshops.com/cheapass','cafe4.jpg','Get Cafe Press Stuff');
