
function doReportAbuse(model, itemid, title) {
	jAlert("One of our editors will inspect this item [<strong>\""+ title +"\"</strong>] to determine what action should be taken.\nWe may contact you for further information.\n\nThanks again,\nThe StoryVault Team", "Thank you for your feedback!");
	$.post('/abuse/reportAbuse?model=' + model + '&itemid=' + itemid);
}
