////////////////////////////////////////////////
//  Dieses Script wurde von Tobias Fischer,   //
//  im Auftrag des CSU Ortsverbandes          //
//  SChwürbitz geschrieben. Daher:            //
//  (c) by Tobias Fischer                     //
//  eMail: webmaster@schwuerbitzer-minis.com  //
////////////////////////////////////////////////

function frametest() {
  var xy = 1;
  while (xy < 1000) { xy++; }

  if(typeof(window.dialogArguments)!='unknown' || typeof(window.dialogArguments)!='undefined') {
    if (top==self) {
      top.location.href='http://www.csu-schwuerbitz.de/?page='+location.href;
    }
  }
  return 1;
}

frametest();
