<!--
/* Banner Up! - Copyright 1999-2000 By Heidi Allen 
Knowledge Hound: The How-To Hunter - Learn how to do almost anything...for free!
Please visit us at http://www.knowledgehound.com
License for use of this script is granted if and only if
this entire copyright notice is included with it. We do not provide
support for this script. It is provided solely as a friendly gesture.
Use at your own risk. Thanks! */
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
var image="";
var banners=0;
function cycle() {
  if (++banners > 6) banners=1; // currently set for 6 rotating banners
    loadbanners();
    document.banner1.src = image;
    window.setTimeout('cycle();',4000); // currently set for a new image every 4 seconds
  }
function loadbanners() {
   if (banners==1)
      {
      image="http://getinmagazine.com/banners/98rock.jpg";
      }
   if (banners==2)
      {
      image="http://getinmagazine.com/banners/bcbbanner.jpg";
      }

}
//-->
<!--
var link = "http://www.bocityboys.com"
function urlswitch() {
if (banners==1)
{
link = "http://www.98rock.com"; // can change url of every link to its target destination 
}
if (banners==2)
{
link = "http://www.bocityboys.com";
}
return link;
}
//-->

