Road Trip

Posted on December 29, 2006
Filed Under Family, Travel |

bellagio-1.JPG

Just got back from Las Vegas with the family. First time for my wife. She enjoyed checking out all the beautiful hotels and lights on the strip but didn’t enjoy breathing in a couple packs of cigarettes from all of the smoke in the casinos. Overall we had a great time eating, shopping, and checking out the city that never sleeps.
What’s the best hotel in Vegas you have stayed in? My vote is for the Mandalay Bay. Nice rooms and sweet pool/water park.

C.Harv

Comments

4 Responses to “Road Trip”

  1. Big Daddy JerNo Gravatar on December 30th, 2006 10:12 pm

    Wow,

    Tough call between Circus Circus, Days Inn, and the Travelodge. I figure I give ‘em enough money at the table.

  2. AmandaNo Gravatar on December 31st, 2006 5:03 am

    What a great picture! You sure have a nice looking family. :) Love the Venitian rooms but the pool at Mandalay Bay is the best!!! Haven’t tried the Days Inn Jer, maybe next time!

  3. DanielleNo Gravatar on January 1st, 2007 10:58 pm

    We have stayed in two hotels there. The Orleans and Treasure Island. Treasure Island had nicer rooms but there was just about everything you could think of at The Orleans including a bowling alley and a full movie theater.

  4. acmorelandNo Gravatar on January 10th, 2007 4:46 am

    Cameron suggests the new Hooters Hotel. (For the chicken wings of course)

Leave a Reply




google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);