<!-- Begin 
var how_many_ads = 6; 
var now = new Date() 
var sec = now.getSeconds() 
var ad = sec % how_many_ads; 
ad +=1; 
if (ad==1) { 
txt="Whoever Said It Would Be Easy<br><i>Wayne Toups</i><br>(Shanachie)"; 
url="http://www.amazon.com/exec/obidos/asin/b0001xxbcu/cajunrockerco-20/"; 
alt="Wayne Toups & Zydecajun at Amazon.com"; 
banner="../cd_images/b0001xxbcu.jpg"; 
width="100"; 
height="100"; 
} 
if (ad==2) { 
txt="Come Back to Me<br><i>Don Rich</i><br>(Jin)"; 
url="http://www.amazon.com/exec/obidos/asin/b00007e8ny/cajunrockerco-20/"; 
alt="Don Rich at Amazon.com";
banner="../cd_images/b00007e8ny.jpg"; 
width="100"; 
height="100"; 
} 
if (ad==3) { 
txt="I'm Not A Fool Anymore<br><i>T.K. Hulin</i><br>(Edsel)"; 
url="http://www.amazon.com/exec/obidos/asin/b00004hym0/cajunrockerco-20/"; 
alt="T.K. Hulin at Amazon.com";
banner="../cd_images/b00004hym0.jpg"; 
width="100"; 
height="100"; 
} 
if (ad==4) { 
txt="The Ultimate Collection<br><i>Delbert McClinton</i><br>(Hip-O)"; 
url="http://www.amazon.com/exec/obidos/asin/b00000j7r3/cajunrockerco-20/"; 
alt="Delbert McClinton at Amazon.com";
banner="../cd_images/b00000j7r3.jpg"; 
width="100"; 
height="100"; 
} 
if (ad==5) { 
txt="Zydecajun<br><i>Wayne Toups</i><br>(Polygram)"; 
url="http://www.amazon.com/exec/obidos/asin/b000001fyp/cajunrockerco-20/"; 
alt="Wayne Toups at Amazon.com";
banner="../cd_images/b000001fyp.jpg"; 
width="100"; 
height="100"; 
} 
if (ad==6) { 
txt="Blast from the Bayou<br><i>Wayne Toups & Zydecajun</i><br>(Polygram)"; 
url="http://www.amazon.com/exec/obidos/asin/b000001fpk/cajunrockerco-20/"; 
alt="Wayne Toups & Zydecajun at Amazon.com";
banner="../cd_images/b000001fpk.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 --> 