// Coda-slider
	<!-- Initialize each slider on the page. Each slider must have a unique id -->
		jQuery(window).bind("load", function() {
			jQuery("div#slider1").codaSlider()
			// jQuery("div#slider2").codaSlider()
			// etc, etc. Beware of cross-linking difficulties if using multiple sliders on one page.
		});

		//Drop shadows
		//window.onload = function()  
		//	{
		//		$(".ill").dropShadow();
		//		$(".h, .v").shadow();
		//		$(".h").dropShadow({left: 3, top: -38, blur: 4, opacity: 0.9});
		//	}
		

