/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function()
{
   init();
});

function init()
{
   
   
  $('#navigation_container').fadeTo(1000, 0.85);
  
    
    
    
}
