(function (){
	   var isIE6 = navigator.userAgent.match(/\s*MSIE\s*(\d)\.\d/);
	   if(isIE6){
		isIE6 = isIE6[1]=="6"?true:false;
	   }
	   var adDiv = document.createElement('div');
	   adDiv.style.position = "fixed";
	   adDiv.style.right = "0";
	   adDiv.style.bottom = "0";
	   adDiv.innerHTML = "<a href='javascript:void(0)' onclick='this.parentNode.style.display=\"none\"' style='position:absolute;right:0;top:0;'>close</a><a href='ad/readad.html'><img src='ad/readbanner.jpg' /></a>";
	   document.body.appendChild(adDiv);
	   if (isIE6){
	       adDiv.style.position="absolute";
		   var initTop = adDiv.offsetTop;
		   window.onscroll = function (){
		       adDiv.style.top = initTop+document.documentElement.scrollTop+"px";
		   }
	   }
	})();

