if(parent.frames.length == 0)
{
  //alert("Keine Frames");
  //alert("Sie befinden sich auf dem Host " + window.location.host);
//alert("Du hast also von: " + document.referrer + " hierher gefunden");

text = "<table border=0 width=100%>";
text+= "<tr><td><font face=Verdana size=2>Willkommen bei AEROVENT Middle East M.L.L.<br></font>";
text+= "<font face=Verdana size=2>Thermodynamic Ventilation . Mechanical Ventilation . Air Conditioning . Environmental Protection . Acoustic Protection<br>";
text+= "<font face=Verdana size=2>Ausführliche Informationen über Natürliche Lüftung, Industrielüftung und Klimatechnik erfahren Sie ";
text+= "<font face=Verdana size=2>unter <a href=http://www.aerovent-me.com>http://www.aerovent-me.com</a></font></td></tr></table><HR>";
document.open();
document.write(text);
document.close();
}

