
      $(document).ready(function() {
	Nifty("ul#nav a","small transparent top");      
  
       // toggles the slickbox on clicking the noted link 
        $('a#togglecontact').click(function() {
          $('#footerz').toggle(400);
          return false;
        });
        
        
      });