$(document).ready(function() {
	$("#wrapper").validate();
	$('#feedback, #report-a-bug').click(function() {
		window.open(this.href, 'bantu-popup', 'height=360,width=383');
		return false;
	})
});
