u = window.location;
m = "I thought this might interest you...";
function mailThisUrl(){
  var e_add= prompt('Enter recipient\'s email address:','');
  if ((e_add=="") || (e_add==" ") || (e_add==null)) {
  e_add="enter-email-address";
  }
  window.location = "mailto:"+e_add+"?subject="+m+"&body="+document.title+" | "+u;
}
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(window.document.location,window.document.title)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }

var theFaqs = new Array();
theFaqs[0] = 'faq_01';
theFaqs[1] = 'faq_02';
theFaqs[2] = 'faq_03';
theFaqs[3] = 'faq_04';
theFaqs[4] = 'faq_05';
theFaqs[5] = 'faq_06';
theFaqs[6] = 'faq_07';
theFaqs[7] = 'faq_08';
theFaqs[8] = 'faq_09';
theFaqs[9] = 'faq_10';
theFaqs[10] = 'faq_11';
theFaqs[11] = 'faq_12';
theFaqs[12] = 'faq_13';

var t = theFaqs.length;
var rNum = Math.round(Math.random()*(t-1));
var whichFaq = theFaqs[rNum];

var faqImage = whichFaq+'.gif';
var preBuffer = new Array();
   preBuffer[0] = new Image();
   preBuffer[0].src = '../ximages/'+ faqImage;
function showFaq(w,h){
   document.write('<img src="../ximages/'+faqImage+'" border="0" width="'+w+'"'+' height="'+h+'">');
}