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