				  <!-- Begin
var how_many_ads = 20;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.singminnesota.com";
alt="Sing Minessota";
banner="http://www.countrysplash.com/banners_2009/banner_Sing_Minessota.jpg";
width="222";
height="125";
}
if (ad==2) {
txt="";
url="http://www.bernicks.com/";
alt="Bernicks Beverages and Vending";
banner="http://www.countrysplash.com/banners_2009/Bernicks.jpg";
width="222";
height="125";
}
if (ad==3) {
txt=""; 
url="http://www.budlight.com/index.aspx";
alt="Bud Light";
banner="http://www.countrysplash.com/banners_2009/bud_light.jpg";
width="222";
height="125";
}
if (ad==4) {
txt=""; 
url="http://www.bulletsbullrides.com";
alt="Bullets Bull Ride";
banner="http://www.countrysplash.com/banners_2009/Bullets_Bullride.jpg";
width="222";
height="125";
}
if (ad==5) {
txt=""; 
url="http://www.carpetingbymike.com/";
alt="Carpeting by Mike";
banner="http://www.countrysplash.com/banners_2009/Carpeting.jpg";
width="222";
height="125";
}
if (ad==6) {
txt=""; 
url="http://www.myfoxtwincities.com/";
alt="FOX 9";
banner="http://www.countrysplash.com/banners_2009/FOX9.jpg";
width="222";
height="125";
}
if (ad==7) {
txt=""; 
url="http://www.myfoxwi.com/myfox/";
alt="FOX 25-48";
banner="http://www.countrysplash.com/banners_2009/FOX25-48.jpg";
width="222";
height="125";
}
if (ad==8) {
txt=""; 
url="http://www.freedomvalu.com/";
alt="Freedom Valu Center";
banner="http://www.countrysplash.com/banners_2009/Freedom.jpg";
width="222";
height="125";
}
if (ad==9) {
txt=""; 
url="http://www.helmerprinting.com/";
alt="Helmer Printing";
banner="http://www.countrysplash.com/banners_2009/Helmer.jpg";
width="222";
height="125";
}

if (ad==10) {
txt=""; 
url="http://www.k102.com/main.html";
alt="K102";
banner="http://www.countrysplash.com/banners_2009/K102.jpg";
width="222";
height="125";
}

if (ad==11) {
txt=""; 
url="http://www.menards.com/";
alt="Menards";
banner="http://www.countrysplash.com/banners_2009/Menards.jpg";
width="222";
height="125";
}

if (ad==12) {
txt=""; 
url="http://www.wftc.com/";
alt="My 29";
banner="http://www.countrysplash.com/banners_2009/my29.jpg";
width="222";
height="125";
}

if (ad==13) {
txt=""; 
url="http://www.norsemen.com";
alt="Norsemen Transportation";
banner="http://www.countrysplash.com/banners_2009/Norsemen.jpg";
width="222";
height="125";
}

if (ad==14) {
txt=""; 
url="http://www.thescoopmonthly.com/";
alt="The Scoop";
banner="http://www.countrysplash.com/banners_2009/the_scoop.jpg";
width="222";
height="125";
}

if (ad==15) {
txt=""; 
url="http://www.badgerwest.com/";
alt="BADGER LIQUOR";
banner="http://www.countrysplash.com/banners_2009/badger.jpg";
width="222";
height="125";
}

if (ad==16) {
txt=""; 
url="http://minnesota.twins.mlb.com/index.jsp?c_id=min";
alt="Minnesota Twins";
banner="http://www.countrysplash.com/banners_2009/twins.jpg";
width="222";
height="125";
}

if (ad==17) {
txt=""; 
url="http://www.buffalowildwings.com";
alt="Minnesota Twins";
banner="http://www.countrysplash.com/banners_2009/buffalo.jpg";
width="222";
height="125";
}

if (ad==18) {
txt=""; 
url="http://www.patronspirits.com/";
alt="The Patron Spirits Company";
banner="http://www.countrysplash.com/banners_2009/patron.jpg";
width="222";
height="125";
}

if (ad==19) {
txt=""; 
url="http://www.uvvodka.com/";
alt="UV Vodka";
banner="http://www.countrysplash.com/banners_2009/vodka.jpg";
width="222";
height="125";
}

if (ad==20) {
txt=""; 
url="http://www.drmcgillicuddy.com/";
alt="Dr McGillicuddy";
banner="http://www.countrysplash.com/banners_2009/dr.jpg";
width="222";
height="125";
}

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('</center>');
// End -->
