

$(document).ready(function(event){

$('.fb').click(function() {
   
	 alert('test');
}

);
	
}

);	
