
<!-- 

// Preload Images
if (document.images) {
  I01 = new Image();  I01.src="http://www.GamePlay3.com/images/T_Top.jpg";
  I02 = new Image();  I02.src="http://www.GamePlay3.com/images/T_Bottom.jpg";
  I03 = new Image();  I03.src="http://www.GamePlay3.com/images/T_Left.jpg";
  I04 = new Image();  I04.src="http://www.GamePlay3.com/images/T_Right.jpg";
  I05 = new Image();  I05.src="http://www.GamePlay3.com/images/T_Background.jpg";
  I06 = new Image();  I06.src="http://www.GamePlay3.com/images/Search.gif";
  I07 = new Image();  I07.src="http://www.GamePlay3.com/images/Button.gif";
  I08 = new Image();  I08.src="http://www.GamePlay3.com/images/T_Header.jpg";
}

// Support Email
function Contact(address,subject) {
  window.location="mailto:"+address+"@GamePlay3.com?Subject="+subject;
}

// Special Offer Email
function ContactSpecialOffer(address,subject) {
  window.location="mailto:"+address+"@GamePlay3.com?Subject="+subject+"&body=Please provide the following information to claim your free game !%0A(The available free games are ArkLight, Circulate, Cubology or WordJuice)%0A%0APurchased Game : %0APurchase Order ID : %0AFree Game (One per order) : %0A%0AThank you.";
}

// Add to Favorites
function BookmarkUs() {
  if (window.external) {
    window.external.AddFavorite("http://www.GamePlay3.com","Gameplay³ - Game Downloads, Hints & Reviews");
  }
}

//-->
