/* CONTEMPORARY PREFERENCES */

var template_color = "Red" // red, orange, green
var division = "IAD" // rja, rjfs
var faemail_var = new Array();
var count = 0;
faemail_var[count++] = new Array("paula.dumas@raymondjames.com");


var css = "<style type=\"text/css\" media=\"all\"> @import \"/Branches/templates/contemporary/" + template_color + ".css\";</style>";
var quick = "<img src=\"/Branches/templates/contemporary/images/quick_" + template_color + ".gif\" width=\"200\" height=\"30\" border=\"0\">";
var rjlogo = "<img src=\"/Branches/templates/contemporary/images/" + division + "logo_Red.gif\" width=\"200\" height=\"63\" border=\"0\">";
var p;
var whichImage;
var bigImages = new Array();
bigImages[0] = "<img src=\"/Branches/templates/contemporary/images/large05.jpg\" alt=\"\" width=\"204\" height=\"257\" border=\"0\">";
bigImages[1] = "<img src=\"/Branches/templates/contemporary/images/large06.jpg\" alt=\"\" width=\"204\" height=\"257\" border=\"0\">";
bigImages[2] = "<img src=\"/Branches/templates/contemporary/images/large07.jpg\" alt=\"\" width=\"204\" height=\"257\" border=\"0\">";
bigImages[3] = "<img src=\"/Branches/templates/contemporary/images/large16.jpg\" alt=\"\" width=\"204\" height=\"257\" border=\"0\">";
bigImages[4] = "<img src=\"/Branches/templates/contemporary/images/large19.jpg\" alt=\"\" width=\"204\" height=\"257\" border=\"0\">";
var p = bigImages.length;
var whichImage = Math.round(Math.random()*(p-1));
var big_pic = bigImages[whichImage];

