/**
 * bodyScroller
 */
 
$("a[href^=#]").each(function(){
	$(this).click(function(){
		$.bodyScroller.scrollTo($(this).attr("href"));
		return false;
	});
});

/**
 * mediaBoxAdjuster
 */
try { $.mediaBoxAdjuster.init(); }catch(e){}

