$(document).ready(function() {
	
	$("input#edit-opt-out").click(function() {
		
	});
		
});