//-- Image Rotater
  function randomNum(max) {
    var rNum=NaN
    while (isNaN(rNum)) {
      rNum=Math.floor(Math.random()*(max))
    }
    return rNum
  }
  var pic = new Array()
  pic[0]="/images/quotes/quote_02.gif"
  pic[1]="/images/quotes/quote_03.gif"
  pic[2]="/images/quotes/quote_04.gif"
  pic[3]="/images/quotes/quote_05.gif"
  pic[4]="/images/quotes/quote_06.gif"
  pic[5]="/images/quotes/quote_07.gif"
  pic[6]="/images/quotes/quote_08.gif"
  pic[7]="/images/quotes/quote_09.gif"
  pic[8]="/images/quotes/quote_10.gif"
  pic[9]="/images/quotes/quote_11.gif"
  pic[10]="/images/quotes/quote_12.gif"
  pic[11]="/images/quotes/quote_13.gif"



//-- Browser Detect

     NS4 = (document.layers);
     IE4 = (document.all);
    ver4 = (NS4 || IE4);
	 IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
   IE45  = (IE4 && isMac && navigator.appVersion.indexOf("4.5")!=-1);
  isMenu = ver4;


//-- Stylesheet Links

if(IE4 || IE5 || IE45){
        document.write('<link rel="stylesheet" href="/css/main.css type="text/css">');
  } else{
        document.write('<link rel="stylesheet" href="/css/main.css type="text/css">');
  }


//-- Dropdown Parameters

HM_PG_MenuWidth = 150;
HM_PG_FontFamily = "Arial,sans-serif";
HM_PG_FontSize = 8.5;
HM_PG_FontBold = 0;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "#D3D1D1";
HM_PG_FontColorOver = "#D2A64D";
HM_PG_BGColor = "#751107";
HM_PG_BGColorOver = "#751107";
HM_PG_ItemPadding = 3;

HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "#000000";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "#000000";

HM_PG_ImageSize = 0;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 0;

HM_PG_KeepHilite = true; 
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 0;
HM_PG_ChildOffset = -1;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .5;
HM_PG_StatusDisplayBuild =0;
HM_PG_StatusDisplayLink = 0;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = false;

HM_PG_CreateTopOnly = 1;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver = true;


