$(document).ready(function(){
	$('a').removeAttr('title');

	$('#lavaLampBorderOnly').lavaLamp({ fx: "backout", speed: 700 });	

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

	
}); //Close document.ready

$(window).bind("load", function() {
    //-----------  Preload images for slideshows
	$('#loading').hide();
	$('#slideshowWrapper').fadeIn('slow');
});
