var documentPath = function()
{
	var url = document.location.href;
	
	if (url.match(/^https/) == "https")
		return "https://www.magazineluiza.com.br/busca/";
	else
		return "http://www.magazineluiza.com.br/busca/";
}
