$(document).ready(function() {  

  // Email a Friend
   /*
   $("#email").click(function(event) { 
   
          $("#emailFriends").dialog({
			        bgiframe: true,
			        height: 350,
			        width: 750,
			        modal: true
            });
    });     
        
*/
  // Share Link  
   $("#shareLink").click(function(event) { 
   
          $("#shareTool").dialog({
			        bgiframe: true,
			        height: 150,
			        width: 750,
			        modal: true
            });
    });     
     
});