a = 2 // a=numbers of banners
var slump = Math.random();
var talet = Math.round(slump * (a-1))+1;
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 = "images/theme03_012a.gif"
b[1].href = "http://rst.lenovo.com/ibis/client/mail/sendmail.aspx"
b[1].alt = ""

b[2].src = "images/theme03_013.gif"
b[2].href = "http://www.lenovo.cn/about/news/market4451.shtml"
b[2].alt = ""

