<!-- 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="Justin Wilson's: Cookin Cajun"; 
url="http://www.amazon.com/exec/obidos/asin/0882892347/cajunrockerco-20/"; 
alt="Amazon.com"; 
banner="book_images/0882892347.jpg"; 
width="101"; 
height="140"; 
} 
if (ad==2) { 
txt="Swamp Pop: Cajun and Creole Rhythm and Blues"; 
url="http://www.amazon.com/exec/obidos/asin/0878058761/cajunrockerco-20/"; 
alt="Amazon.com";
banner="book_images/0878058761.jpg"; 
width="90"; 
height="140"; 
} 
if (ad==3) { 
txt="Cajun and Creole Music Makers: Musiciens Cadiens Et Creoles"; 
url="http://www.amazon.com/exec/obidos/asin/1578061709/cajunrockerco-20/"; 
alt="Amazon.com";
banner="book_images/1578061709.jpg"; 
width="97"; 
height="140"; 
} 
if (ad==4) { 
txt="Cajun Country"; 
url="http://www.amazon.com/exec/obidos/asin/0878054677/cajunrockerco-20/"; 
alt="Amazon.com";
banner="book_images/0878054677.jpg"; 
width="96"; 
height="140"; 
} 
if (ad==5) { 
txt="Louisiana Music"; 
url="http://www.amazon.com/exec/obidos/asin/0306810034/quatecsolutionsa/"; 
alt="Amazon.com";
banner="book_images/0306810034.jpg"; 
width="93"; 
height="140"; 
} 
if (ad==6) { 
txt="Disenchanting Les Bons Temps: Identity and Authenticity in Cajun Music and Dance"; 
url="http://www.amazon.com/exec/obidos/asin/0822330202/quatecsolutionsa/"; 
alt="Amazon.com";
banner="book_images/0822330202.jpg"; 
width="91"; 
height="140"; 
} 
//if (ad==4) { 
//txt="Cajun and Creole Music Makers: Musiciens Cadiens Et Creoles"; 
//url="http://www.amazon.com/exec/obidos/asin/0395860954/quatecsolutionsa/"; 
//alt="Amazon.com";
//banner="book_images/0395860954.jpg"; 
//width="120"; 
//height="140"; 
//} 
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 --> 