function deleteThread()
	{
	var agree=confirm("Are you sure you wish to delete this thread? All posts within will be lost!");
	if (agree)
		return true ;
			else
		return false ;
}