$(function() {

$("#slideshow").cycle({ 
    fx:      'fade', 
    speed:    500, 
    timeout:  6000 
});
$('#gallery a').lightBox({fixedNavigation:true});

$("#datepicker").datepicker({
showOn: "button",
			buttonImage: "http://www.sikesbrothers.com/images/calendar.gif",
			buttonImageOnly: true
});


}) //end of onload 
