$(function(){
	$('#testing').click(function(){
		alert('more testing');
	});
});