var pt022scimage  = new Image();
var pt022tmppath = "index";

if (window.location.pathname.indexOf("customerindex") != -1) {
pt022tmppath = "customerindex";
}

pt022scimage.src = 'http://abakus.freenet.de/cgi-bin/ivw/SC/freenet/screensize/' +  pt022tmppath + '/' + screen.width + 'x' + screen.height;