pat = document.URL;
if (pat.indexOf("www.") < 0) {
    window.location = "http://www.masterpropiedad.es";
}
