$(document).ready(function() {

	$("#addlink3").click(function() {
		alert("here");
	});

});
