
DenverPost.com - Coors takes lesser hit on drunk charge
Pete Coors provides proof that even Coors beer makes you drunk. In what has to be a proud moment for all the marketing execs at Coors he plead guilty to driving while impaired.

Pics from our trip to Grand Tetons and Yellowstone NP are in. Click here.
"To travel is to learn something about one another, to meet people, to respect them and better still to make friends so that in the future we may live together in peace."
<html> <head> <title>Google Geocode</title> </head> <body> <h2>Google Geocode</h2> <form name="mainform" action="">" method="GET"> <b>Address:</b> <input type="text" size="40" name="address" value="">"> <input type="submit" name="geo" value="Google Geocode"> </form> <hr /> <b>Geo-location:</b> <ul> <?php if (array_key_exists('geo', $_REQUEST)) { $result = get_long_lat($_REQUEST['address']); print_r("<li>Longitude: ".$result["longitude"]); print_r("<li>Latitude: ".$result["latitude"]); } ?> </ul> </body> </html> <?php function get_long_lat($q) { $q = urlencode($q); $gm = fopen('http://maps.google.com/maps?q=' . str_replace('','+',$q) . '&output=js','r'); $tmp = stream_get_contents($gm); fclose($gm); $x = preg_replace('/.*\{center: \{lat: ([^,]*),lng: ([^}]*).*/', "|$1|$2|", trim($tmp)); list($dmy,$lat_value, $lng_value) = explode("|",$x ); return(array('longitude'=>$lng_value, 'latitude'=>$lat_value)); } ?> |
Over the years, children sensed the possibilities inherent in cardboard boxes, recycling them into innumerable playthings. The strength, light weight, and easy availability that make cardboard boxes successful with industry have made them endlessly adaptable by children for creative play. Shoe boxes serve as ideal settings for scenes and dioramas. Small boxes take on alternate roles as dollhouse furniture. Wheels drawn on the side turn a box into a car. Really large boxes—from washers, stoves, big-screen TVs, or refrigerators—can offer children even greater opportunity for creativity. With nothing more than a little imagination, those boxes can be transformed into forts or houses, spaceships or submarines, castles or caves. Inside a big cardboard box, a child is transported to a world of his or her own, one where anything is possible.