 $(document).ready(function() {

  // $(".nav_link").click(function(){
  //    $("#main_page_content").animate( { width:"1px", 
  //                                             height: "1px",
  //                                             fontSize: "1px", 
  //                                           }, { queue:false, duration:1000, easing: "swing" } )

      //  var target_url =  ($(this).attr("href"));
      //  document.location.href = target_url;
  //    return false;
  //  });
 });
