// Alert and redirect to prevent inclusion into frames
if (top.location != self.location) {
 alert("This site was not planned to be included into frameset!");
 top.location.href = 'http://www.laaz.hu/';
}
