// execute your scripts when the DOM is ready. this is a good habit


// execute your scripts when the DOM is ready. this is a good habit

	$(function() {
            $(".nav").lavaLamp({ 
                fx: "backout", 
                speed: 800,
                click: function(event, menuItem) {
                    return true;
                }
            });
        });

 $(document).ready( function(){ $('div.slideshowul').innerfade({ animationtype: 'fade', speed: 1900, timeout: 8000, type: 'random', containerheight: '224px' });   } );  
															  
