	(function(){
	
	var pthis = this;
	
	//获取对象
	this.$ = function(id){if(document.getElementById){return eval('document.getElementById("'+id+'")')}else{return eval('document.all.'+id)}};
	
	//构造函数
	this.init = function(){
		try{
			document.write('\
			<style type="text/css">\
			html{background:url(newyear_01.gif) repeat-x 0 0 #f4b606;}\
			body{background:url(newyear_02.png) no-repeat 50% 0;padding-top:0;margin-top:0;}\
			.topAD{background:#fff;}\
			#indexContaint{margin-top:-8px;}\
			#wrap{padding-top:0;margin-top:0;}\
			#page{background:#fff;}\
			</style>\
			<div id="2010TopBar" style="clear:both;width:950px;height:39px;margin:0 auto;padding:0;overflow:hidden;position:relative;">\
			<div id="2010Btncls" style="width:40px;height:18px;padding:0;margin:0;position:absolute;right:0;bottom:0;display:block;no-repeat;z-index:2;" ></div>\
			</div>\
			<div id="2010TopBlank" style="clear:both;height:5px;line-height:0;font-size:0;overflow:hidden;display:none;"></div>\
			');		
			}catch(e){}
		}
		pthis.init();
	})();
