/* FUNCTIONS */
function redirectomobile() {
		if (screen.width < 768){
				window.location.href = "http://m.fundaciovilacasas.com";
		}
}

redirectomobile();
