function sterge(id) {
	if(confirm("Are you sure you want to delete this Project?")){
		window.location='index.php?page=blogsedit&act=delete&id=' + id;
	}
}

