// prüfe ob der Hauptframe geladen wurde
// fix für Google Suchergebnis

var s1 = window.top.location;
var s2 = s1.toString();
var s3 = s2.substring(7,s2.length );
var s4 = s3.toUpperCase();
if ( s4 != 'WWW.BIOSAEMSCHWEIZ.COM/' )
  window.top.location = 'http://www.biosaemschweiz.com';