/*
 * JavaScript frames.js fuer http://www.metalwitch.de
 * Autor: Udo Becker [http://www.udobecker.net]
 */
function forceFrames()
{
  if (parent.location.href == self.location.href)
  {
    self.location.href = "metalwitch.html";
  }
}