/**
 * 
 */
$(function(){
    
   //Toggle()
    
    $(".linkTog").click(function(){
    	  $("#contact").toggle(1000);
    	}); 
    
});
