﻿function LinkRedirect(dominio,page)
{
	window.location.href = dominio+'/'+page;	
}
