window.addEvent('domready', function(){
	//Deixa o scroll lento ao clicar em uma ancora
	new SmoothScroll();
	
	//Ajusta a tela
	if(window.getWidth() < 770 && screen.width < 800){
		$('geral').style.position = 'relative';
		$('geral').style.float = 'left';
		$('geral').style.margin = 0;
		$('geral').style.top = 0;
		$('geral').style.left = 0;
	}else{
		if(window.getWidth() < 770){
			if(!window.resizeTo(800,600)){
				
			};
		}
	}
	
	is_aovivo();
	
});
