$j(function($) {    

  // Header info title overlay  
  $('#primary_navigation').append('<div id="header_info">' + $('#location_2 .image img').attr('title') + '</div>');  
  $('#header_info').css('opacity',0);  
  $('#header_info').show();  
  $('#header_info').fadeTo(3000,0.70); 
  
});