var __cc_sys_url = "weblogin/counter/";

/*
	count.js - COCOON Counter 6
	var __cc_uid = "username";
	var __cc_style = 18;
*/
if(typeof(__cc_style)=="undefined") __cc_style=20;
var __cc_page = escape(location.href);
var __cc_ref = escape(document.referrer);
var __cc_Color = screen.colorDepth;
var __cc_Language = (navigator.systemLanguage?navigator.systemLanguage:navigator.language);
var __cc_sSize = screen.width + '_' + screen.height;
var __cc_count = __cc_sys_url 
			   + "core/default_1.asp" + "?id=" + __cc_uid
			   + "&l=" + __cc_Language + "&t=" + __cc_style
			   + "&p=" + __cc_page + "&r=" + __cc_ref
			   + "&s=" + __cc_sSize + "&c=" + __cc_Color;
			   
document.write(''
	+ '<img src="'+__cc_count+'" width='+__cc_style+' height='+__cc_style+' alt="COCOON Counter 6" align=absmiddle border=0>'
	+ '');
