<!--
//modify by dawai.liu 2004-12-10
//业务员首页的banner改成固定的一个
/**
var how_many_ads = 6;  // Number of ads
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="/agent/myebao/mystore/choice.jsp?pwhere=6";
alt="轻松定制专业门店";
banner="/banner/a_select.gif";
width="468";
height="60";
}
*/



url="/count2.jsp";
alt="招募伯乐，虚位以待";
banner="/banner/rencai.gif";
width="468";
height="60";





/**
if (ad==2) {
url="/count2.jsp";
alt="电子名片";
banner="/banner/namecard.gif";
width="468";
height="60";
}

if (ad==3) {
url="/agent/myebao/mishu/bid/index.jsp?pwhere=3";
alt="建议书系统";
banner="/banner/banner_bid.gif";
width="468";
height="60";
}

if (ad==4) {
url="/agent/agent_tip.shtml";
alt="易保会员网络展业之五大秘诀";
banner="/banner/banner_five.gif";
width="468";
height="60";
}

if (ad==5) {
url="/agent/myebao/mishu/folder/index.jsp?pwhere=5";
alt="保险展业夹";
banner="/banner/folder.gif";
width="468";
height="60";
}

if (ad==6) {

url="/weblogic/servlets/ebao.agent.myebao.mishu.bid.ProposalServlet?saction=entry";

alt="新版建议书";

banner="/banner/newbookonline.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("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"468\" height=\"60\">");
document.write("<param name=\"movie\" value=\"/banner/050616.swf\">");
document.write("<param name=\"quality\" value=\"high\">");
document.write("<PARAM NAME=wmode VALUE=transparent>");
document.write("<embed src=\"/banner/050616.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"468\" height=\"60\"></embed>");
document.write("</object>");
*/



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>');

//}
// -->