2nd Year Anniversary

Posted on April 1, 2008
Filed Under Family |


For some, the first of April is known as “April Fools Day” (and believe me, almost everyone we talk to reminds us). But for my wife and I, April 1st is our Wedding Anniversary.

Why April 1st?

  1. It fit with our schedules (weekend before spring break, thus time for honeymoon).
  2. Was hoping for the winter, but sooner than the summer.
  3. The anniversary date is easy to remember (not that I would forget, right).
  4. Why not, I was pumped to finally be getting married, and didn’t care about the date.

Two years goes by so fast. This last year has brought forth plenty of opportunities for growth, for laughs, for fights, and for love.

I look forward to another great year with you honey and many more to come. Thank you for putting up with me.

C.Harv

Comments

5 Responses to “2nd Year Anniversary”

  1. ArelisNo Gravatar on April 1st, 2008 5:36 pm

    fight….us? no way, we don’t do that! :) That’s right, April Fools day is our special day.
    I love you babe!

  2. bigdaddyjerNo Gravatar on April 1st, 2008 11:10 pm

    I love you both. Have a great anniversary!

  3. itsamazinggraceNo Gravatar on April 2nd, 2008 4:55 am

    Happy Anniversary!!!!!

  4. Julie McCoyNo Gravatar on April 2nd, 2008 4:43 pm

    Happy Anniversary! I remember that day very well :)

  5. momNo Gravatar on April 2nd, 2008 4:55 pm

    what a beautiful day.seems like yesterday! Oh HAPPY day!

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