var ZielDatei = "index2.htm?" + window.location.href;
//window.document.write(ZielDatei);
if (!top.FramesetGeladen)
{
 if(document.images)
    top.location.replace(ZielDatei);
 else
    top.location.href = ZielDatei ;
}


