/* -----------------------------------------------
   POWER PHLOGGER - v.%curr_ver%
   www.phpee.com
   comments: philippo@iezzi.ch
  ------------------------------------------------ */

//SETTINGS:
//enter your username you received from %server_name%
  id="camaras"
//you don't need to edit anything below this line
//-------------------------------------------------

if(showme==null) var showme=0
s=0;c=0;f=""+escape(document.referrer)
sw=screen.width;sh=screen.height;s=sw+"x"+sh
v=navigator.appName
rand=Math.round(1000*Math.random()) //force the page to load the IMG
if (v != "Netscape") c=screen.colorDepth
else c=screen.pixelDepth

r="?id="+id+"&showme="+showme+"&referer="+f+"&r="+s+"&c="+c+"&b="+rand
document.open()
document.write("<IMG src='http://www.buymovil.com/pphlogger/pphlogger.php3"+r+"'>")
document.close()

