<!--
var quoteIMGS = new Array("commonImages/quotes/quote1.gif",
"commonImages/quotes/quote2.gif","commonImages/quotes/quote3.gif","commonImages/quotes/quote4.gif",
"commonImages/quotes/quote5.gif","commonImages/quotes/quote6.gif"
,"commonImages/quotes/banner1.jpg","commonImages/quotes/banner2.jpg"
,"commonImages/quotes/banner3.jpg","commonImages/quotes/banner4.jpg","commonImages/quotes/show1.jpg","commonImages/quotes/show2.jpg","commonImages/quotes/show3.gif","commonImages/quotes/show4.jpg","commonImages/spacer.gif");

var imgct = quoteIMGS.length ;

function rndIMG ()
 {
  if (document.quoteIMG)
  {randomNum=Math.floor((Math.random()*imgct))
  document.quoteIMG.src=quoteIMGS[randomNum]}
}

function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("Sorry, you don't have permission to right-click."); return false; } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; 



//-->
