<!--
var how_many_ads = 2;  // Number of ads
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="/cust/other/medical_insurance_02.shtml";
alt="医疗保险改革";
banner="/banner/banner_yiliao.gif";
width="468";
height="60";
}

if (ad==2) {
url="/group/product/index.jsp";
alt="企业医疗保险产品比较";
banner="/banner/banner_group.gif";
width="468";
height="60";
}


if (url=="#")
{
document.write('<right>');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="'+width+'" height="'+height+'">');
document.write('<param name=movie value="'+banner+'">');
document.write('<param name=quality value=high>');
document.write('<embed src="'+banner+'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'">');
document.write('</embed>');
document.write('</object>');
document.write('</right>');
}
else
{
document.write('<right>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</right>');
}
// -->