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:#FFFFFF; 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( '&nbsp;&nbsp; ...2nd Weigh-ins are Wed Sep 21 from 7-9pm at Bucks on N. Oak Trafficway...&nbsp;&nbsp;' );
//	document.write( '<a href="mailto:linda_wansing@yahoo.com">&nbsp;&nbsp; ...Click for Football Info!...</a>&nbsp;&nbsp;' );
//	document.write( '<a href="mailto:packercheer@gmail.com">&nbsp;&nbsp; ...Click for Cheerleading Info!...</a>&nbsp;&nbsp;' );
	document.write( '<a href="http://www.englewoodpackers.net/htdocs/news/articles/2011-11-09.html">&nbsp;&nbsp; ...Click here for 2011 Packers Championship Trophy Info...</a>&nbsp;&nbsp;' );
	document.write( '<a href="http://www.kansascity.com/2011/10/11/3200954/forever-packers-youth-football.html">&nbsp;&nbsp; ...Click here for Forever Packers Story in the KC Star...</a>&nbsp;&nbsp;' );
	
document.write( '</DIV>' );


document.write( '<script type="text/javascript" src="js/webticker_lib.js" language="javascript"></script>' );



