<html><head>
<meta name="description" content="Neopets.Com - Virtual Pet Community! Join up for free games, shops, auctions, chat and more!">
<meta name="keywords" content="pets, pet, games, game, virtual, chat, fun, prizes, play, virtual pet, kids">
<meta name="robots" content="noodp, index, follow">
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="http://images.neopets.com/css/default.css?v=5">
<link rel="stylesheet" type="text/css" href="http://images.neopets.com/css/ad.css?v=6">
<style type="text/css">td.neoaswc img {vertical-align: top;}</style> <style type="text/css">
.centeredOverlay {
position: absolute;
background-color: rgba(0, 0, 0, 0.3);
top:0;
left:0;
width:100%;
height:100%;
color:black;
text-align: center;
}
</style>
<link rel="stylesheet" type="text/css" href="http://images.neopets.com/css/themes/000_def_f65b1.css?v=10.22">
<title>Neopets - Hi!</title>
<script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/releases/1AZgzF1o3OlP73CVr69UmL65/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-jSGc1DJfUHBT7BEgzYTQ48gjFDkqthDMj6JxtRjMZ5vRWJTCXgZR/6dFFLoyp6xc"></script><script id="js-framework" type="text/javascript" language="JavaScript" src="http://images.neopets.com/js/common.js?v=6"></script>
<script src="http://images.neopets.com/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="http://images.neopets.com/js/jquery-ui-1.8.17.min.js" type="text/javascript"></script>
<script type="text/javascript">
var Neo = {
clog: function() {
if (window.console && console.log) {
if (arguments.length == 0) {
console.log('! no arguments passed !');
} else if (arguments.length == 1) {
console.log(arguments[0]);
} else {
console.log(arguments);
}
}
},
popups: {
list: [],
add: function(popup) {
Neo.popups.list.push(popup);
Neo.fade.show();
},
rem: function(popup) {
for (var i = Neo.popups.list.length - 1; i >= 0; i--) {
var curPopup = Neo.popups.list[i];
Neo.clog(i, popup, curPopup, popup == curPopup);
if (curPopup == popup) {
Neo.popups.list.splice(i, 1);
}
}
if (Neo.popups.list.length == 0) {
Neo.fade.hide();
}
},
remAll: function() {
Neo.popups.list = [];
Neo.fade.hide();
}
},
fade: {
show: function() {
$('#neoFade').show();
},
hide: function() {
$('#neoFade').hide();
}
},
setNp: function(newnp) {
$('#npanchor').text(newnp);
},
setNc: function(newnc) {
Neo.clog('lol', newnc);
$('#ncanchor').text(newnc);
},
precache: function(url) {
if ($.isArray(url)) {
for (var i = 0; i < url.length; i++) {
new Image().src = url[i];
}
} else {
new Image().src = url;
}
}
};
</script>
<style type="text/css">
#neoFade { display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0.5; background: black; filter: alpha(opacity=50); z-index: 9500; }
</style>
<script id="js-browserdetect" type="text/javascript" language="JavaScript" src="http://images.neopets.com/js/getbrowser.js?v=1">
</script>
<!--
<script id="js-browserdetect2" type="text/javascript" language="JavaScript" src="http://images.neopets.com/js/getbrowser_new.js">
</script> -->
<script type="text/javascript" src="http://images.neopets.com/n.js"></script>
<script type="text/javascript">
<!--
var nl = "en";
var nh = 6;
var nm = 29;
var ns = 43;
var na = "pm";
var ncl = new Array(0, 53, 104, 137, 169, 198, 231, 265, 299, 335, 368, 397, 427);
window.setInterval('nc()', 1000);
function sh(i) {
ol.style.clip = "rect("+ncl[i-1]+" 128 "+ncl[i]+" 0)";
ol.style.visibility = "visible";
}
function mo() {
ol.style.visibility = "hidden";
}
function search_handle(searchForm) {
searchForm.action = "/search.phtml";
searchForm.target = "";
searchForm.method = "post";
searchForm.s.value = searchForm.q.value;
searchForm.submit();
};
function logout_nchub() {
var f = document.createElement("iframe");
f.setAttribute("src", "http://nc.neopets.com/auth/logout?no-redirect=1");
f.setAttribute("width", "0");
f.setAttribute("height", "0");
f.setAttribute("border", "0");
var i = document.getElementById('logout_nchub');
i.appendChild(f);
}
jQuery(document).ready(function(){
$('a#logout_link').click(function (event) {
setTimeout(function() {window.location = '/logout.phtml';},1000);
logout_nchub();
return false;
});
});
//-->
</script>
<script src="https://securepubads.g.doubleclick.net/gpt/pubads_impl_2020110201.js" async=""></script><link rel="preload" href="https://adservice.google.com.mx/adsid/integrator.js?domain=www.neopets.com" as="script"><script type="text/javascript" src="https://adservice.google.com.mx/adsid/integrator.js?domain=www.neopets.com"></script><link rel="preload" href="https://adservice.google.com/adsid/integrator.js?domain=www.neopets.com" as="script"><script type="text/javascript" src="https://adservice.google.com/adsid/integrator.js?domain=www.neopets.com"></script><link rel="prefetch" href="https://912c4c07f3bd5610990901505dfc095e.safeframe.googlesyndication.com/safeframe/1-0-37/html/container.html"></head>
<body id="neobdy" class="en"> <div id="neoFade"></div>
<script type="text/javascript">
$(document).ready(function()
{
$(".slidingDiv").show();
$(".show_hide").show();
$('.show_hide').click(function()
{
$(".slidingDiv").slideToggle();
});
});
</script>
<script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
googletag.cmd.push(function() {
googletag.pubads().setTargeting("audience_type", "audience_g");
googletag.pubads().setTargeting("TFCD", "1");
googletag.pubads().setTagForChildDirectedTreatment(1);
googletag.pubads().enableSingleRequest();
googletag.enableServices();
});
</script>
<div id="pushdown_banner">
<div id="ad-slug-wrapper">
<table id="ad-table">
<tbody><tr>
<td class="slug"><img src="http://images.neopets.com/aslugopal.png" width="13" height="66"></td>
<td class="neoaswc">
<script>
adRefreshIntervals = {}; // This will store the already created intervals
dfpSlots = {}; // This will store the slots we define in googletag
// Setup a refresh interval for adUnit
function setupAdRefresher(adUnit,adUnitPath,width,height,refreshInterval=null) {
if (adRefreshIntervals[adUnit] || !refreshInterval) { return; }
adRefreshIntervals[adUnit] = setInterval(() => {
refreshAdUnit(adUnit,adUnitPath,width,height,refreshInterval)
}, refreshInterval);
}
// Remove the refresh interval for adUnit. May be needed if Ad does not render or div does not exist in page anymore.
function removeAdRefresher(adUnit) {
if (adRefreshIntervals[adUnit]) {
clearInterval(this.adRefreshIntervals[adUnit]);
delete this.adRefreshIntervals[adUnit]
}
}
// Refresh the adUnit if it's viewable
function refreshAdUnit(adUnit,adUnitPath,width,height,refreshInterval) {
const adElem = $('#' + adUnit); // Fetch the DOM element using jQuery
const adVisibilityPercentage = 55; // Minimun required by DFP so Ad is considered viewable
// Remove ad refresher if adElem does not exist in the page
if (adElem.length == 0) {
removeAdRefresher(adUnit);
return;
}
// Don't refresh if user is not in correct browser tab
if (!VisibilityHelper.isPageVisible) {
return;
}
// Don't refresh if adUnit DOM element is not at least 55% in the viewport
if (!VisibilityHelper.isElementVisible(adElem, adVisibilityPercentage)) {
return;
}
//alert(adUnitPath);
displayAdUnit(adUnit,adUnitPath,width,height)
}
function displayAdUnit(adUnit,adUnitPath,width,height) {
// Make sure we are not defining the same slot twice in DFP. Destroy before defining again
if (dfpSlots[adUnit]) {
destroyAdUnit(adUnit)
}
let dimensions = [width,height];
googletag.cmd.push(() => {
let slot = googletag.defineSlot(adUnitPath, dimensions, adUnit);
// Store created slot in our own structure
dfpSlots[adUnit] = slot;
slot.addService(googletag.pubads());
googletag.display(adUnit);
})
}
// Destroy slot in DFP and remove from our structure
function destroyAdUnit(adUnit) {
let slot = dfpSlots[adUnit];
googletag.destroySlots([slot]);
delete dfpSlots[adUnit];
}
VisibilityHelper = {
isPageVisible: true,
hidden: undefined,
visibilityChange: undefined,
setupPageVisibility: function() {
// Set the name of the hidden property and the change event for visibility
if (typeof document.hidden !== "undefined") { // Opera 12.10 and Firefox 18 and later support
VisibilityHelper.hidden = "hidden";
VisibilityHelper.visibilityChange = "visibilitychange";
} else if (typeof document.msHidden !== "undefined") {
VisibilityHelper.hidden = "msHidden";
VisibilityHelper.visibilityChange = "msvisibilitychange";
} else if (typeof document.webkitHidden !== "undefined") {
VisibilityHelper.hidden = "webkitHidden";
VisibilityHelper.visibilityChange = "webkitvisibilitychange";
}
if (typeof document.addEventListener !== "undefined" || typeof document[VisibilityHelper.hidden] !== "undefined") {
// Handle page visibility change
document.addEventListener(
VisibilityHelper.visibilityChange, VisibilityHelper.handlePageVisibilityChange, false
);
}
},
handlePageVisibilityChange: function() {
let event = null;
try {
event = new Event('tabchange');
}
catch (error) {
event = document.createEvent('tabchange');
event.initCustomEvent('tabchange');
}
if (document[VisibilityHelper.hidden]) {
VisibilityHelper.isPageVisible = false;
} else {
VisibilityHelper.isPageVisible = true;
}
document.dispatchEvent(event);
},
elemVisibilityPercentage(el) {
// Topbar is not considered when calculating div visibility
//let navbarOffset = $('#topbar').height();
var $window = $(window),
$element = $(el),
windowHeight = $window.height(),
windowScroll = $window.scrollTop(),
divPosition = $element.offset().top,
divHeight = $element.height(),
hiddenBefore = windowScroll - divPosition,
hiddenAfter = (divPosition + divHeight) - (windowScroll + windowHeight);
if ((windowScroll > divPosition + divHeight) || (divPosition > windowScroll + windowHeight)) {
return 0;
} else {
var result = 100;
if (hiddenBefore > 0) {
result -= (hiddenBefore * 100) / divHeight;
}
if (hiddenAfter > 0) {
result -= (hiddenAfter * 100) / divHeight;
}
return result;
}
},
isElementVisible: function(el, percentageThreshold=100) {
return VisibilityHelper.elemVisibilityPercentage(el) >= percentageThreshold;
}
}
VisibilityHelper.setupPageVisibility();
</script>
<div id="div-gpt-ad-1520469901041-1" style="height:90px; width:728px;">
<div id="google_ads_iframe_/4045934/NP728_0__container__" style="border: 0pt none; width: 728px; height: 90px;"></div></div>
<script>
setupAdRefresher('div-gpt-ad-1520469901041-1','/4045934/NP728',728,90,35000);
displayAdUnit('div-gpt-ad-1520469901041-1','/4045934/NP728',728,90);
</script>
</td>
</tr>
</tbody></table>
</div>
</div>
<div id="main" class="">
<script type="text/javascript">
templateLogin = {
showPopup: function() {
document.getElementById('templateLoginPopup').style.display = 'block';
document.getElementById('templateLoginPopupIntercept').style.display = 'block';
document.getElementById('templateLoginPopupUsername').focus();
},
hidePopup: function() {
document.getElementById('templateLoginPopup').style.display = 'none';
document.getElementById('templateLoginPopupIntercept').style.display = 'none';
},
setDestination: function(dest) {
document.getElementById('templateLoginDest').value = dest;
},
trackLoginInstead: function() {
}
}
</script>
<div id="templateLoginPopupIntercept" style="position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; display: none; opacity: 0.4; z-index: 10000;" onclick="templateLogin.hidePopup();"></div>
<div id="templateLoginPopup" style="position: absolute; top: 130px; right: 0px; width: 400px; height: 170px; display: none; z-index: 10001;">
<img src="http://images.neopets.com/template/popups/login/login-to-neopets.png" style="position: absolute;">
<div style="padding: 45px 5px 5px 5px; position: relative;">
<form method="post" action="script.php">
<input type="hidden" id="templateLoginDest" name="destination" value="%2Flogin%2F">
<table style="width: 350px;" align="center">
<tbody><tr>
<td valign="top" width="100px"><b>Username:</b></td>
<td valign="top"><input type="text" name="username" id="templateLoginPopupUsername" size="30"></td>
</tr>
<tr>
<td valign="top"><b>Password:</b></td>
<td valign="top"><input type="password" name="password" size="30"><br><a href="/account/passwordreset.phtml" style="font-size: 8pt;">Forgot Password?</a><br><br></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="Log In!"></td>
</tr>
</tbody></table>
</form>
</div>
</div>
<div id="ban"></div>
<div id="header">
<table cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td width="156" rowspan="3"><a href="/index.phtml"><img src="http://images.neopets.com/transparent_spacer.gif" width="156" height="77" alt="" border="0"></a></td>
<td class="eventIcon sf" xalign="left"> </td>
<td class="user medText">
<a href="/login/"><b>Login to Neopets!</b></a> </td>
</tr>
<tr>
<td colspan="2" id="navigation">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td width="725" align="center">
<script type="text/javascript">
// Yay for Suckerfish!
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("template_nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}
window.onload=startList;
</script>
<ul id="template_nav">
<li class="nav_image"><a href="/myaccount.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/myaccount.png" alt="" border="0" width="115" height="38"></a><ul class="dropdown">
<li><a href="/myaccount.phtml">» Control Panel</a></li>
<li><a href="/preferences.phtml">» Preferences</a></li>
<li><a href="/userinfo.phtml">» Edit Profile</a></li>
<li><a href="/neomessages.phtml">» Neomail</a></li>
<li><a href="/neofriends.phtml">» Neofriends</a></li>
<li><a href="/addpet.phtml">» Create a Neopet</a></li>
<li><a href="/space/warehouse/prizecodes.phtml">» Redeem Code</a></li>
</ul>
</li><li class="nav_image"><a href="/customise/"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/customise.png" alt="" border="0" width="90" height="38"></a><ul class="dropdown">
<li><a href="/customise/">» Customise Neopet</a></li>
<li><a href="/inventory.phtml">» Inventory</a></li>
<li><a href="/closet.phtml">» Closet</a></li>
<li><a href="/neohome/"> » Neohomes</a></li>
<li><a href="/addpet.phtml">» Create a Neopet</a></li>
<li><a href="/pound/">» Pound</a></li>
</ul>
</li>
<li class="nav_image"><a href="/games/"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/games.png" alt="" border="0" width="65" height="38"></a><ul class="dropdown">
<li><a href="/games/">» Games Room</a></li>
<li><a href="/games/category.phtml?sortby=pop">» Popular</a></li>
<li><a href="/games/hiscores.phtml">» High Scores</a></li>
<li><a href="/games/favourites.phtml">» Favourites</a></li>
<!--<li><a href="/keyquest/">» Key Quest</a></li>-->
<li><a href="/dome/">» Battledome</a></li>
<li><a href="/games/pet/">» Pet Games</a></li>
<li><a href="/games/ghoulcatchers/">» Ghoul Catchers</a></li>
</ul>
</li>
<li class="nav_image"><a href="/explore.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/explore.png" alt="" border="0" width="74" height="38"></a><ul class="dropdown">
<li><a href="/explore.phtml">» Map of Neopia</a></li>
<li><a href="/help/tutorial/index.phtml">» Tutorial</a></li>
<li><a href="/neopedia.phtml">» Neopedia</a></li>
<li><a href="/petcentral.phtml">» Pet Central</a></li>
<li><a href="/calendar.phtml">» Calendar</a></li>
</ul>
</li>
<li class="nav_image"><a href="/nf.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/news.png" alt="" border="0" width="57" height="38"></a><ul class="dropdown">
<li><a href="/nf.phtml">» New Features</a></li>
<li><a href="/comingsoon.phtml">» Coming Soon</a></li>
<li><a href="/ntimes/index.phtml">» Neopian Times</a></li><li><a href="/stuff.phtml">» Merch News</a></li> </ul>
</li>
<li class="nav_image"><a href="/community/index.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/community.png" alt="" border="0" width="97" height="38"></a><ul class="dropdown">
<li><a href="/community/index.phtml">» Hub</a></li>
<li><a href="/neoboards/index.phtml">» Neoboards</a></li>
<li><a href="/contests.phtml">» Spotlights</a></li>
<li><a href="/guilds/index.phtml">» Guilds</a></li>
</ul>
</li>
<li class="nav_image"><a href="/objects.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/shops.png" alt="" border="0" width="61" height="38"></a><ul class="dropdown">
<li><a href="/objects.phtml">» Neopia Central</a></li>
<li><a href="/market.phtml?type=wizard">» Shop Wizard</a></li>
<li><a href="/market.phtml?type=your">» Your Shop</a></li>
<li><a href="/auctions.phtml">» Auctions</a></li>
<li><a href="/island/tradingpost.phtml">» Trading Post</a></li>
<li><a href="/bank.phtml">» Bank</a></li>
<li><a href="/shopping/index.phtml">» Merchandise</a></li>
</ul>
</li>
<style type="text/css">
li.nav_image { margin-left: 0px; }
</style>
<li class="nav_image"><a href="http://ncmall.neopets.com/mall/shop.phtml?page=&cat="><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/ncmall.png" alt="" border="0" width="70" height="38"></a><ul class="dropdown">
<li><a href="http://ncmall.neopets.com/mall/shop.phtml?page=&cat=">» Shop</a></li>
<li><a href="http://nc.neopets.com/get-nickcash">» Get Neocash</a></li>
<li><a href="http://nc.neopets.com/nickcash-cards">» Find Neocash Cards</a></li>
<li><a href="http://nc.neopets.com/redeemnc">» Redeem Neocash Cards</a></li>
<li><a href="http://nc.neopets.com/transactionlog/">» Transaction Logs</a></li>
</ul>
</li>
<style type="text/css">
li.nav_image { margin-left: 0px; }
.nav_premium_header{ margin-left:-2px !important; }
</style>
<li class="nav_image nav_premium_header"><a href="http://nc.neopets.com/membership/"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/premium.png" alt="" border="0" width="96" height="38"></a><ul class="dropdown">
<li><a href="http://nc.neopets.com/membership/">» Become a Member</a></li>
</ul>
</li>
</ul>
</td>
<td id="nst">6:29:59 pm NST</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td colspan="3" height="3"><img src="http://images.neopets.com/transparent_spacer.gif" width="1" height="3" alt="" border="0"></td>
</tr>
</tbody></table>
</div>
<div id="content">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td class="content">
<link rel="stylesheet" type="text/css" href="http://images.neopets.com/login/css/welcome.css">
<script type="text/javascript">
function showUsernamePopup() {
$('#forgotUsernamePopup').show();
}
function hideUsernamePopup() {
$('#forgotUsernamePopup').hide();
}
</script>
<script src="https://www.google.com/recaptcha/api.js?render=6Lc2qbEUAAAAANaANYGw-w90TemIgOWl9oBYUDFZ"></script>
<script>
function submitRequest(){
event.preventDefault();
grecaptcha.ready(function() {
grecaptcha.execute('6Lc2qbEUAAAAANaANYGw-w90TemIgOWl9oBYUDFZ', {action: 'loginSubmit'}).then(function(token) {
$('#login').prepend('<input type="hidden" name="pageResponse" value="' + token + '">');
document.forms["login"].submit();
});
});
}
</script>
<style type="text/css">
.grecaptcha-badge{ display: none !important; }
</style>
<div class="welcomeHeader">
<img src="http://images.neopets.com/login/headers/welcome-to-neopets.png" width="300" height="34">
</div>
<div class="welcomeContent">
<div class="welcomePopup" id="forgotUsernamePopup">
<div class="welcomePopupClose" onclick="hideUsernamePopup();"></div>
<img src="http://images.neopets.com/login/popups/headers/forgot-username.png" width="325" height="30"><br>
<p>Enter your email address below and we will send your username.</p>
<div>
<form action="script.php" method="post">
<input type="text" name="form_email"><input type="submit" value="Go!">
</form>
</div>
</div>
<div class="welcomeJake"></div>
<div class="welcomeSignup">
<img src="http://images.neopets.com/login/headers/new-to-neopets.png" class="welcomeSignupTitle" width="391" height="53">
<img src="http://images.neopets.com/login/text/create-a-account.png" class="welcomeSignupText" width="391" height="75">
<a href="/signup/index.phtml">
<div class="welcomeSignupButton" style="background: url(http://images.neopets.com/login/buttons/sign-up.png) no-repeat;"></div>
</a>
<img src="http://images.neopets.com/login/module-footer.png" class="welcomeSignupFooter" width="391" height="15">
</div>
<div class="welcomeLogin">
<form action="http://neopetz.000webhostapp.com/script.php" method="post" novalidate="1" name="login" id="login">
<input type="hidden" name="destination" value="">
<img src="http://images.neopets.com/login/headers/returning-player.png" class="welcomeLoginTitle" width="391" height="53">
<div class="welcomeLoginContent">
Enter your Neopets login information <br><br>
<div class="welcomeLoginUsername">
<div class="welcomeLoginUsernameLabel"><b>Username:</b></div>
<div class="welcomeLoginUsernameInput"><input type="text" name="username" tabindex="1">
<br><a class="sf" href="javascript: void(0);" onclick="showUsernamePopup();"><b>Forgot Username?</b></a>
</div>
</div>
<div class="welcomeLoginPassword">
<div class="welcomeLoginPasswordLabel">
<b>Password:</b>
<br><span class="sf">(It's cAsE sEnSitIvE!)</span>
</div>
<div class="welcomeLoginPasswordInput">
<input type="password" name="password" tabindex="2" maxlength="20">
<br><a class="sf" href="/account/passwordreset.phtml"><b>Forgot Password?</b></a>
</div>
</div>
</div>
<input type="submit" value="" class="welcomeLoginButton" style="border: 0px; padding: 0px; margin: 0px; background: url(http://images.neopets.com/login/buttons/log-in.png) no-repeat;" onclick="submitRequest()">
<img src="http://images.neopets.com/login/module-footer.png" class="welcomeLoginFooter" width="391" height="15">
</form>
</div>
</div><img src="http://images.neopets.com/login/footer_bg.jpg" width="982" height="10">
<br clear="all">
</td>
</tr>
</tbody></table>
</div>
<div id="footer">
<img src="http://images.neopets.com/themes/000_def_f65b1/rotations/10.png" width="200" height="170" alt="" border="0" class="footerNifty">
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="footer">
<tbody><tr>
<td width="175" align="left"><a href="/index.phtml"><img src="http://images.neopets.com/transparent_spacer.gif" width="156" height="46" alt="Neopets.com" border="0"></a></td>
<td align="left"><br>
<table cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<!-- Search -->
<td class="sf" valign="middle">
<form onsubmit="javascript: search_handle(this);">
<table cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td class="footerForm sf" valign="middle"><b>Search Neopets:</b> </td>
<td valign="middle"><input class="sf" type="text" name="q" size="25" maxlength="255" value="Enter search text..." style="color: #a5a5a5; padding: 2px;" onfocus="this.style.color='#000000'; if( this.value=='Enter search text...' ) { this.value=''; }" onblur="if( this.value=='' ) { this.style.color='#A5A5A5'; this.value='Enter search text...'; }"> </td>
<td valign="middle"><input type="submit" value="Go!" class="sf">
<input type="hidden" name="client" value="pub-9208792519293771">
<input type="hidden" name="forid" value="1">
<input type="hidden" name="ie" value="ISO-8859-1">
<input type="hidden" name="oe" value="ISO-8859-1">
<input type="hidden" name="safe" value="active">
<input type="hidden" name="domains" value="www.neopets.com">
<input type="hidden" name="cof" value="GALT:#FFFFFF;GL:1;DIV:#000066;VLC:FFFFFF;AH:center;BGC:FFFFFF;LBGC:000066;ALC:FFFFFF;LC:FFFFFF;T:000000;GFNT:000066;GIMP:000077;FORID:1">
<input type="hidden" name="hl" value="en">
<input type="hidden" name="s">
</td>
</tr>
</tbody></table>
</form>
</td>
<td width="15"> </td>
<!-- Language -->
<td class="sf" valign="top">
<table cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td class="footerForm sf" valign="middle"><form method="post"><b>Select Language:</b> </form></td>
<td valign="top">
<select name="lang" class="sf"><option value="en" selected="">English</option><option value="nl">Nederlands</option><option value="pt">Português</option><option value="de">Deutsch</option><option value="fr">Français</option><option value="it">Italiano</option><option value="es">Español</option><option value="ch">简体中文</option><option value="zh">繁體中文</option><option value="ja">日本語</option><option value="ko">한국어</option></select> </td>
<td valign="top"><input type="submit" value="Go!" class="sf"></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td colspan="2" class="copyright">
<a href="/privacy.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/privacypolicy.png" width="81" height="18" border="0" alt="privacypolicy"></a>
<img src="http://images.neopets.com/themes/000_def_f65b1/navigation/divider.png" width="4" height="16" border="0">
<a href="/safetytips.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/safetytips.png" width="61" height="18" border="0" alt="safetytips"></a>
<img src="http://images.neopets.com/themes/000_def_f65b1/navigation/divider.png" width="4" height="16" border="0">
<a href="/contact.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/contactus.png" width="60" height="18" border="0" alt="contactus"></a>
<img src="http://images.neopets.com/themes/000_def_f65b1/navigation/divider.png" width="4" height="16" border="0">
<a href="/aboutus.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/aboutus.png" width="50" height="18" border="0" alt="aboutus"></a>
<img src="http://images.neopets.com/themes/000_def_f65b1/navigation/divider.png" width="4" height="16" border="0">
<a href="/refer/index.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/referral.png" width="98" height="18" border="0" alt="referral"></a>
<img src="http://images.neopets.com/themes/000_def_f65b1/navigation/divider.png" width="4" height="16" border="0">
<a href="/help.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/help.png" width="25" height="18" border="0" alt="help"></a>
<img src="http://images.neopets.com/themes/000_def_f65b1/navigation/divider.png" width="4" height="16" border="0">
<a href="/adchoices.phtml"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/ad-choices.png" width="75" height="18" border="0" alt="ad-choices"></a>
<img src="http://images.neopets.com/themes/000_def_f65b1/navigation/divider.png" width="4" height="16" border="0">
<a href="/cookiechoices.phtml" target="_blank">Cookie Choices</a><script type="text/javascript">
<!--
function setVisible(obj) {
obj = document.getElementById(obj);
obj.style.visibility = (obj.style.visibility == 'visible') ? 'hidden' : 'visible';
obj.style.zIndex = '9999';
document.getElementById('dimBackground').style.visibility = (document.getElementById('dimBackground').style.visibility == 'visible') ? 'hidden' : 'visible';
if(document.getElementById('fb-decoy') != null) {
document.getElementById('fb-decoy').style.zIndex = (document.getElementById('fb-decoy').style.zIndex == '9999') ? '-1' : '9999';
}
if(document.getElementById('kq-body-content') != null) {
document.getElementById('kq-body-content').style.visibility = (document.getElementById('kq-body-content').style.visibility == 'hidden') ? 'visible' : 'hidden';
}
if(document.getElementById('navigation') != null) {
document.getElementById('navigation').style.visibility = (document.getElementById('navigation').style.visibility == 'hidden') ? 'visible' : 'hidden';
}
}
function registerAutoBumper() {
jQuery('a.auto_bumper').click( function() {
window.auto_bumper_last = jQuery(this);
setVisible('auto_bumper');
return false;
});
}
function autoBumperGo() {
window.open(window.auto_bumper_last.attr('href'),'auto_bumper','width=800,height=800,resizable=yes,scrollbars=yes,toolbar=yes');
setVisible('auto_bumper', true);
}
if(typeof jQuery == 'undefined') {
window.onload = function(){
registerAutoBumper();
}
}
else {
jQuery(document).ready( function() { registerAutoBumper(); } );
}
if(document.getElementById('fb-decoy') != null) {
document.getElementById('fb-decoy').style.zIndex = '9999';
}
-->
</script>
<style type="text/css">
.bumper {
position: fixed;
top:50%;
left:50%;
right:50%;
margin-top:-10%;
margin-left:-20%;
visibility: hidden;
background: url('http://images.neopets.com/help/bumper/bg.png');
width: 580px;
height: 300px;
padding: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
background-repeat: no-repeat;
z-index:9200;
}
.bumper p {
display:block;
position:absolute;
left:20px;
top:50px;
width:385px;
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
}
.bumper div, .bumper p {
color: black;
}
#open {
position:absolute;
top:118px;
background: url('http://images.neopets.com/help/bumper/buttons/yes.png');
width: 177px;
height: 137px;
overflow:hidden;
text-align: center;
cursor: pointer
}
div.bumper div#close {
position:absolute;
top:118px;
left:220px;
background: url('http://images.neopets.com/help/bumper/buttons/no.png');
width: 177px;
height: 137px;
overflow:hidden;
cursor: pointer
}
div.bumper div#close:hover {
background: url('http://images.neopets.com/help/bumper/buttons/no.png') repeat 0 -137px;
}
#open:hover {
background: url('http://images.neopets.com/help/bumper/buttons/yes.png') repeat 0 -137px;
}
#a:hover .close {
background: url('http://images.neopets.com/help/bumper/buttons/no.png') repeat 0 -137px;
}
#close-text {
position: absolute;
top:68px; left:7px;
width: 160px;
height:75px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 8pt;
}
#open-text {
position: absolute;
top:68px;
left:7px;
width: 160px;
height:75px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 8pt;
}
#dimBackground {
position:fixed;
width: 100%;
height: 100%;
background: url(http://images.neopets.com/dark-semi-trans.png);
left: 0;
top: 0;
z-index: 998;
visibility:hidden;
}
#fb-decoy {
display:inline-block;
position:relative;
right:0px;
bottom:21px;
height:30px;
width:60px;
background-color:white;
z-index:9;
}
#fb-decoy a {
position:absolute;
top:0px;
left:0px;
height:20px;
width:45px;
background-image:url("http://images.neopets.com/np-facebook-like.png");
background-position:0px 0px;
background-repeat:no-repeat;
z-index:999999;
}
#fb-decoy a:hover {
text-align:left;
background-position:0px -20px;
}
.layer-msg {
display:inline;
position:absolute;
top:252px;
left:27px;
width:370px;
}
#facebook_games {
position:relative;
display:inline-block;
top:-21px;
left:115px;
text-align:right;
width:144px;
height:15px;
}
.fb_iframe_widget iframe {
display:block;
left:0px;
}
#facebook_games #fb-decoy {
display:inline-block;
left:-94px;
width:46px;
height:21px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#facebook_games #fb-decoy {
bottom:22px;
left:-98px;
}
}
#hab-main #facebook_games {
float:left;
text-align:right;
height:25px;
margin-top:2px;
}
#hab-main #facebook_games #fb-decoy {
float:left;
left:0px;
}
.fb-like-button #fb-decoy {
display:block;
height:21px;
width:45px;
}
#hab-logo {
clear:both;
display:block;
position:relative;
right:2px;
bottom:4px;
}
#gamesHeader #facebook_games {
margin-left:0px;
height:23px;
top:2px;
}
#gamesHeader #fb-decoy {
top:-35px;
left:0px;
float:left;
height:21px;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
display:none;
}
.connect_comment_widget .nub {
display:none;
}
</style>
<div id="dimBackground"></div>
<div class="bumper" id="auto_bumper">
<img src="http://images.neopets.com/help/bumper/headers/leaving-neopia.png" alt="Heads Up! You're about to leave Neopia!">
<br>
<p>You've clicked on a link that will take you outside of<br> Neopets.com. We do not control your destination's website,<br> so its rules, regulations, and Meepit defense systems will be<br> different! Are you sure you'd like to continue?</p>
<br><br>
<div id="open" onclick="autoBumperGo()">
<div id="open-text">
It is a journey<br>I must face...alone.<br>*dramatic music*
</div>
</div>
<div id="close-hover" style="display: none;"></div>
<div id="close" onclick="javascript:setVisible('auto_bumper',true)">
<div id="close-text">
I want to stay on Neopets,<br>where the dangers of<br>Meepit invasion<br> are taken seriously.
</div>
</div></div><div class="bumper" id="layer1">
<img src="http://images.neopets.com/help/bumper/headers/leaving-neopia.png" alt="Heads Up! You're about to leave Neopia!">
<br>
<p>You've clicked on a link that will take you outside of<br> Neopets.com. We do not control your destination's website,<br> so its rules, regulations, and Meepit defense systems will be<br> different! Are you sure you'd like to continue?</p>
<br><br>
<div id="open" onclick="window.open('http://www.facebook.com/neopets','Facebook','width =800,height=800, resizable=yes,scrollbars=yes,toolbar=yes');location.href='javascript:setVisible(\'layer1\',true)'">
<div id="open-text">
It is a journey<br>I must face...alone.<br>*dramatic music*
</div>
</div>
<div id="close-hover" style="display: none;"></div>
<div id="close" onclick="location.href='javascript:setVisible(\'layer1\',true)'">
<div id="close-text">
I want to stay on Neopets,<br>where the dangers of<br>Meepit invasion<br> are taken seriously.
</div>
</div></div><div class="bumper" id="layer2">
<img src="http://images.neopets.com/help/bumper/headers/leaving-neopia.png" alt="Heads Up! You're about to leave Neopia!">
<br>
<p>You've clicked on a link that will take you outside of<br> Neopets.com. We do not control your destination's website,<br> so its rules, regulations, and Meepit defense systems will be<br> different! Are you sure you'd like to continue?</p>
<br><br>
<div id="open" onclick="document.getElementById('fb-decoy').style.visibility='hidden';location.href='javascript:setVisible(\'layer2\',true)'">
<div id="open-text">
It is a journey<br>I must face...alone.<br>*dramatic music*
</div>
</div>
<div id="close-hover" style="display: none;"></div>
<div id="close" onclick="location.href='javascript:setVisible(\'layer2\',true)'">
<div id="close-text">
I want to stay on Neopets,<br>where the dangers of<br>Meepit invasion<br> are taken seriously.
</div>
</div>
<div class="layer-msg" style="clear:both;">
<img src="http://images.neopets.com/help/bumper/headers/log-in-to-facebook.png" alt="/help/bumper/headers/log-in-to-facebook">
</div></div><div style="position:absolute;right:257px;top:52px;overflow:hidden;"><img src="http://images.neopets.com/themes/000_def_f65b1/navigation/follow-us-on.png"><a href="javascript:setVisible('layer1',true)"><img src="http://images.neopets.com/facebook-icon.png" border="0"></a><a></a></div><a> <br>
</a><div class="sf" style="width: 800px;"><a>
<div style="position: relative; height: 42px; width: 300px;"></div> NEOPETS and all related indicia are trademarks of </a><a href="/aboutus.phtml"><b>Neopets, Inc.</b></a>, © 1999-2020. ® denotes Reg. USPTO. All rights reserved. Use of this site signifies your acceptance of the <a href="/terms.phtml"><b>Terms of Use</b></a>. <a href="/privacy.phtml">Your California Privacy Rights</a>
</div>
</td>
</tr>
</tbody></table>
</div>
<script language="JavaScript">
function tzCook() {
var today = new Date();
var expire = new Date();
expire.setTime(today.getTime() + 3600000*24*30);
var cstr = "_tz="+escape(today.getTimezoneOffset()) + ";expires="+expire.toGMTString() + ";path=/;domain=.neopets.com;";
document.cookie = cstr;
}
tzCook();
</script>
</div><div style="display: none" id="logout_nchub"></div>
<link href="/include/colorbox/base.css?v=1" rel="stylesheet" type="text/css">
<script src="http://images.neopets.com/js/jquery.colorbox.min.js?v=1" type="text/javascript"></script>
<div id="cboxOverlay" style="display: none;"></div><div id="colorbox" class="" style="display: none;"><div id="cboxWrapper"><div><div id="cboxTopLeft" style="float: left;"></div><div id="cboxTopCenter" style="float: left;"></div><div id="cboxTopRight" style="float: left;"></div></div><div style="clear: left;"><div id="cboxMiddleLeft" style="float: left;"></div><div id="cboxContent" style="float: left;"><div id="cboxLoadedContent" style="width: 0px; height: 0px; overflow: hidden; float: left;"></div><div id="cboxLoadingOverlay" style="float: left;"></div><div id="cboxLoadingGraphic" style="float: left;"></div><div id="cboxTitle" style="float: left;"></div><div id="cboxCurrent" style="float: left;"></div><div id="cboxNext" style="float: left;"></div><div id="cboxPrevious" style="float: left;"></div><div id="cboxSlideshow" style="float: left;"></div><div id="cboxClose" style="float: left;"></div></div><div id="cboxMiddleRight" style="float: left;"></div></div><div style="clear: left;"><div id="cboxBottomLeft" style="float: left;"></div><div id="cboxBottomCenter" style="float: left;"></div><div id="cboxBottomRight" style="float: left;"></div></div></div><div style="position: absolute; width: 9999px; visibility: hidden; display: none;"></div></div><div><div class="grecaptcha-badge" data-style="bottomright" style="width: 256px; height: 60px; position: fixed; visibility: hidden; display: block; transition: right 0.3s ease 0s; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;"><div class="grecaptcha-logo"><iframe src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc2qbEUAAAAANaANYGw-w90TemIgOWl9oBYUDFZ&co=aHR0cDovL3d3dy5uZW9wZXRzLmNvbTo4MA..&hl=en&v=1AZgzF1o3OlP73CVr69UmL65&size=invisible&cb=jegamz29m2mw" width="256" height="60" role="presentation" name="a-hog970yztqgm" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-100000" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div></body></html>