// place banners on page
var ban_customer_service = "<p style=\"text-align: center; font-weight: bold;\"><a href=\"http://www.raymondjames.com/gateway.asp?site=http://www.businessweek.com/pdf/270307BWEPrint.pdf\" target=\"_blank\" onclick=\"window.open(this.href,'_blank','width=500,height=400'); return false;\"><img src=\"images/build07/sdbr/business_week_award.gif\" id=\"banner1\" width=\"71\" height=\"71\" alt=\"\" title=\"\" /><br />Customer Service Champs<br />BusinessWeek | Mar 2007</a></p><img src=\"http://www.raymondjames.com/images/build07/horiz_rule.gif\" width=\"177\" height=\"19\" title=\"\" alt=\"=============\" /><br /><a href=\"http://www.raymondjames.com/annualreport.pdf\" target=\"_blank\"><img src=\"images/build07/sdbr/annualreport.gif\" id=\"banner1\" width=\"151\" height=\"127\" alt=\"\" title=\"\" /></a>"

var ban_home_office_tour = "<a href=\"http://www.raymondjames.com/advisorchoice/library/hovt.asp?from=rjfs_corp_site\" target=\"_blank\" onclick=\"window.open(this.href,'_blank','width=800,height=460'); return false;\"><img src=\"images/build07/sdbr/side_officetour.gif\" id=\"banner1\" width=\"151\" height=\"108\" alt=\"\" title=\"\" onmouseover=\"hovChange(this.id)\" onmouseout=\"hovChange(this.id)\" /></a><br /><img src=\"http://www.raymondjames.com/images/build07/horiz_rule.gif\" width=\"177\" height=\"19\" title=\"\" alt=\"=============\" /><br /><p style=\"padding-top: 10px; text-align: center; font-weight: bold;\"><a href=\"http://www.raymondjames.com/advisorchoice/library/multimedia/media_player.asp?url=CommitIndepend.flv&mediatype=FLV&width=376&height=350\" target=\"_blank\" onclick=\"window.open(this.href,'_blank','width=400,height=500'); return false;\"><img src=\"images/build07/sdbr/commitIndTJBtn.gif\" id=\"banner1\" width=\"125\" height=\"58\" alt=\"\" title=\"\" /><br />April 2007: Tom James on independence</a></p>"

var ban_commit_independence = "<p style=\"text-align: center; font-weight: bold;\"><a href=\"http://www.raymondjames.com/advisorchoice/library/multimedia/media_player.asp?url=CommitIndepend.flv&mediatype=FLV&width=376&height=350\" target=\"_blank\" onclick=\"window.open(this.href,'_blank','width=400,height=500'); return false;\"><img src=\"images/build07/sdbr/commitIndTJBtn.gif\" id=\"banner1\" width=\"125\" height=\"58\" alt=\"\" title=\"\" /><br />April 2007: Tom James on independence</a></p><img src=\"http://www.raymondjames.com/images/build07/horiz_rule.gif\" width=\"177\" height=\"19\" title=\"\" alt=\"=============\" /><br /><a href=\"http://www.raymondjames.com/annualreport.pdf\" target=\"_blank\"><img src=\"images/build07/sdbr/annualreport.gif\" id=\"banner1\" width=\"151\" height=\"127\" alt=\"\" title=\"\" /></a>"

var ban_annual_report = "<a href=\"http://www.raymondjames.com/annualreport.pdf\" target=\"_blank\"><img src=\"images/build07/sdbr/annualreport.gif\" id=\"banner1\" width=\"151\" height=\"127\" alt=\"\" title=\"\" /></a><br /><img src=\"http://www.raymondjames.com/images/build07/horiz_rule.gif\" width=\"177\" height=\"19\" title=\"\" alt=\"=============\" /><br /><p style=\"padding-top: 10px; text-align: center; font-weight: bold;\"><a href=\"branch_map.htm\"><img src=\"images/build07/sdbr/office_map_sm.jpg\" id=\"banner1\" width=\"131\" height=\"96\" alt=\"\" title=\"\" /><br />Map of Office Locations</a></p>"

var ban_map_location = "<p style=\"text-align: center; font-weight: bold;\"><a href=\"branch_map.htm\"><img src=\"images/build07/sdbr/office_map_sm.jpg\" id=\"banner1\" width=\"131\" height=\"96\" alt=\"\" title=\"\" /><br />Map of Office Locations</a></p><img src=\"http://www.raymondjames.com/images/build07/horiz_rule.gif\" width=\"177\" height=\"19\" title=\"\" alt=\"=============\" /><br /><p style=\"padding-top: 10px; text-align: center; font-weight: bold;\"><a href=\"http://www.raymondjames.com/gateway.asp?site=http://www.businessweek.com/pdf/270307BWEPrint.pdf\" target=\"_blank\" onclick=\"window.open(this.href,'_blank','width=500,height=400'); return false;\"><img src=\"images/build07/sdbr/business_week_award.gif\" id=\"banner1\" width=\"71\" height=\"71\" alt=\"\" title=\"\" /><br />Customer Service Champs<br />BusinessWeek | Mar 2007</a></p>"

var banner_random 
var ranNum = Math.floor(Math.random()*5);
if (ranNum == 0) {banner_random = ban_customer_service}
else if (ranNum == 1) {banner_random = ban_home_office_tour}
else if (ranNum == 2) {banner_random = ban_commit_independence}
else if (ranNum == 3) {banner_random = ban_annual_report}
else if (ranNum == 4) {banner_random = ban_map_location}
else {banner_random = ban_map_location}


if(document.getElementById("sdbrBlock")){document.getElementById("sdbrBlock").innerHTML = banner_random}