$(function() {
	if (typeof(window["isHome"])!="undefined") {
		init_home()
	}
})


function init_home() {
	console.log("CARGA home");	
}


