function surf() { //v3.0
  var i, args=surf.arguments; document.surf_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function corrige() {
var agt=navigator.userAgent.toLowerCase();
if ( (parseInt(navigator.appVersion)==4) && 
     (agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
               && (agt.indexOf('compatible') == -1) ) {
	if (document.body.clientHeight<=500)
	{document.ids.rodape.bottom='-26px';}
	else
	{document.ids.rodape.bottom='0px';}
}
else if (agt.indexOf('gecko') != -1) { 
	if (document.body.clientHeight<=500)
		{document.getElementById('folha').sheet.insertRule('#quemsomos #rodape { bottom: -26px }', 					document.getElementById('folha').sheet.cssRules.length)
}
	else
		{document.getElementById('folha').sheet.insertRule('#quemsomos #rodape { bottom: 0px }', 					document.getElementById('folha').sheet.cssRules.length)
}
}
}
corrige();	