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 addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(window.document.location,window.document.title)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }

/**var theSets = new Array();
theSets[0] = 'banner_01';
theSets[1] = 'banner_02';
theSets[2] = 'banner_03';

var s = theSets.length;
var whichNum = Math.round(Math.random()*(s-1));
var whichSet = theSets[whichNum];

var theImage = whichSet+'.gif';
var preBuffer = new Array();
   preBuffer[0] = new Image();
   preBuffer[0].src = '/assets/img/r_banners/'+theImage;
function showImage(w,h){
   document.write('<img src="/assets/img/r_banners/'+theImage+'" border="0" width="'+w+'"'+' height="'+h+'">');
}
**/
/**
X
**/
