/* CORPORATE PREFERENCES */

var template_color = "Blue" // blue, green, brown
var division = "RJFS" // rja, rjfs




var css = "<style type=\"text/css\" media=\"all\"> @import \"/Branches/templates/corporate/" + template_color + ".css\";</style>";
var rjlogo = "<img src=\"/Branches/templates/corporate/images/" + division + "logo.gif\" alt=\"\" width=\"200\" height=\"17\" border=\"0\">";
var p;
var whichImage;
var bigImages = new Array();
bigImages[0] = "<img src=\"/Branches/templates/corporate/images/large01.jpg\" alt=\"\" width=\"143\" height=\"264\" border=\"0\">";
bigImages[1] = "<img src=\"/Branches/templates/corporate/images/large07.jpg\" alt=\"\" width=\"143\" height=\"264\" border=\"0\">";
bigImages[2] = "<img src=\"/Branches/templates/corporate/images/large08.jpg\" alt=\"\" width=\"143\" height=\"264\" border=\"0\">";
bigImages[3] = "<img src=\"/Branches/templates/corporate/images/large09.jpg\" alt=\"\" width=\"143\" height=\"264\" border=\"0\">";
bigImages[4] = "<img src=\"/Branches/templates/corporate/images/large12.jpg\" alt=\"\" width=\"143\" height=\"264\" border=\"0\">";
var p = bigImages.length;
var whichImage = Math.round(Math.random()*(p-1));
var big_pic = bigImages[whichImage];


