<!-- Begin 
var how_many_ads = 7; 
var now = new Date() 
var sec = now.getSeconds() 
var ad = sec % how_many_ads; 
ad +=1; 
if (ad==1) { 
txt="Toups<br><i>Wayne Toups & Zydecajun</i><br>(New Blues)"; 
url="http://www.amazon.com/exec/obidos/asin/b000005bq6/cajunrockerco-20/"; 
alt="Wayne Toups & Zydecajun at Amazon.com"; 
banner="../cd_images/b000005bq6.jpg"; 
width="100"; 
height="100"; 
} 
if (ad==2) { 
txt="Various Artists<br><i>Cajun & Zydeco</i><br>(Arc Music)"; 
url="http://www.amazon.com/exec/obidos/asin/b00005n8rq/cajunrockerco-20/"; 
alt="Amazon.com"; 
banner="../cd_images/b00005n8rq.jpg"; 
width="100"; 
height="100"; 
} 
if (ad==3) { 
txt="Various Artists<br><i>Evangeline Made:<br>A Tribute to Cajun Music</i><br>(Vanguard)"; 
url="http://www.amazon.com/exec/obidos/asin/b000060ol9/cajunrockerco-20/"; 
alt="Amazon.com";
banner="../cd_images/b000060ol9.jpg"; 
width="100"; 
height="100"; 
} 
if (ad==4) { 
txt="Waylon Thibodeaux<br><i>The Best of Cajun:<br>The Traditional Songs</i><br>(Mardi Gras)"; 
url="http://www.amazon.com/exec/obidos/asin/b000005xfx/cajunrockerco-20/"; 
alt="Amazon.com";
banner="../cd_images/b000005xfx.jpg"; 
width="100"; 
height="100"; 
} 
if (ad==5) { 
txt="Wayne Toups & Zydecajun<br><i>Little Wooden Box</i><br>(Shanachie)"; 
url="http://www.amazon.com/exec/obidos/asin/b00004sbwa/cajunrockerco-20/"; 
alt="Amazon.com";
banner="../cd_images/b00004sbwa.jpg"; 
width="100"; 
height="100"; 
} 
if (ad==6) { 
txt="Beau Jocque & The Zydeco Hi-Rollers<br><i>The Best of...</i><br>(Rounder)"; 
url="http://www.amazon.com/exec/obidos/asin/b00005n8yb/cajunrockerco-20/"; 
alt="Amazon.com";
banner="../cd_images/b00005n8yb.jpg"; 
width="100"; 
height="100"; 
} 
if (ad==7) { 
txt="Nathan & The Zydeco Cha-Chas<br><i>Follow Me Chicken</i><br>(Rounder)"; 
url="http://www.amazon.com/exec/obidos/asin/b000000300/cajunrockerco-20/"; 
alt="Amazon.com";
banner="../cd_images/b000000300.jpg"; 
width="100"; 
height="100"; 
} 
document.write('<center>'); 
document.write('<a href=\"' + url + '\" target=\"_blank\">'); 
document.write('<img src=\"' + banner + '\" width=') 
document.write(width + ' height=' + height + ' '); 
document.write('alt=\"' + alt + '\" border=0><br>'); 
document.write('<small>' + txt + '</small>'); 
document.write('</a></center>'); 
//End --> 