// 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=fw-dress-header&amp;bsize=467x80&amp;bmode=off&amp;btype=1&amp;bpos=default&amp;ver=2.0' width='467' height='80'>";
   imgIndexbanner.innerHTML="<img src='http://67.199.16.165:2400/ad.php?bfunction=showad&amp;uid=100000&amp;bzone=fw-dress-index&amp;bsize=569x161&amp;bmode=off&amp;btype=1&amp;bpos=default&amp;ver=2.0' width='569' height='161'>";
   }
// banner function end 



