• The New Horizons 3.0 update is here and we're hosting an eShop gift card giveaway! Each participant will also earn up to 60 forum bells. To participate, visit the event thread in the New Horizons board here. Good luck!

test

Status
Not open for further replies.

Jeremy

Not an actual piece of furniture.
Staff
Administrator
Site Owner
Joined
Nov 7, 2004
Posts
30,177
Bells
37,266
Countdown Coins
214
Lucky Tickets
3
Island
Númenor
Christmas Lights
Holiday Candy Cane 2025
Christmas Lights
Christmas Lights
Seashore Easter Egg
Fishbowl Easter Egg
Town Tune Easter Egg
Mt. Fuji Easter Egg
Blue Pikmin Easter Egg
Kiki Easter Egg
Code:
<script>
// Used on the texture generator page
function buttonDown( event ) {
 if (navigator.appName == 'Netscape'||navigator.appName=='Mozilla Firefox') button=event.which;
 if (navigator.appName == 'Microsoft Internet Explorer') button = event.button;
}

function buttonUp( event ) {
 button = 0;
}
</script>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-137384-1";
urchinTracker();
</script>
 
Status
Not open for further replies.
Back
Top