<!--
/* 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 > 2) banners=1;
    loadbanners();
    document.banner1.src = image;
    window.setTimeout('cycle();',4000);
	
  }
  
function loadbanners() {
   if (banners==1)
      {
      image="http://store.pba.ph/images/banners/pbastorebanner.jpg";
      }
   if (banners==2)
      {
      image="http://store.pba.ph/images/rotate/offcourtbanner.jpg";
      }
   
}
//-->


<!--

function urlswitch() {
if (banners==1)
{
link = "http://www.picatoo.com";
}

if (banners==2)
{
link = "http://store.pba.ph/product_info.php?products_id=199";
}
return link;
}
//-->
function MyReload() 
{ 
window.location.reload(); 
} 

