			// execute your scripts when the DOM is ready. this is a good habit 
			$(document).ready(function() {
			    // initialize scrollable 
				$("#marquee").marquee({
					showSpeed: 1000,
					scrollSpeed: 20,
					pauseSpeed: 1,
					pauseOnHover: true,
					loop: -1
					});
    		});

