Dinner at Andrew’s

Dec 10 2008

So my parents decided that I will be hosting Christmas this year.

Okay. I can deal with that. So I have to decorate a bit and make sure the house is clean and all that good kind of stuff.

This is the point where I should have stopped and said to myself “This is about as much as you can take on right now.” But no, I’m not that bright. Instead, I tell myself “Hey, you’ve been wanting to have a little dinner party to invite people to your new place, and you’ll have to clean and decorate for Christmas anyway, why not have a dinner party 10 days before the holiday.”

Not a bad idea, certainly one that is manageable if enough advanced planning goes into it.

However, I stupidly forget that I have no time for additional decorating, shopping, or planning a party. Secondly, I don’t have any chairs around the long room table (not so surprising since it’s actually a ping-pong table and isn’t mine). Finally, I fear I may have over-invited guests. I may have to add some tables to actually seat everyone.

Well, the dinner party is on and 5 days away, so hopefully it goes over well.

Comments Off

Comments are closed at this time.

© 2006-2010 Andrew L. Napier All Rights Reserved

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);