/* $Id: loginsta.js 2765 2011-10-01 12:13:27Z yefe $ */
/*
document.domain = 'echuzhou.cn';

(function($){
	var _id = 'id' + (+new Date);
	var _d = 'http://'+document.domain;
	
	document.writeln("<div id='"+_id+"'></div>");
	$.post(_d+'/member/ajax_loginsta.php', {'domain':_d}, function(r){
		$('#'+_id).html(r);
	}, 'html');
})(jQuery);
*/

var _d = 'echuzhou.cn';
document.writeln("<script type='text/javascript' src='http://"+_d
		+"/member/js_loginsta.php?domain="+_d+"&gourl="+ encodeURIComponent(location.href) +"&_="+(+new Date)+"'></script>");

