window.onerror=errorsev;
function errorsev() 
{ 
// top.location.href=document.location.href; 
return; 
}

document.title='Britta Rodenkirchen';

if (!unframed()) if (friends()==false) moveto(document.location.href);
var seite='www.tanzundfarbe.de';
var a=1;
var b=1;
var suche='/';  

if (document.location.href.toLowerCase().indexOf(seite)==-1) { 
  suche='/';  
  if (document.location.href.indexOf('file://')==-1) {
    a=document.location.href.indexOf(suche);
    b=document.location.href.substr(8,document.location.href.length).indexOf(suche);
    if (b==-1) b=document.location.href.length;
    korrigiert=document.location.href.substr(0,a+2)+seite+document.location.href.substr(b+8,document.location.href.length);
    moveto(korrigiert);
    }
  }


