function redirect(url)
{
	window.location = url;
}

function deleteupdate()
{
	return result = confirm("Do you really want to delete this update ?");
}