// function for banner     
  
  function Banner(opt)
   {
   var imgIndexbanner;
   var imgHeaderbanner;
   if (opt=='Y')
   {
   imgIndexbanner=document.getElementById('bannerimg');
   imgHeaderbanner=document.getElementById('bannerheaderimg');
   imgHeaderbanner.innerHTML="<a href='http://colourfulgifts.com/default.aspx' target='_blank'><img src='http://67.199.16.165:2400/ad.php?bfunction=showad&amp;uid=100000&amp;bzone=fw-handbags-header&amp;bsize=467x80&amp;bmode=off&amp;btype=1&amp;bpos=default&amp;ver=2.0' width='467' height='80' style='cursor:pointer'></a>";
   imgIndexbanner.innerHTML="<img src='http://67.199.16.165:2400/ad.php?bfunction=showad&amp;uid=100000&amp;bzone=fw-handbags-index&amp;bsize=569x161&amp;bmode=off&amp;btype=1&amp;bpos=default&amp;ver=2.0' width='569' height='161'>";
   }
   else
   {
   imgHeaderbanner=document.getElementById('bannerheaderimg');
   imgHeaderbanner.innerHTML="<a href='http://colourfulgifts.com/default.aspx' target='_blank'><img src='http://67.199.16.165:2400/ad.php?bfunction=showad&amp;uid=100000&amp;bzone=fw-handbags-header&amp;bsize=467x80&amp;bmode=off&amp;btype=1&amp;bpos=default&amp;ver=2.0' width='467' height='80' style='cursor:pointer'></a>";
   }
  }
  
// banner function end 




