// Change your System Name.
var s='t2';
if (s=='test') {alert('ระวังระบบ Webhit ยังนับคนเข้าระบบ Test อยู่!');}
var urlname;
if (location.hostname=='homes.biotec.or.th') {
urlname='https://homes.biotec.or.th/webhit/';
} else if (location.hostname=='www.biotec.or.th') {
urlname='http://home.biotec.or.th/webhit/';
} else {
urlname='http://sptra01.biotec.or.th/webhit/';
}
var file=urlname+'userstats.asp';
f='' + escape(document.referrer);
if (navigator.appName=='Netscape'){b='NS';}
if (navigator.appName=='Microsoft Internet Explorer'){b='MSIE';}
if (navigator.appVersion.indexOf('MSIE 3')>0) {b='MSIE';}
u='' + escape(document.URL); w=screen.width; h=screen.height;
v=navigator.appName;
fs = window.screen.fontSmoothingEnabled;
if (v != 'Netscape') {
c=screen.colorDepth;
}
else {
c=screen.pixelDepth;
}
j=navigator.javaEnabled();
info='s=' + s + '&w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u='+ u + '&fs=' + fs + '&b=' + b;
//image show
document.write('<A HREF="' + urlname + 'authorize.asp?w=X&rememberme=0&txtName=view&txtPassword=1234&txtSystem=' + s + '" TARGET="_blank">');
document.write('<img src="' + file + '?'+info+ '" width=100 height=10 border=0></a>');


