function get_screen_width(){
return screen.width;
}
function get_screen_height(){
return screen.height;
}
function get_screen_availWidth(){
if(w = window.innerWidth) return w;
if(w = document.body.scrollWidth) return w;
if(w = screen.availWidth) return w;
}
function get_screen_availHeight(){
if(h = window.innerHeight) return h;
if(h = document.body.scrollHeight) return h;
if(h = screen.availHeight) return h;
}
function get_screen_colorDepth(){
if(c = screen.colorDepth) return c;
if(c = screen.pixelDepth) return c;
}
function get_user_agent(){
if(n = navigator.userAgent) return n;
if(n = document.userAgent) return n;
}
function get_oscpu(){
if(o = navigator.oscpu) return o;
var ua = navigator.userAgent.toLowerCase();
if(ua.indexOf("win95") != -1) return "Windows 95";
if(ua.indexOf('windows 95') != -1) return 'Windows 95';
if(ua.indexOf('win98') != -1) return 'Windows 98';
if(ua.indexOf('windows 98') != -1) return 'Windows 98';
if(ua.indexOf('win 9x 4.90') != -1) return 'Windows ME';
if(ua.indexOf('windows nt 5.0') != -1) return 'Windows NT 5.0';
if(ua.indexOf('windows nt 5.1') != -1) return 'Windows NT 5.1';
if(ua.indexOf('windows nt') != -1) return 'Windows NT';
if(ua.indexOf('winnt') != -1) return 'Windows NT';
if(ua.indexOf('linux') != -1) return 'Linux';
if(ua.indexOf('x11') != -1) return 'Unix';
if(ua.indexOf('mac') != -1) return 'Mac';
if(ua.indexOf('win') != -1) return 'Windows';/**/
}
function get_platform(){
if(p = navigator.platform) return p;
}
function get_browser(){
if(b = navigator.appName) return b;
if(b = navigator.vendor) return b;
}
function get_browser_plus_ver(){
if(navigator.vendor && navigator.vendorSub) return navigator.vendor + ' ' + navigator.vendorSub;
if(navigator.appName && navigator.appVersion) return navigator.appName + ' ' + navigator.appVersion;
}
function cookies_enabled(){
if(c = navigator.cookieEnabled) return c;
}
var javaver;
function java_version(){
document.write(' \n');
document.write('javaver = "1"; \n');
document.write('\n');
document.write(' \n');
document.write('javaver = "1.1"; \n');
document.write('\n');
document.write(' \n');
document.write('javaver = "1.2"; \n');
document.write('\n');
document.write(' \n');
document.write('javaver = "1.3"; \n');
document.write('\n');
document.write(' \n');
document.write('javaver = "1.4"; \n');
document.write('\n');
document.write(' \n');
document.write('javaver = "1.5"; \n');
document.write('\n');
return javaver;
}
function language(){
return 'en-us,en;q=0.5';
//...
}
function flash_version(){
if(navigator.plugins && navigator.plugins["Shockwave Flash"]){
t=navigator.plugins["Shockwave Flash"].description;
return parseInt(t.charAt(t.indexOf(".")-1));
}
return flash;
}
function get_refferrer(){
if(h = '') return h;
}
function get_2nd_refferrer(){
if(r = window.top.document.referrer) return r.replace('&','_amp_');
// if(h = history.previous) return h;
}
function get_country(){
return ''.replace('&','_amp_');
}
function get_additional_info(){
return '';
}
function get_time_zone(){
var go_t=new Date();
return go_t.getTimezoneOffset();
}
function get_time_zone(){
var date1=new Date();
return date1.getTimezoneOffset();
}
function get_frames_io(){
if(typeof(window.frames) != "undefined") return 1;
}
var java = java_version();
bwidth = get_screen_availWidth();
bheight = get_screen_availHeight();
var flash;
var MM_contentVersion = 3;
var flash;
var MM_FlashCanPlay = false;
document.write(' \n'); //FS hide this from IE4.5 Mac by splitting the tag
document.write('on error resume next \n');
document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
document.write(' \n');
while(MM_FlashCanPlay){
MM_FlashCanPlay = false;
document.write(' \n'); //FS hide this from IE4.5 Mac by splitting the tag
document.write('on error resume next \n');
document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
document.write(' \n');
flash = MM_contentVersion - 1;
MM_contentVersion = MM_contentVersion +1;
}
flash = flash_version();
var ref= "" + escape(document.referrer);
var scr = screen.width;
color1=get_screen_colorDepth();
var width1 = ;
var height1 = ;
var border1 = 0;
var nav = get_browser();
document.write(
''
+'');
document.write('
');
if(!flash) flash = flash_version();
var str=
'rw='+(get_screen_width())+'&'+
'rh='+(get_screen_height())+'&'+
'aw='+(get_screen_availWidth())+'&'+
'ah='+(get_screen_availHeight())+'&'+
'cd='+(get_screen_colorDepth())+'&'+
'ua='+(get_user_agent())+'&'+
'o1='+(get_oscpu())+'&'+
'o2='+(get_platform())+'&'+
'b1='+(get_browser_plus_ver())+'&'+
'b2='+(get_browser())+'&'+
'ck='+(cookies_enabled())+'&'+
'j1='+(java_version())+'&'+
'lg='+(language())+'&'+
'cn='+(get_country())+'&'+
'fl='+(flash)+'&'+
'r1='+(get_refferrer())+'&'+
'r2='+(get_2nd_refferrer())+'&'+
'tz='+(get_time_zone())+'&'+
'in='+get_additional_info();
document.write(' +'&counterid=1&show=img&'+ str + ')