function neutralise(theobj) {
	if (theobj.value=='Type your posting here' ||
		theobj.value=='Type your message here' ||
		theobj.value=='Type your subject line here') {
		theobj.value='';
	}
}
