<!--

if (top.location==self.location) {
	document.write('<div id="eadtop"><div><iframe src="/wp-content/ads/top/top.html" width="100%" allowtransparency="true" height="90" frameborder="0" border="0" marginheight="0" marginwidth="0" vspace="0" hspace="0" scrolling="no" style="border:0px;"></iframe></div></div>');

	window.onscroll = function()
	{
		if( window.XMLHttpRequest ) { // IE 6 doesn't implement position fixed nicely...
			if (document.documentElement.scrollTop > 110) {
				document.getElementById('eadtop').style.position = 'fixed'; 
				document.getElementById('eadtop').style.top = '0';
				document.getElementById('eadtop').style.left = '0px';
				document.getElementById('eadtop').style.width = '984px';
				document.getElementById('eadtop').style.borderBottom = '2px solid black';
			} else {
				document.getElementById('eadtop').style.position = 'static'; 
				document.getElementById('eadtop').style.top = 'auto';
				document.getElementById('eadtop').style.left = 'auto';
				document.getElementById('eadtop').style.width = 'auto';
				document.getElementById('eadtop').style.border = 'none';
			}
		}
	}
}



//-->
