
<!-- 

// Preload Images
if (document.images) {
  I01 = new Image();  I01.src="http://www.GamesMistress.com/images/L_Top.gif";
  I02 = new Image();  I02.src="http://www.GamesMistress.com/images/L_Page.gif";
  I03 = new Image();  I03.src="http://www.GamesMistress.com/images/L_Bottom.gif";  
  I04 = new Image();  I04.src="http://www.GamesMistress.com/images/L_GamesMistress.gif";
  I05 = new Image();  I05.src="http://www.GamesMistress.com/images/Backdrop.jpg";
  I06 = new Image();  I06.src="http://www.GamesMistress.com/images/LH_Bottom.gif";  
  I07 = new Image();  I07.src="http://www.GamesMistress.com/images/LH_Downloads.gif";  
  I08 = new Image();  I08.src="http://www.GamesMistress.com/images/LH_Page.gif";  
  I09 = new Image();  I09.src="http://www.GamesMistress.com/images/LH_PlayOnline.gif";  
  I10 = new Image();  I10.src="http://www.GamesMistress.com/images/LH_Popular.gif";  
  I11 = new Image();  I11.src="http://www.GamesMistress.com/images/LH_SiteInfo.gif";
  I12 = new Image();  I12.src="http://www.GamesMistress.com/images/Button.gif";
}

// Support Email
function Contact(address,subject) {
  window.location="mailto:"+address+"@GamesMistress.com?Subject="+subject;
}

// Add to Favorites
function BookmarkUs() {
  if (window.external) {
    window.external.AddFavorite("http://www.GamesMistress.com","Games Mistress - Your Online Guide To Great Games");
  }
}

//-->
