<!--
function txtSearchOnclick()
{
	if (search.txtSearch.value = "Music Search")
	{
		search.txtSearch.value = "";
	}
}
-->
