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

	Shadowbox.init({
		overlayOpacity: 0.90
	});

  
	$('#mainimage').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 5000
	
	});

});

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