/* CLASSICAL PREFERENCES */

var template_color = "Blue" // blue, green, darkblue
var division = "RJFS" // rja, rjfs




var css = "<style type=\"text/css\" media=\"all\"> @import \"default.css\";</style>";
var quick = "<img src=\"/Branches/templates/classical/images/quick_" + template_color + ".gif\" width=\"200\" height=\"30\" border=\"0\">";
var rjlogo = "<img src=\"images/logo.gif\" width=\"175\" height=\"65\" border=\"0\">";
var p;
var whichImage;
var liquidImages = new Array();
liquidImages[0] = "<tr><td colspan=\"2\" style=\"background:url(/Branches/templates/classical/images/03.jpg) repeat-x 50% 0%; height:120px;\" >&nbsp;</td></tr>"
liquidImages[1] = "<tr><td colspan=\"2\" style=\"background:url(/Branches/templates/classical/images/04.jpg) repeat-x 100% 0%; height:120px;\" >&nbsp;</td></tr>"
var p = liquidImages.length;
var whichImage = Math.round(Math.random()*(p-1));
var liquid_pic = liquidImages[whichImage];
