/* REGIONAL PREFERENCES */

var template_color = "Blue" // blue, brown, gold
var division = "IAD" // rja, rjfs

var faemail_var = new Array();
var count = 0;
faemail_var[count++] = new Array("sherry.hillman@raymondjames.com");
//faemail_var[count++] = new Array("nicole.james@raymondjames.com");



var css = "<style type=\"text/css\" media=\"all\"> @import \"/Branches/templates/regional/" + template_color + ".css\";</style>";
var quick = "<img src=\"/Branches/templates/regional/images/quick_" + template_color + ".gif\" width=\"200\" height=\"30\" border=\"0\">";
var rjlogo = "<img src=\"/Branches/templates/regional/images/" + division + "logo.gif\" width=\"200\" height=\"63\" border=\"0\">";
var p;
var whichImage;
var bigImages = new Array();
bigImages[0] = "<img src=\"/Branches/templates/regional/images/large04.jpg\" alt=\"\" width=\"250\" height=\"145\" border=\"0\">";
var p = bigImages.length;
var whichImage = Math.round(Math.random()*(p-1));
var big_pic = bigImages[whichImage];

