<!-- 
// Version 3 Revision 1
// Some Copyright 2002 by Dog.Top-Info.ch -  no patents pending
// www.echoecho.com/jsframes02.htm - Copyright © 1999-2002 by NetKontoret, // Copenhagen, Denmark
//
// June 14, 2002
//
//
function detectd() 
{
framesetpage="../dog/addframesdogd.htm";
thispage=window.location.href;
if (thispage.indexOf('://')<0) {thispage="://"+thispage;};
prefix=thispage.substring(0,thispage.lastIndexOf('://'));
suffix=thispage.substring(thispage.lastIndexOf('://')+3,thispage.length);
//alert('the subpage is:['+prefix+']['+suffix+']');
if (parent.location.href==window.location.href) {parent.location.href=framesetpage+"?"+prefix+"&&&"+suffix};
}



function detectf() 
{
framesetpage="../dog/addframesdogf.htm";
thispage=window.location.href;
if (thispage.indexOf('://')<0) {thispage="://"+thispage;};
prefix=thispage.substring(0,thispage.lastIndexOf('://'));
suffix=thispage.substring(thispage.lastIndexOf('://')+3,thispage.length);
//alert('the subpage is:['+prefix+']['+suffix+']');
if (parent.location.href==window.location.href) {parent.location.href=framesetpage+"?"+prefix+"&&&"+suffix};
}

//--->
