<!--
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('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
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>');
}
// -->