var myref; myref=document.referrer; doCount(); function doCount(){ function getBrowser(agt) { var PF = ''; if (agt.indexOf("Mozilla")!=-1) { PF = 'Netscape'; } if (agt.indexOf("Mozilla4")!=-1) { PF = 'Netscape 4.x'; } if (agt.indexOf("MSIE")!=-1) { PF = 'Internet Explorer'; } if (agt.indexOf("MSIE 11.0")!=-1) { PF = 'Internet Explorer 11.0'; } if (agt.indexOf("MSIE 10.0")!=-1) { PF = 'Internet Explorer 10.0'; } if (agt.indexOf("MSIE 9.0")!=-1) { PF = 'Internet Explorer 9.0'; } if (agt.indexOf("MSIE 8.0")!=-1) { PF = 'Internet Explorer 8.0'; } if (agt.indexOf("MSIE 7.0")!=-1) { PF = 'Internet Explorer 7.0'; } if (agt.indexOf("MSIE 6.0")!=-1) { PF = 'Internet Explorer 6.0'; } if (agt.indexOf("MSIE 5.5")!=-1) { PF = 'Internet Explorer 5.5'; } if (agt.indexOf("MSIE 5.01")!=-1) { PF = 'Internet Explorer 5.01'; } if (agt.indexOf("MSIE 5.0")!=-1) { PF = 'Internet Explorer 5.0'; } if (agt.indexOf("MSIE 4.01")!=-1) { PF = 'Internet Explorer 4.01'; } if (agt.indexOf("MSIE 4.0")!=-1) { PF = 'Internet Explorer 4.0'; } if (agt.indexOf("MSIE 3.0")!=-1) { PF = 'Internet Explorer 3.0'; } if (agt.indexOf("MSIE 2.0")!=-1) { PF = 'Internet Explorer 2.0'; } if (agt.indexOf("Netscape6")!=-1) { PF = 'Netscape 6'; } if (agt.indexOf("Firefox")!=-1) { PF = 'Firefox'; } if (agt.indexOf("Opera")!=-1) { PF = 'Opera'; } if (agt.indexOf("Opera 5.0")!=-1) { PF = 'Opera 5.0'; } if (agt.indexOf("Opera 6.0")!=-1) { PF = 'Opera 6.0'; } if (agt.indexOf("Safari")!=-1) { PF = 'Safari'; } if (agt.indexOf("Chrome")!=-1) { PF = 'Google Chrome'; } return PF; } function getPlatform(agt) { var PF = ''; if ((agt.indexOf("Win95")!=-1)||(agt.indexOf("Windows 95")!=-1)) { PF = 'Windows 95'; } if ((agt.indexOf("Win98")!=-1)||(agt.indexOf("Windows 98")!=-1)) { PF = 'Windows 98'; } if ((agt.indexOf("Win 9x 4.90")!=-1)||(agt.indexOf("winME")!=-1)) { PF = 'Windows ME'; } if ((agt.indexOf("WinNT")!=-1)||(agt.indexOf("Windows NT")!=-1)) { PF = 'Windows NT'; } if ((agt.indexOf("Win2000")!=-1)||(agt.indexOf("Windows 2000")!=-1)) { PF = 'Windows 2000'; } if ((agt.indexOf("WinNT5")!=-1)||(agt.indexOf("Windows NT 5")!=-1)) { PF = 'Windows 2000'; } if ((agt.indexOf("Windows NT 5.1")!=-1)) { PF = 'Windows XP'; } if ((agt.indexOf("Windows NT 6.0")!=-1)) { PF = 'Windows Vista'; } if ((agt.indexOf("Windows NT 6.1")!=-1)) { PF = 'Windows 7'; } if ((agt.indexOf("Opera")!=-1)||(agt.indexOf("Opera")!=-1)) { PF = 'Opera'; } if ((agt.indexOf("Win16")!=-1)||(agt.indexOf("Windows 3.1")!=-1)) { PF = 'Windows 3.x'; } if ((agt.indexOf("WinXP")!=-1)||(agt.indexOf("Windows XP")!=-1)) { PF = 'Windows XP'; } if ((agt.indexOf("Mac_PowerPC")!=-1)) { PF = 'Mac PowerPC'; } if ((agt.indexOf("Mac_OS")!=-1)) { PF = 'Mac OS'; } if ((agt.indexOf("Mac OS")!=-1)) { PF = 'Mac OS'; } if ((agt.indexOf("Mac OS X")!=-1)) { PF = 'Mac OS X'; } if (agt.indexOf("Macintosh")!=-1) { if (agt.indexOf("PC)")!=-1) { PF = 'Mac PPC'; } else { PF = 'Mac'; } } return PF; } var reso = escape(screen.width + 'x' + screen.height); document.write(''); return true;}