document.write( '<style>' );
    document.write( '#TICKER{ height:20px; background-color:#001100; border-top: 1px solid #555555; border-bottom: 1px solid #555555; }' );
    document.write( '#TICKER A{ vertical-align:middle; color:#999999; font-weight:bold; }' );
    document.write( '#TICKER A:hover{ text-decoration:none; color:#FFFFFF; }' );
document.write( '</style>' );

document.write( '<DIV ID="TICKER" STYLE="overflow:hidden; width:502px" onmouseover="TICKER_PAUSED=true" onmouseout="TICKER_PAUSED=false">' );
//	document.write( '<a href="">&nbsp;&nbsp; ...Come cheer for the 7th/8th Grade Packers in the playoffs this Saturday, 10/24, at 10am at the NKC High School Field...</a>&nbsp;&nbsp; |' );
	document.write( '<a href="http://www.englewoodpackers.net/htdocs/news/articles/20100509001.html">&nbsp;&nbsp; ...Click here for Packers Football and Cheerleading Signup Information...</a>&nbsp;&nbsp;' );
	
document.write( '</DIV>' );

document.write( '<script type="text/javascript" src="js/webticker_lib.js" language="javascript"></script>' );


