function rnd_banner() {
nobanners = 6;
rndno = Math.round(Math.random()*(nobanners-1))+1;
if (rndno==6) {
document.write("<img src=\"banners/zetadocs_quote1.jpg\" alt=\"\" width=\"468\" height=\"60\" border=\"0\" style=\"border:1px solid #DADDE3;\">");
} else if (rndno==5) {
document.write("<img src=\"banners/zetadocs_quote1.jpg\" alt=\"\" width=\"468\" height=\"60\" border=\"0\" style=\"border:1px solid #DADDE3;\">");
} else if (rndno==4) {
document.write("<img src=\"banners/zetadocs_quote1.jpg\" alt=\"\" width=\"468\" height=\"60\" border=\"0\" style=\"border:1px solid #DADDE3;\">");
} else if (rndno==3) {
document.write("<img src=\"banners/zetadocs_quote1.jpg\" alt=\"\" width=\"468\" height=\"60\" border=\"0\" style=\"border:1px solid #DADDE3;\">");
} else if (rndno==2) {
document.write("<img src=\"banners/zetadocs_quote1.jpg\" alt=\"\" width=\"468\" height=\"60\" border=\"0\" style=\"border:1px solid #DADDE3;\">");
} else {
document.write("<img src=\"banners/zetadocs_quote1.jpg\" alt=\"\" width=\"468\" height=\"60\" border=\"0\" style=\"border:1px solid #DADDE3;\">");
}

}//rnd_banner()
