If you love singing or dancing in the shower, the LED Shower Light from ThinkGeek.com is a perfect item to check out.  Think of it as a personal disco or spotlight in the shower.  Moreover, you never have to step in a cold water again, since a blue light tells you the water is cold, while a red light tells you the water has warmed up to 89 degrees.  No batteries are needed since the water powers an internal turbine that lights up the LED!

LED Shower Light from ThinkGeek.com

 

The LED Shower Light is easy to install, works with standard shower pipes and makes shower time a lot more fun for you (or a partner).  A flow regulator controls water flow to 2.5 gallons per minute at 80 psi.  Take it from me, this item is a great way to brighten up the day, especially before clocking in at work!

The LED Shower Light is available at 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/co57qwoe6hw32r6kyf5d6d7m8$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