// function for banner     
  
  function Banner()
   {
   var imgIndexbanner;
   var imgHeaderbanner;
   imgIndexbanner=document.getElementById('bannerimg');
   imgHeaderbanner=document.getElementById('bannerheaderimg');
   imgHeaderbanner.innerHTML="<img src='http://67.199.16.165:2400/ad.php?bfunction=showad&amp;uid=100000&amp;bzone=franchise_header&amp;bsize=467x80&amp;bmode=off&amp;btype=1&amp;bpos=default&amp;ver=2.0' width='467' height='80' border='0'>";
   imgIndexbanner.innerHTML="<img src='http://67.199.16.165:2400/ad.php?bfunction=showad&amp;uid=100000&amp;bzone=franchise_index&amp;bsize=569x161&amp;bmode=off&amp;btype=1&amp;bpos=default&amp;ver=2.0' width='569' height='161' border='0'>";
   }
  
// banner function end 



