Cufon.replace('#menu a',{fontFamily:'fjosfest'});

Core={
	img:$('#bg img').get(0),
	scale:function(){
		var i=Core.img,nh=Math.round(document.body.clientWidth*(i.offsetHeight/i.offsetWidth));
		i.style.height=(i.offsetHeight<i.offsetWidth&&document.body.clientHeight>nh)?'100%':nh+'px';
	}
}

$(window).bind('resize load',Core.scale);

var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-2741865-29']);_gaq.push(['_trackPageview']);
var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;
ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';
var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);
