//	banner rotation script
	var how_many_ads = 15;
	var now = new Date()
	var sec = now.getSeconds()
	var ad = sec % how_many_ads;
	ad +=1;
	
	
	
	if (ad==1) {
		url="http://formizzou.missouri.edu/library-society.htm";
		alt="Library Society";
		banner="http://kbia.org/images/banners/librarysociety.jpg";
		width="468";
		height="60";
	}
	
	
	if (ad==2) {
		url="http://www.carpet1columbia.com/";
		alt="Carpet One Floor and Home";
		banner="http://kbia.org/images/banners/carpetone_0708_1.gif";
		width="468";
		height="58";
	}
	
	if (ad==3) {
		url="http://www.houseofbrokers.com/";
		alt="House of Brokers";
		banner="http://kbia.org/images/banners/HOB-CS-WebAd-animGIF.gif";
		width="468";
		height="60";
	}
	
	
	if (ad==4) {
		url="http://www.wha-inc.com/";
		alt="Women's Health Associates";
		banner="http://kbia.org/images/banners/WHA-KBIA.gif";
		width="468";
		height="60";
	}
	
	if (ad==5) {
		url="http://www.smarrcustomhomes.com/";
		alt="Smarr Custom Homes";
		banner="http://kbia.org/images/banners/Smarrbanner.jpg";
		width="468";
		height="60";
	}
		
	if (ad==6) {
		url="http://formizzou.missouri.edu/library-society.htm";
		alt="Library Society";
		banner="http://kbia.org/images/banners/librarysociety.jpg";
		width="468";
		height="60";
	}
	
	
	if (ad==7) {
		url="http://www.carpet1columbia.com/";
		alt="Carpet One Floor and Home";
		banner="http://kbia.org/images/banners/carpetone_0708_2.gif";
		width="468";
		height="58";
	}
	
	if (ad==8) {
		url="http://www.houseofbrokers.com/";
		alt="House of Brokers";
		banner="http://kbia.org/images/banners/HOB-CS-WebAd-animGIF.gif";
		width="468";
		height="60";
	}
	
	if (ad==9) {
		url="http://www.wha-inc.com/";
		alt="Women's Health Associates";
		banner="http://kbia.org/images/banners/WHA-KBIA.gif";
		width="468";
		height="60";
	}
	
	if (ad==10) {
		url="http://www.smarrcustomhomes.com/";
		alt="Smarr Custom Homes";
		banner="http://kbia.org/images/banners/Smarrbanner.jpg";
		width="468";
		height="60";
	}
	
	if (ad==11) {
		url="http://formizzou.missouri.edu/library-society.htm";
		alt="Library Society";
		banner="http://kbia.org/images/banners/librarysociety.jpg";
		width="468";
		height="60";
	}
	
	
	if (ad==12) {
		url="http://www.carpet1columbia.com/";
		alt="Carpet One Floor and Home";
		banner="http://kbia.org/images/banners/carpetone_0708_3.gif";
		width="468";
		height="58";
	}
	
	if (ad==13) {
		url="http://www.houseofbrokers.com/";
		alt="House of Brokers";
		banner="http://kbia.org/images/banners/HOB-CS-WebAd-animGIF.gif";
		width="468";
		height="60";
		
	}
	if (ad==14) {
		url="http://www.wha-inc.com/";
		alt="Women's Health Associates";
		banner="http://kbia.org/images/banners/WHA-KBIA.gif";
		width="468";
		height="60";
		
	}
	
	if (ad==15) {
		url="http://www.smarrcustomhomes.com/";
		alt="Smarr Custom Homes";
		banner="http://kbia.org/images/banners/Smarrbanner.jpg";
		width="468";
		height="60";
	}
	
	
	
	
// NON GENERAL BANNERS BEGIN HERE 
// inlcude date to expire please

// document.write('<center>');
	document.write('<a href=\"' + url + '\" target=\"_top\">');
	document.write('<img src=\"' + banner + '\" width=');
	document.write(width + ' height=' + height + ' ');
	document.write('alt=\"' + alt + '\" border=0></a>');
// document.write('</center>');
