<!--
a = 4 // a=banner数目
var slump = Math.random();
var talet = Math.round(slump * (a-1))+1;
function create() {

this.width = ''
this.height = ''
this.src = ''
this.href = ''
this.border = ''
this.alt = ''
this.under = ''

}
b = new Array()
for(var i=1; i<=a; i++) { b[i] = new create() }
b[1].src = "../banner/banner_ige.gif"
b[1].href = "../medical_equipment/allergy/dexall_rapid.htm"
b[1].width = "470"
b[1].height = "52"
b[1].border = "0"
b[1].alt = "美国Dexall快速过敏原诊断试剂盒"
b[1].under = ''

b[2].src = "../banner/banner_sinuscan.gif"
b[2].href = "../medical_equipment/others/sinuscan102.htm"
b[2].width = "470"
b[2].height = "52"
b[2].border = "0"
b[2].alt = "鼻窦炎超声快速诊断仪"
b[2].under = '####'

b[3].src = "../banner/banner_thermofocus.gif"
b[3].href = "../medical_equipment/others/thermofocus.htm"
b[3].width = "470"
b[3].height = "52"
b[3].border = "0"
b[3].alt = "非接触数字快速体温仪"
b[3].under = '#######' 

b[4].src = "../banner/banner_piko.swf"
b[4].under = '#######' //依此类推

var visa = "";
visa += '<a href="'+b[talet].href+'">'
visa += '<img src="'+b[talet].src+'" height='+b[talet].height
visa += ' width='+b[talet].width+' border='+b[talet].border+' alt='+b[talet].alt+'>';
visa += '</a>'


function MM_openBrWindow(theURL,winName,features) { //v2.0

window.open(theURL,winName,features);

}
//-->