function confirm_lreport(url) {
	if (confirm("Are you sure you wish to report this listing?")) {
		window.location = url;
	}
}

