$(document).ready(function ($) {
$('.menu a').live('click', function() { 


	 $("#new_content").prepend('<div id="loader"><img src="template/default/images/loading.gif" /></center></div>');
    history.pushState({ path: this.path }, '', this.href);



  $('#new_content').fadeIn('slow').load(this.href+"?in=one");
  

  return false
  
})
    })
   
