$(document).ready(function() {
	$("#menu").megaMenu('hover_fade');
	$('.content h1, .content h2').widowFix();
	$("#up").fontscale("#resizer","up",{unit:"px",increment:1});
	$("#reset").fontscale("#resizer","reset");
	$(".content img").not('a[rel="lightbox"] img').lazyload({
			 placeholder : "static/img/bg/grey.gif",       
			 effect      : "fadeIn"
	 });
});

