// JavaScript Document


// MOST Cufon Fontreplacements
			Cufon.replace('h1', {hover: true, textShadow: '1px 1px #41464C'});
			Cufon.replace('h2', {hover: true, textShadow: '1px 1px #41464C'});
			Cufon.replace('h3', {hover: true, textShadow: '1px 1px #41464C'});
			Cufon.replace('h4', {hover: true, textShadow: '1px 1px #41464C'});
			Cufon.replace('h5', {hover: true, textShadow: '1px 1px #41464C'});
			Cufon.replace('h6', {hover: true, textShadow: '1px 1px #41464C'});
			Cufon.replace('most_teaser', {hover: true, textShadow: '1px 1px #41464C'});
			Cufon.replace('ul.menu .menulink', {textShadow: '1px 1px #41464C'});
			Cufon.replace('#most_footer_teaser', {textShadow: '1px 1px #000'});

<!--  Do not remove the lines below - otherwise the hover on menu will not work -->


												
// Font Replacements END


// Superfish DropDown Menu
				$(document).ready(function() {
			        $('ul.sf-menu').superfish({
						delay:       1500,
			            animation:   {opacity:'show'},  // fade-in and slide-down animation
            			autoArrows:  false,                           // disable generation of arrow mark-up
			            dropShadows: true                            // disable drop shadows      
			        });
			    }); 
// Superfish DropDown Menu End






