
var p5="";
p5=p5+((typeof(screen)=="undefined")?"":screen.width+"; "+screen.height+"; "+(screen.colorDepth?screen.colorDepth:screen.pixelDepth)+"; ");
if(navigator.userAgent)p5=p5+navigator.userAgent+'; ';
if(navigator.plugins && navigator.plugins.length){var pAL=navigator.plugins.length;for(pAC=0;pAC<pAL;pAC++)p5=p5+navigator.plugins[pAC].name+'; ';}
if (navigator.mimeTypes && navigator.mimeTypes.length){var pAL=navigator.mimeTypes.length;for(pAC=0;pAC<pAL;pAC++)p5=p5+navigator.mimeTypes[pAC].type+'; ';}
p5=hex_md5(p5);



