$(document).ready(function() {

	$(".categories ul li:not(:last-child)").each(function() {
		$(this).after(",&nbsp;");
	});

});

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 
