function sendToFriend(){
	
	if(jQuery('#sendToFriend').length>0){
		jQuery('#sendToFriend').toggle('slow');
	}
}
