<!--
var how_many_ads = 4;  // Number of ads
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="/include/rorg/rorg_bb_date.jsp";
alt="《中国保险报》历史新闻检索";
banner="/banner/baoxianbao.gif";
width="468";
height="60";
}

if (ad==2) {
url="/cust/plan/bid/index.jsp?pwhere=1";
alt="定制保险计划";
banner="/banner/banner_dz2.gif";
width="468";
height="60";
}

if (ad==3) {
url="/cust/plan/bid/index.jsp?pwhere=1";
alt="定制保险计划";
banner="/banner/46860-bid.gif";
width="468";
height="60";
}

if (ad==4) {
url="/cust/plan/bid/index.jsp?pwhere=1";
alt="定制保险计划";
banner="/banner/46860-bid2.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>');
}
// -->