You Might Be From The South If…

Posted on June 27, 2008
Filed Under Apparel, Music, Travel |

\"I Bleed Sweet Tea T-Shirt\"

You might be from the south if…. You Bleed Sweet Tea!!!
(Do you see this guy’s T-Shirt? Pretty cool. He also has a Mohawk and plays the violin in a “scream” band).

You might be from the south if… You know what Piggly Wiggly is?

You might be from the south if… You kiss your cousin on the lips. (Hey, I saw this on TV last night)

You might be from the south if… Everything you eat is fried. (I love me some fried okra, hush puppies, and I have even tried gator tail!)

Ok. Your turn.

You might be from the south if…

P.S. This is all in fun. I love the south. My momma is from Augusta, Georgia.

C.Harv

Comments

5 Responses to “You Might Be From The South If…”

  1. momNo Gravatar on June 27th, 2008 11:06 am

    you might be from the south if you carry someone to the store and it doesn’t mean pick then up. your trailor isn’t a mobilehome.

  2. ArelisNo Gravatar on June 27th, 2008 3:07 pm

    You might be from the south if when you say the word “ice Cream” it sounds like you are offering Preparation H!

  3. ArelisNo Gravatar on June 27th, 2008 3:09 pm

    Hey I know what a Piggly Wiggly is! But I’ve never been to one.

  4. ArelisNo Gravatar on June 27th, 2008 3:12 pm

    You might be from the south if you use the phrase “I am just tickled to death that yall are here!” :)

  5. AmandaNo Gravatar on July 1st, 2008 1:59 am

    You might be from the south if you dont want your son to be a little “wooden boy”!

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