
//clears search box - from http://www.urban75.org/tech/q024.html

function clearDefault(el) {
	if (el.defaultValue==el.value) el.value = ""
}