/* /////////////////////////////////////////////////////////////////// */
/*                                                                     */
/*                                                                     */
/*                      WWW.CFORK.NET // 2002_03                       */
/*                                                                     */
/*                                                                     */
/* /////////////////////////////////////////////////////////////////// */




/*  CHECKS IF FRAMESET EXISTS    */
/*  LOADS FRAMESET IF NOT        */



var myself = location.pathname + location.search;
//alert ("parent.frames.length = "+parent.frames.length+"\n"+"myself = "+myself);
if (parent.frames.length == 0) 
    window.setTimeout('location.href="http://www.markusbader.com/current/html/index_familyreload.html?cfBody='+escape(myself)+'"', 20);


