function handleError() 
{ 
return true; 
} 

window.onerror = handleError; 

$(document).ready(function(){
	//	BORDAS
	$(".borderA").corner("round 5px");
	$(".borderB").corner("round 10px");
	$(".borderC").corner("round 20px");
});
