var banner=new Array()
banner[0]='<a href="" tipLittle=""><img src="images/site/banner1.jpg" width="768" height="78" border="0"></a>'
banner[1]='<a href="" tipLittle=""><img src="images/site/banner2.jpg" width="768" height="78" border="0"></a>'
banner[2]='<a href="" tipLittle=""><img src="images/site/banner3.jpg" width="768" height="78" border="0"></a>'
banner[3]='<a href="" tipLittle=""><img src="images/site/banner4.jpg" width="768" height="78" border="0"></a>'
banner[4]='<a href="" tipLittle=""><img src="images/site/banner5.jpg" width="768" height="78" border="0"></a>'
banner[5]='<a href="" tipLittle=""><img src="images/site/banner6.jpg" width="768" height="78" border="0"></a>'
banner[6]='<a href="" tipLittle=""><img src="images/site/banner7.jpg" width="768" height="78" border="0"></a>'
banner[7]='<a href="" tipLittle=""><img src="images/site/banner8.jpg" width="768" height="78" border="0"></a>'
banner[8]='<a href="" tipLittle=""><img src="images/site/banner9.jpg" width="768" height="78" border="0"></a>'
banner[9]='<a href="" tipLittle=""><img src="images/site/banner10.jpg" width="768" height="78" border="0"></a>'
banner[10]='<a href="" tipLittle=""><img src="images/site/banner11.jpg" width="768" height="78" border="0"></a>'
banner[11]='<a href="" tipLittle=""><img src="images/site/banner12.jpg" width="768" height="78" border="0"></a>'
banner[12]='<a href="" tipLittle=""><img src="images/site/banner13.jpg" width="768" height="78" border="0"></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
