<!--
var cw_x, cw_y, cw_t, cw_r;
if (((navigator.appVersion.indexOf("4.") != -1) || (navigator.appVersion.indexOf("5.") != -1)) && (navigator.appName.indexOf("Netscape") != -1) || (navigator.appVersion.indexOf("4.") != -1) && (navigator.appName.indexOf("Explorer") != -1) || (navigator.appName.indexOf("Opera") != -1) ){ 
	cw_x = screen.width;
	cw_y = screen.height;
	cw_t = screen.colorDepth;
	if( ( cw_t == 'undefined' || cw_t == 'null' ) && ( screen.pixelDepth != 'undefined' && screen.pixelDepth != 'null' ) ) {
		cw_t = screen.pixelDepth;
	}
}
cw_r = escape(document.referrer);
if(cw_r == -1) {
	cw_r = "NoReferer";
}
document.write('<a href="http://www.counterwelt.de/income.php?id=' + cwID + '&page=start" target="_blank"><img src="http://www.counterwelt.de/track/cwtrack.php?uid=' + cwID + '&cwPAGE=' + cwPAGE + '&cwDISP=' + cwDISP + '&from=' + cw_r + '&w=' + cw_x + '&h=' + cw_y + '&t=' + cw_t + '" border="0" ALT="Counterwelt fast Tracking! Klick to join..."></a>');
//-->

