var __cc_sys_url = "http://count2.sfo.cn/";
/*
	COCOON Counter 6 1900 count.js
	Copyright(r) Cocoon Studio (www.sfo.cn)
	coding by Sunrise_Chen (sunrise_chen@msn.com)
	2003-12-19
	
	Please don't remove these information.
*/

//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.asp" + "?id=" + __cc_uid
			   + "&l=" + __cc_Language + "&t=" + __cc_style
			   + "&p=" + __cc_page + "&r=" + __cc_ref
			   + "&s=" + __cc_sSize + "&c=" + __cc_Color;
			   
document.write('<a href="'+__cc_sys_url+'supervise/index.asp?uid='+__cc_uid+'" target="_blank">'
	+ '<img src="'+__cc_count+'" width='+__cc_style+' height='+__cc_style+' alt="COCOON Counter 6" border=0>'
	+ '</a>');

//End of count.js