$(function(){

	if(login.is())
	{
	 	showLogin({auto:true,qlogin_redirect_url:location.href,game:false});
	}
	else
	{
			$('#uname').html('ÇëÄúÏÈ <a href="#" class="exit"  id="toLogin">[µÇÂ¼]</a>');//¿ìËÙµÇÂ¼
			   $('#toLogin').click(quicklogin);
	}
	LoadGame({flashid:'index_flash',path:'http://imgcache.qq.com/ACT/pay_090706_icbc/img/index_flash.swf',width:'100%',height:'621'}); 
});
