// JavaScript Document

function retorna_top()
{
	window.scrollTo(0,0);
}
