
	WrinteLn('  <div id="showyy14" style="position:absolute; z-index: 100;"> ');
	WrinteLn('    <div id="ImgLayer" style="position:absolute; z-index:1; left: 0px;"> ');
	WrinteLn("<a href=\"http://www.91danji.com\" target=\"_blank\" onmouseover=\"window.status=\'\';return true;\" onmouseout=\"window.status=\'\';return true;\"><img src=\"http://www.dj97.com/js/200130.gif\" border=\"0\" width=\"240\" height=\"170\"></a>");
	WrinteLn('    </div>');
	WrinteLn('</div>');


	try
	{
	var bodyfrm = ( document.compatMode.toLowerCase()=='css1compat' ) ? document.documentElement : document.body;
	var adst = document.getElementById('showyy14').style;
	if (adst!=null)
		{
			adst.top = ( bodyfrm.clientHeight - 170 ) + 'px';
			adst.left = ( bodyfrm.clientWidth - 240 ) + 'px';
			setInterval('moveRR();', 80);
		}
	}
	catch (e)
	{}

function moveRR() {
	adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 170 ) + 'px';
	adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 240 ) + 'px';
}
function Closewin(){
	adst.display='none';
}
function WrinteLn(v)
{document.writeln(v);}
