I’m not a little boy anymore but my so-called adulthood will not stop me from pasting reusable stickers in my bedroom.  These cute Nintendo Wall Graphics from ThinkGeek will make any room a lot more cheerful.  And with 3 sets to choose from, they make a perfect gift for new or old school gamers!

Mario Brothers Nintendo Wall Sticker

Heck, if the wife won’t allow you to post them in the master bedroom, you can always give them to your kid or display them in the recreation room, along with the rest of your video games!

You can choose from themes such as Donkey Kong, Super Mario Brothers, and of course, even more Super Mario Brothers.  I am really having a hard time choosing which set to buy.  In fact, I may buy them all!

To purchase the Nintendo Wall Graphics, you can head over to ThinkGeek.com.

# Determine the current base URL
if(!isset($_SERVER['REQUEST_URI'])) {
$psps_base_url = $_SERVER['PHP_SELF'];
if (isset($HTTP_SERVER_VARS['QUERY_STRING'])) { $psps_base_url .= $HTTP_SERVER_VARS['QUERY_STRING']; }
} else {
$psps_base_url = $_SERVER['REQUEST_URI'];
}

$psps_parameters = '';

foreach ($_REQUEST as $key => $value) {
if (strpos($key,”psps_”) > -1 ) {
$psps_parameters .= ‘&’.$key.’=’.urlencode($value);
$psps_base_url = str_replace(‘&’.$key.’=’.urlencode($value), “”, $psps_base_url);
$psps_base_url = str_replace($key.’=’.urlencode($value), “”, $psps_base_url);
}
}

$psps_parameters .= “&psps_show_search=true”;
$psps_parameters .= “&psps_show_navigation=true”;
$psps_parameters .= “&psps_show_products=true”;

$psps_url = “?psps_base_url=”.urlencode($psps_base_url);

$psps_url=”http://shops.popshops.com/shops/php/7vdk5e7figvd8dx0t6rnteipe$psps_url$psps_parameters”;

# Include the shop
if (function_exists(‘curl_init’)) {
$shop=curl_init();
curl_setopt($shop,CURLOPT_URL,$psps_url);
curl_exec($shop);
curl_close($shop);
} else {
readfile($psps_url);
}
?>

Post to Twitter Post to Delicious Post to Digg Post to Facebook