(function(){
	function $(id){
		return document.getElementById(id);
	}
	try{
		/*lasttime*//*2012-02-22 10:11:22*//*lasttime-end*/
		var obj = {
			/*URL*/url:'http://vip.xunlei.com/help/vip_notice.html',/*URL-END*/
			/*TITLE*/title:'2012年02月21日00：00-00：30系统升级维护，部分网通用户将会受影响。点击了解详情',/*TITLE-END*/
			/*PAGES*/pages:['login_xunlei','login_web'],/*PAGES-END*/
			/*SHOW*/show:'0'/*SHOW-END*/
		};
		if(obj.show==0) return;
		if(obj.url=='' || obj.title=='') return;
		
		if(typeof(G_PAGE)=='undefined') return '';
		if(obj.pages.toString().indexOf(G_PAGE)!=-1){
			var notice_msg = '<a href="'+obj.url+'" target="_blank">'+obj.title+'</a>';
			if (G_PAGE == 'login_gougou' || G_PAGE == 'task' || G_PAGE == 'apply' || G_PAGE == 'history') {
				document.body.className = 'common_notice_body';
			}
			$('common_notice_layer').className = "common_notice";
			$('common_notice_layer').innerHTML = notice_msg;
			$('common_notice_layer').style.display = 'block';
		}
	}
	catch(e){}
})();
