Loc = "" + top.document.location;
Loc = Loc.toLowerCase();
dt = new Date();
DateStr = Date().substring(0,4) + dt.getDate() + "." + (dt.getMonth()+1) + "." + dt.getFullYear() + " " + dt.getHours() + ":" + dt.getMinutes() + ":" + dt.getSeconds();
if (Loc.indexOf("www.budget.f2s.com") != -1 || Loc.indexOf("www.8ung.at/cgss") != -1 || Loc.indexOf("galileo.spaceports.com") != -1 )
{
// Aufruf vom Internet -> protokollieren
var ref = ""+escape(top.document.referrer);
if (ref == "")
{
ref = escape("->") + escape(document.referrer);
}
var CID = "budget"
var pars = "?CounterID=" + CID + "&Ref=" + ref + "&DT=" + DateStr;
var tag = "
";
document.write(tag);
}
else
{
// Aufruf von lokaler Entwicklung -> nicht protokollieren
document.write("Local page: " + Loc + " ... ");
}