﻿// JavaScript Document
a   =   4  //   a=numbers   of   banners   
  function   create()   {   
    
  this.src   =   ''   
  this.href   =   ''   
  this.alt   =   ''   
  this.under   =   ''   
  }   
    
  b   =   new   Array()   
  for(var   i=1;   i<=a;   i++)   {   b[i]   =   new   create()   }   
    
   
    
  b[1].src   =   "http://image2.55.la/anonymous/banner/2008/12/27/15/3519847.gif "   
  b[1].href   =   "http://www.yisejia.com "   
  b[1].alt   =   "疤康诊所!"   
    
  b[2].src   =   "http://user1.55.la/user_pic/bannerpic/2008/03/01/11/30552.gif "   
  b[2].href   =   "http://shop36292072.taobao.com"   
  b[2].alt   =   "中国疤痕论坛淘宝店!"   

 b[3].src   =   "http://img4.user.55.la/anonymous/banner/2010/06/02/14/6509652.gif"   
  b[3].href   =   "http://www.cnscarbbs.cn"    
  b[3].alt   =   "全国免费服务热线!"   

  b[4].src   =   "http://new4.user.55.la/user_pic/bannerpic/2010/01/13/20/279149.gif "   
  b[4].href   =  "http://bahen.dian.taobao.com "   
  b[4].alt   =   "祛疤要选对药!"   





