function delete_entry(entry){
	var ask_ = confirm("Do you really want to delete this entry?"); 
	if (ask_ == true) 
	{ 
		window.location="http://www.tuoitho.net/diary/delete_entry/" + entry; 
	}
}

function delete_entry_comment(entry){
	var ask_ = confirm("Do you really want to delete this comment?"); 
	if (ask_ == true) 
	{ 
		window.location="http://www.tuoitho.net/diary/delete_entry_comment/" + entry; 
	}
}

function delete_tho(tho){
	var ask_ = confirm("Ban co muon xoa bai tho nay khong?"); 
	if (ask_ == true) 
	{ 
		window.location="http://www.tuoitho.net/tho/delete_tho/" + tho; 
	}
}