window.addEvent('load', function(){

	var content = document.id('content'),
		bgImg = document.id('bgImg');
	if (content) content.setStyle('height', document.body.getScrollSize().y);
	
	//console.log(document.body.getScrollSize().y);
	
	$$('a[href$=.pdf], a[href^=http://]').set('target', '_new');

});
