<!--

i=0;
var ads = new Object();
var header0='<center><h5>Bye Bye Frosty</h5>';
var header1='<center><h5>Bye Bye Frosty</h5>';
var header2='<center><h5>Clown Antics</h5>';
var header3='<center><h5>Clown Antics</h5>';
var header4='<center><h5>Clown Antics</h5>';
var header5='<center><h5>Circus Magic</h5>';
var header6='<center><h5>Circus Magic</h5>';
var header7='<center><h5>FABAIC</h5>';
var header8='<center><h5>Clown Hall of Fame</h5>';
var header9='<center><h5>Clown Resource Directory</h5>';
var header10='<center><h5>Bye Bye Frosty</h5>';
var header11='<center><h5>Bye Bye Frosty</h5>';
var header12='<center><h5>2011 COAI Convention</h5>';
var header13='<center><h5>International Clown Week</h5>';

ads[i++] = header0
+'<a href="http://clownalley.blogspot.com/2010/11/glen-frosty-little-obituary-sarasota.html">'
+'<img alt="Glen FROSTY Little: Obituary" height="199" src="http://images.bcbanex.com/sponsers/bye_bye_frosty.jpg" width="158" class="picture" /></a> ' 
+'<h5>We will miss you</h5></center>'
+'  ';

ads[i++] = header1
+'<a href="http://clownalley.blogspot.com/2010/11/glen-frosty-little-obituary-sarasota.html">'
+'<img alt="Glen FROSTY Little: Obituary" height="199" src="http://images.bcbanex.com/sponsers/bye_bye_frosty.jpg" width="158" class="picture" /></a> ' 
+'<h5>We will miss you</h5></center>'
+'  ';

ads[i++] = header2
+'<a href="http://www.clownantics.com/">'
+'<img alt="Clown Antics - Your one stop clown shop" height="118" src="http://images.bcbanex.com/sponsers/clown_antics.jpg" width="160" class="picture" /></a> ' 
+'<h5>Your one stop clown shop</h5></center>'
+'  ';

ads[i++] = header3
+'<a href="http://www.clownantics.com/">'
+'<img alt="Clown Antics - Your one stop clown shop" height="118" src="http://images.bcbanex.com/sponsers/clown_antics.jpg" width="160" class="picture" /></a> ' 
+'<h5>Your one stop clown shop</h5></center>'
+'  ';

ads[i++] = header4
+'<a href="http://www.clownantics.com/">'
+'<img alt="Clown Antics - Your one stop clown shop" height="118" src="http://images.bcbanex.com/sponsers/clown_antics.jpg" width="160" class="picture" /></a> ' 
+'<h5>Your one stop clown shop</h5></center>'
+'  ';

ads[i++] = header5
+'<a href="http://www.circusmagicconvention.com/">'
+'<img alt="Circus Magic Convention 2011" height="200" src="http://images.bcbanex.com/sponsers/circus_magic.jpg" width="150" class="picture" /></a> ' 
+'<h5>Feb 24-27, 2011</h5></center></center>'
+'  ';

ads[i++] = header6
+'<a href="http://www.circusmagicconvention.com/">'
+'<img alt="Circus Magic Convention 2011" height="200" src="http://images.bcbanex.com/sponsers/circus_magic.jpg" width="150" class="picture" /></a> ' 
+'<h5>Feb 24-27, 2011</h5></center></center>'
+'  ';


ads[i++] = header7
+'<a href="http://www.fabaic.com/">'
+'<img alt="Face and Body Art International Convention" height="292" src="http://images.bcbanex.com/sponsers/fabaic_2011.jpg" width="159" class="picture" /></a> ' 
+'<h5>May 25-29, 2011</h5></center>'
+'  ';

ads[i++] = header8
+'<a href="http://www.theclownmuseum.com/">'
+'<img alt="International Clown Hall of Fame" height="115" src="http://images.bcbanex.com/sponsers/ichof_logo.jpg" width="149" class="picture" /></a> ' 
+'<h5>Located in wonderful Baraboo, Wisconsin</h5></center>'
+'  ';

ads[i++] = header9
+'<a href="http://www.clownresourcedirectory.com/">'
+'<img alt="Clown Resource Directory" height="160" src="http://images.bcbanex.com/sponsers/clownresourcedirectory.gif" width="160" class="picture" /></a> ' 
+'<h5>10,000 resources for your</h5></center>'
+'  ';

ads[i++] = header10
+'<a href="http://clownalley.blogspot.com/2010/11/glen-frosty-little-obituary-sarasota.html">'
+'<img alt="Glen FROSTY Little: Obituary" height="199" src="http://images.bcbanex.com/sponsers/bye_bye_frosty.jpg" width="158" class="picture" /></a> ' 
+'<h5>We will miss you</h5></center>'
+'  ';

ads[i++] = header11
+'<a href="http://clownalley.blogspot.com/2010/11/glen-frosty-little-obituary-sarasota.html">'
+'<img alt="Glen FROSTY Little: Obituary" height="199" src="http://images.bcbanex.com/sponsers/bye_bye_frosty.jpg" width="158" class="picture" /></a> ' 
+'<h5>We will miss you</h5></center>'
+'  ';

ads[i++] = header12
+'<a href="http://www.2011coaiconvention.org/">'
+'<img alt="COAI Convention" height="210" src="http://images.bcbanex.com/sponsers/coai_2011.jpg" width="153" class="picture" /></a> ' 
+'<h5>April 13-17, 2011</h5></center>'
+'  ';

ads[i++] = header13
+'<a href="http://www.internationalclownweek.org/">'
+'<img alt="International Clown Week" height="210" src="http://images.bcbanex.com/sponsers/icw.gif" width="153" class="picture" /></a> ' 
+'<h5>August 1-7</h5></center>'
+'  ';


var current=0

var ns6=document.getElementById&&!document.all

function changeItem(){
if(document.layers){
document.layer1.document.write(ads[current])
document.layer1.document.close()
}
if(ns6)document.getElementById("sponser").innerHTML=ads[current]
{
if(document.all){
div1.innerHTML=ads[current]
}
}
if (current==11) current=0
else current++
setTimeout("changeItem()",9000)
}

window.onload=changeItem

// -->

