var wind,doc;
wind = parent.location;
doc = "http://www.hospedamos.net/faq/";
if (wind != doc) {
parent.location.href= doc;
}
