	$(function(){	
            $("#header h1").dropShadow({left: 201, top: 3, opacity: 0.6, blur: 4,swap: false});
            $('div#footer').each(function() {
             eval($('p', this).text());
        });
	});

