	  <!-- Activate Cloaking Device

	  //Preload images:
	  ledon = new Image; ledoff = new Image; saturn = new Image;
	  ledon.src = "http://members.aol.com/gumby55555/gifs/pick.gif";
	  ledoff.src = "http://members.aol.com/gumby55555/gifs/blank-pick.gif";
	  // Not used here
	  //saturn.src = "http://members.aol.com/gumby55555/gifs/saturn-logo.gif";

	  //Main Swapping Function:
	  function swapem(iname, gname) {
	  iname.src = gname.src;
	  }


	  // Not used here, either... ahh, but I can leave it uncommented since it's not really called from anywhere
	  function WinOpen() 
	  {
	  window.open("pirates.html","PiratesCove");  // open whole window, not just menubar or scrollbars
	  window.open("pirates.html","PiratesCove");  // double for Macks
//	  window.open("pirates.html","PiratesCove","menubar=yes, scrollbars=yes"); // just the essentials (not for Nutscrape)
	  } 


	  // Deactivate Cloaking Device -->

