$(document).ready(function(){
  $("ul li:first-child").addClass("firstchild");
  $("ul li:last-child").addClass("lastchild");

	Shadowbox.init({
		overlayOpacity: 0.90
	});

});

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




