$(document).ready(function() {  
       $("a.botLinks1",this).click(function() {                                  
                   $("#contactUs").slideDown(1000); 
         });   
          $(".popx",this).click(function() {                                  
                   $("#contactUs").fadeOut("slow");                     
         });         
         
    
           $("a.botLinks2",this).click(function() {                                  
                   $("#terms").fadeIn(1000);
                   $("#popx1").fadeIn(1000);
         });   
          $(".popx1",this).click(function() {                                  
                   $("#terms").fadeOut("slow");  
                   $("#popx1").fadeOut("slow");
         }); 
    
    
           $("a.botLinks3",this).click(function() {           
                   $("#privacy").fadeIn(1000); 
                   $("#popx2").fadeIn(1000); 
         });   
          $(".popx2",this).click(function() {                                  
                   $("#privacy").fadeOut("slow"); 
                   $("#popx2").fadeOut("slow"); 
         });     
    
    
          $("a.bullet",this).click(function() {                                  
                   $("#getemail").fadeIn(1000);                     
         });            
          $(".popx3",this).click(function() {                                  
                   $("#getemail").fadeOut("slow");                     
         });          
         
         
   });       