
$(document).ready(function(){
	$("#top-logo").click(function(){
		window.location.href = "http://www.asrconsultoria.com.br/";
		//window.location.href = "http://localhost/asr_custom/";
	});
});
