Thursday, August 9, 2012

"My wedding day will not be the most important day of my life ...

Screen shot 2012 08 09 at 11.46.52 AM What was the biggest day of your life?

It?s the Biggest Day ever for this little dog.

?

?

?

?

by NITA GREEN

?It?s the most important day of your life?.

In the lead up to my wedding day I have heard this phrase thrown around many times. Yes, getting married is a big deal.

But it?s not the biggest, is it? I haven?t been married yet, and maybe after THE BIG DAY my opinion will change but I?m pretty convinced there have been and will be more significant days in my life.

So I made a list?

1. The day I got my HSC results and I realised, ?Hey maybe I am smart, my Mum was totally on the money?. I also figured out that hard work really does pay off and if I put my mind to something I really can achieve it.

It was a defining moment for me and it changed the way I saw myself and my ability to achieve really difficult, lofty goals. There is nothing more powerful than self belief and even though it comes and goes it?s good to know that it?s there ? lurking down below ? ready to be relied on in moments of self-doubt.

2. The day my University Soccer team won against Sydney Uni at the Perth AUG?s. Greatest victory ever! Made even more spectacular because we had lost our coach to a pre-tournament accident and we lost one of our major playmakers the day before to an on field head-clash AND it was against our arch rivals those snooty Sydney Uni girls. (They were probably really nice girls we just made out as if they were horrible, I think it made it more fun.)

Everyone came together and played out of their skin. As a team it was a great achievement and being able to do it with some of my best friends was even better. Individually, losing a player so late also meant that I had to play a whole game which I hadn?t done all tournament. I had never run so hard in my life, and it showed. But I never wanted to win something so bad before. I played my part and as a team we bloody smashed em! Ok so it wasn?t the Olympics, but on that day we were the champs! And we celebrated like it too. I would, if I could, relive that day over and over again.mark twain 380x285 What was the biggest day of your life?

3. The day after the day my Dad died. All the arrangements had been made and all the things I needed to do were done so I locked myself away in my childhood bedroom and cried. Silently, by myself, constant and hard.

I let the pain finally overcome me and I let it all out. Then I got out a piece of paper and wrote his eulogy. It was perfect, precisely what I wanted to say, exactly how he should have been remembered and the words that everyone wanted to say but couldn?t. Raw, wistful and honest.

It?s the most beautiful thing I have ever written but I will never read it again. I have left that moment behind. You are never the same person again after you have lost someone who was such a big part of making you who you are, especially if like me you haven?t experienced anything like that before. You learn something horrible and painful about life in an instant, but you also learn so much about love. That it is all forgiving and goes on forever.

4. The day my best friend and I sat in a restaurant at lunch in front of a glass of wine after another of my failed relationships to a massive douche bag and I realised that a) she had been right all along b) I was worth more. I swiftly let the panic of the break-up leave my body and I was filled with relief, relaxation and actual joy that I had dodged that bullet.

I express posted him his stuff and expressly got on with my life. The wine went down a lot better after that and I never looked back. It was a turning point and I am so thankful I had someone there to guide me through it. It was just what I needed to be able to be in a place, emotionally and physically, to meet my future husband. Speaking of which?

nita 380x529 What was the biggest day of your life?

Nita with her fiance

5. The day I met my fiance Jonathan, my life changed forever. Even if we never got married, meeting your ?soul mate? (I hate that word) and falling instantly in love is a pretty huge day by all accounts. It?s life changing in so many ways.

You know you?ll never be alone again and yet you feel this deep sense of responsibility to another person. It?s a very exciting time and you feel slightly embarrassed because all that love stuff that you had garbaged for ages was actually legitimate and totally worth the wait.

There are so many more??..

  • the first day I read Shakespeare,
  • my 21st Birthday which I spent in the Louvre,
  • the first day I landed in an overseas country (Vietnam for the record) and I became so small in a very big world

?..and probably some days I didn?t know were important at the time, but in the future I?ll look back and realise how deeply significant they were.

Will my wedding be the most important day of my life? I think it will be one of the most important, definitely the most expensive (until I buy a house), and one of those days I wish had lasted just a little longer and wish I could return to for just a little while.

But this notion that your wedding day is the sole defining moment of a life, full of ups, downs, achievements and set-backs, is pretty far-fetched. I haven?t had children yet but I imagine that?s up there, and I haven?t had my greatest achievements yet ? hopefully they are still to come.

This post was originally published on Nita?s blog http://bridalanxiety.com/

Nita Green is a writer, blogger, law student and bride-to-be. She writes an anti-bridal blog about what it is really like to be a bride on the edge?http://bridalanxiety.com/?You can see if she makes it down the aisle by following @bridalanxiety

What was the most important day of your life? What do you think it will be??

"); $.ajax({type: "POST", url: "http://www.mamamia.com.au/wp-content/themes/v2/ajax.php", data: "action=getPageComments&page="+$(".current_page").html()+"&post_id=150512&order="+order, success: function(response) { jQuery(".commentlist").html(response); } }) }) jQuery(".send_ajax").live('click',function(e){ e.preventDefault(); var order = ""; /*if(jQuery.trim(jQuery('.current_item').html()) == "Newest First"){ order = 'desc' }else{ order = 'asc'; } */ order = 'desc'; var offset = jQuery(".commentlist").offset(); var page_number; window.scroll(0,(offset.top - 50)); jQuery(".commentlist").html("

"); page_number = $(this).html(); if($(this).html() == "Last") page_number = max_page; if($(this).html() == "First") page_number = 1; $.ajax({ type: "POST", url: "http://www.mamamia.com.au/wp-content/themes/v2/ajax.php", data: "action=getPageComments&page=" + page_number +"&post_id=150512&order=" + order, success: function(response) { jQuery(".commentlist").html(response); var current_page; var ajax_current_page = parseInt(jQuery("#current_page").text()); var from = parseInt(jQuery("#from").text()); var to = parseInt(jQuery("#to").text()); var num_comments = parseInt(jQuery("#num_comments").text()); jQuery(".number_pages").removeClass("current_page"); //var to; //var from = (((ajax_current_page - 1) * comments_on_page)+1); //var from = ((ajax_current_page - 1) * comments_per_page); /*if(ajax_current_page == 1) from = 1; to = (from + comments_per_page); if(ajax_current_page == max_page) to = from + parseInt($(".commentlist>li").length); if (to > numcomments) { to = numcomments; } */ jQuery(".number_pages").each(function(){ if(jQuery(this).attr("data-page") == jQuery("#current_page").text()){ current_page = parseInt(jQuery(this).attr("data-page")); jQuery(this).addClass('current_page'); } }); jQuery(".redirect_to").val( "http://www.mamamia.com.au/relationships/wedding-day-not-the-most-important/comment-page-" + current_page + "/" ); jQuery("#showing").html("Showing comments " + from + " - " + to + " of " + num_comments ); } }); }); }

Source: http://www.mamamia.com.au/relationships/wedding-day-not-the-most-important/?utm_source=rss&utm_medium=rss&utm_campaign=wedding-day-not-the-most-important

rock and roll hall of fame severe weather wichita brian wilson storm chasers david blaine derek jeter

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.