<!--
/**
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/plan/bid/index.jsp?pwhere=1";
alt="定制保险计划";
banner="/banner/46860-bid.gif";
width="468";
height="60";
}

if (ad==2) {
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
{
*/

//update  by  dawei.liu 2005-4-29
//所有个人客户端banner改为flash
url="/count1.jsp";
alt="定制保险计划";
banner="/banner/bid2004.gif";
width="468";
height="60";



//document.write('<embed src="/banner/050412.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed>');


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>');
//}
//end update

// -->