/*
$(document).ready(function() {
  
	$(".powermail_submit_uid6").click (function (event) {
		
		alert ("xxx");
		
	});

});
*/
