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] = 'p_01';
theSets[1] = 'p_02';
theSets[2] = 'p_03';
theSets[3] = 'p_04';
theSets[4] = 'p_05';
theSets[5] = 'p_06';

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

var theImage = whichSet+'.jpg';
var preBuffer = new Array();
   preBuffer[0] = new Image();
   preBuffer[0].src = '/assets/img/random/'+theImage;
function showImage(w,h){
   document.write('<img src="/assets/img/random/'+theImage+'" border="0" width="'+w+'"'+' height="'+h+'">');
}
var theFactSets = new Array();
theFactSets[0] = 'g_01';
theFactSets[1] = 'g_02';
theFactSets[2] = 'g_03';
theFactSets[3] = 'g_04';
theFactSets[4] = 'g_05';
theFactSets[5] = 'g_06';
theFactSets[6] = 'g_07';
theFactSets[7] = 'g_08';
theFactSets[8] = 'g_09';
theFactSets[9] = 'g_10';
theFactSets[10] = 'g_11';
theFactSets[11] = 'g_12';
theFactSets[12] = 'g_13';
theFactSets[13] = 'g_14';
theFactSets[14] = 'g_15';

var t = theFactSets.length;
var whichFactNum = Math.round(Math.random()*(t-1));
var whichFactSet = theFactSets[whichFactNum];

var theFactImage = whichFactSet+'.gif';
var preBuffer = new Array();
   preBuffer[0] = new Image();
   preBuffer[0].src = '/assets/img/random/'+theFactImage;
function showFactImage(w,h){
   document.write('<img src="/assets/img/random/'+theFactImage+'" border="0" width="'+w+'"'+' height="'+h+'">');
}
