<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Butler Eagle Online ::Butler County's great daily newspaper::</title>
<meta name="keywords" content="Butler Eagle,butlereagle.com,Butler County,Butler county news,Butler PA,PA,Pennsylvania,local news" />
<meta name="description" content="Butler Eagle Online - Butler County's great daily newspaper. Local news coverage of Butler, PA and the surrounding areas." />
<link href="/stylesheets/main.css" rel="stylesheet" type="text/css" />
<link href="/stylesheets/beTopNav.css" rel="stylesheet" type="text/css" />
<link href="/stylesheets/tabcontent.css" rel="stylesheet" type="text/css"  />
<link href="/stylesheets/layout.css" type="text/css" rel="stylesheet" >
<link  href="/stylesheets/text.css" type="text/css" rel="stylesheet">
<link  href="/stylesheets/events-home.css" type="text/css" rel="stylesheet">

<link rel="shortcut icon" href="http://www.butlereagle.com/favicon.ico">


<!--files for TopArticleSlider-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<link href="/css/TopArticleSlide/screen.css" rel="stylesheet" type="text/css" media="screen" />
<!--<script type="text/javascript" src="/js/TopArticleSlide/jquery.js"></script>--> <!--uses the jQuery 1.4.4 reference above-->
<script type="text/javascript" src="/js/TopArticleSlide/easySlider1.7.js"></script>
<script type="text/javascript" src="/js/jQuery/jquery.lightbox-0.5.js"></script>
<!--end files for TopArticleSlider-->
<script language="javascript" src="AC_RunActiveContent.js"></script>
<script type="text/javascript" src="/javascript/swfobject.js"></script>
<script type="text/javascript" src="/javascript/tabcontent.js"></script>
<script type="text/javascript" src="/javascript/navigation.js"></script>
<script type="text/javascript" src="/js/jquery.li-scroller.1.0.js"></script>
<link rel="stylesheet" href="/css/li-scroller.css" type="text/css" /> 
<script type='text/javascript' src='http://partner.googleadservices.com/gampad/google_service.js'></script>
<script type='text/javascript'>
GS_googleAddAdSenseService("ca-pub-3351708533649643");
GS_googleEnableAllServices();
</script>
<script type='text/javascript'>
GA_googleAddSlot("ca-pub-3351708533649643", "butlereagle-butlereaglecom77_HomePage_ATF_Right_Widget_160x320");
GA_googleAddSlot("ca-pub-3351708533649643", "butlereagle-butlereaglecom77_HomePage_BTF_Left_Widget_280x300");
GA_googleAddSlot("ca-pub-3351708533649643", "butlereagle-butlereaglecom77_WeatherPage_ATF_MainColumn_Window_772x375");
</script>
<script type='text/javascript'>
GA_googleFetchAds();
</script>
<SCRIPT LANGUAGE="JavaScript">
// BOOKMARK SCRIPT
function addbookmark()
{
bookmarkurl="http://www.butlereagle.com"
bookmarktitle="Butler Eagle Online"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//  End -->
</script>
<script type="text/javascript" src="/javascript/navigation.js"></script>
<script language="javascript"">
// Popup images script
function NewWindow(width,height,url) {
window.open(url,"PopUp","menubars=0,scrollbars=1,resizable=1,height="+height+",width="+width);
}
//  End -->
</script>
<!-- 
HostName: S260608AT1VW730<br>
Time used: 1985 ms -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
		<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
		<title>Butler Eagle Online</title>
		<link media="all" rel="stylesheet" href="/stylesheets/main.css" type="text/css" />
		<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="css/lt7.css" media="screen"/><![endif]-->
		<link rel="alternate" type="application/rss+xml" title="Saxotech Online Feed" href="http://www.thecranberryeagle.com/section/rss?mime=xml&omniture=0" >
		<link rel="alternate" type="application/rss+xml" title="Saxotech Online News Feed" href="http://www.thecranberryeagle.com/section/rss?SectionCat=NEWS&mime=xml&omniture=0" >
		<link rel="alternate" type="application/rss+xml" title="Saxotech Online Release Notes Feed" href="http://www.thecranberryeagle.com/section/rss?SectionCat=RNEWS&mime=xml&omniture=0" >
		<link rel="alternate" type="application/rss+xml" title="Saxotech Online Solutions Feed" href="http://www.thecranberryeagle.com/section/rss?SectionCat=SOLUTIONS&mime=xml&omniture=0" >
		<link rel="alternate" type="application/rss+xml" title="Saxotech Online Product Management Feed" href="http://www.thecranberryeagle.com/section/rss?SectionCat=PM&mime=xml&omniture=0" >
		<script type="text/javascript" src="/javascript/UserCommentsV2.js"></script>		
	</head>
<script>
	function validateAddresse(){
		var valid = true;
		var email = document.newsletterform.EMail.value;
		var errors = new Array();
		errors[1] = '.@';
		errors[2] = '..@';
		errors[3] = '@.';
		errors[4] = '@..';
		for(i=1;i<=4;i++){
			if(email.indexOf(errors[i]) != -1){
				valid = false;
			}
		}
		if(email.length == email.indexOf('@')+1){
			valid = false;
		}
		else if(email.indexOf('@') == -1){
			valid = false;
		}
		else if(email.substring(email.indexOf('@'),email.length).indexOf('.') == -1){
			valid = false;
		}
		else if(email.substring(email.length-1).indexOf('.') != -1){
			valid = false;
		}
		if(valid){
			document.newsletterform.action = '/apps/pbcs.dll/savenewsletteruser';
			document.newsletterform.submit();
		}
		else{
			alert("Invalid Email address!");
		}
	}
</script>

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-7028624-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

<script type="text/javascript"> 
$(function(){
	$("ul#ticker01").liScroll();
});
</script>
</head>

<body>
<table width="1066" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="47%" valign="bottom">
            <table width="490" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="18%" class="site1"><a href="http://ads.butlereagle.com/marketplace/index.html" target="_blank">Marketplace</a></td>
                <td width="1%">&nbsp;</td>
                <td width="16%" class="site2"><a href="http://ads.butlereagle.com/MenuGuide/Sept2012/index.html" target="_blank">Menu Guide</a></td>
                <td width="1%">&nbsp;</td>
                <td width="29%" class="site3"><a href="/section/COMPLETEPAGES" target="_blank">Complete Pages</a></td>
                <td width="1%">&nbsp;</td>
                <td width="22%"></td>
                <td width="1%">&nbsp;</td>
                <td width="10%">&nbsp;</td>
              </tr>
            </table>
          </td>
          <td width="53%">
            <table width="100%" border="0" align="right" cellpadding="0" cellspacing="3">
              <tr>
                <td align="right" valign="bottom">
                  <form action="https://home.butlereagle.com/clickshare/cspLogin.do" method="post" name="LoginForm" id="LoginForm" >
                    <!-- When form is on a static page, keep login params from being considered params to pass -->
                    <input type="hidden" name="CSParamsToPassNames" value="CSParamsToPassNames" />
                    <span class="login-text">Username:</span>
                    <input name="userLogin.userName" class="login-text" type="text" value="" size="15" maxlength="255" />
                    <span class="login-text">Password:</span>
                    <input name="userLogin.password" class="login-text" type="password" value="" size="15" maxlength="255" />
                    <input name="submit" type="submit" class="login-text" id="FormsButton1" value="Login" />
                    <span class="subscribe"><a href="https://home.butlereagle.com/clickshare/addAccount.do" target="_blank">Subscribe</a> | <a href="https://home.butlereagle.com/clickshare/myhome.do" target="_blank">Manage</a></span>
                  </form>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td>
      <table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#5276A4">
        <tr>
          <td><A HREF="http://www.butlereagle.com"><img src="/graphics/butlereagle-logo2.gif" alt="butler eagle" border="0" width="318" height="84" /></A></td>
          <td>
<script type="text/javascript">
<!--
if (typeof pid === 'undefined') {
  pid = Math.random() * 100000000000000000;
}
var idn = Math.random() * 100000000000000000;
document.write('<s'+'cr'+'ip'+'t type'+'="text/javascript" src="http://BEads.sx.atl.publicus.com/apps/OAMS.dll/src/be001/LEADER/PM/' + pid + '/-1/-/;idn=' + idn + ';Type=1?"><\/script>');
//-->
</script>
</td>
        </tr>
        <tr>
          <td><span class="date-text">Site last updated: <b>Tuesday,&nbsp;May&nbsp;21,&nbsp;2013</b></span></td>
          <td align="right"><span class="bookmark"><a href="javascript:addbookmark()">Bookmark our site!</a></span></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td>
      
  </tr>
  <tr>
    <td bgcolor="#FFFFFF">&nbsp;</td>
  </tr>
            <TD>
                
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=475 NOF=LY>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD WIDTH=8 HEIGHT=7><IMG SRC="/graphics/clearpixel.gif" WIDTH=8 HEIGHT=1 BORDER=0 ALT=""></TD>
                        <TD></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=450 CLASS="TextObject">
						<b>  <P CLASS="Kicker"><SPAN STYLE="font-family:Arial; font-size: 9pt; color: rgb(59,64,97); text-decoration: none;">NO HOLDING BACK </b></SPAN></P>
                         <b>  <P CLASS="Headline"><A HREF="/article/20130521/NEWS01/705219869/-1/PM"><SPAN STYLE="font-family:Arial; font-size: 9pt; color: rgb(59,64,97); text-decoration: underline;">Rep. Mike Kelly rips into acting IRS commissioner</b><br></SPAN></A></P>
                        </TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD COLSPAN=2 HEIGHT=8></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=450 CLASS="TextObject">
                            
						<P CLASS="Subhead">
						<!-- If there is an image with orientation of L or P then display proper image-->
						
							
							<IMG SRC="/apps/pbcsi.dll/bilde?Site=BE&Date=20130521&Category=NEWS01&ArtNo=705219869&Ref=AR&MaxW=75" VSPACE=0 HSPACE=2 ALIGN="RIGHT" BORDER=0 ALT="">
							
						
						
                        
						
						<P><SPAN STYLE="font-family:Tahoma; font-size: 8pt; color: rgb(100,100,100); text-decoration: none;">WASHINGTON &#8212; U.S. Rep. Mike Kelly for at least one day took front and center in efforts to unwind the ongoing Internal Revenue Service scandal.</SPAN></P><BR>
<SPAN STYLE="font-family:Tahoma; font-size: 8pt; color: rgb(105,104,0); text-decoration: none; font-weight: normal;"></SPAN>
                        
						
						</TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD COLSPAN=2 HEIGHT=1></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD HEIGHT=7></TD>
                        <TD ALIGN=CENTER VALIGN=MIDDLE WIDTH=353><IMG ID="Picture205" HEIGHT=7 WIDTH=353 SRC="/graphics/a_divider_for_stories.jpg" BORDER=0 ALT=""></TD>
                    </TR>
                </TABLE><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=475 NOF=LY>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD WIDTH=8 HEIGHT=7><IMG SRC="/graphics/clearpixel.gif" WIDTH=8 HEIGHT=1 BORDER=0 ALT=""></TD>
                        <TD></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=450 CLASS="TextObject">
						<b>  <P CLASS="Kicker"><SPAN STYLE="font-family:Arial; font-size: 9pt; color: rgb(59,64,97); text-decoration: none;"></b></SPAN></P>
                         <b>  <P CLASS="Headline"><A HREF="/article/20130521/NEWS01/705219877/-1/PM"><SPAN STYLE="font-family:Arial; font-size: 9pt; color: rgb(59,64,97); text-decoration: underline;">3 VFDs launch merger</b><br></SPAN></A></P>
                        </TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD COLSPAN=2 HEIGHT=8></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=450 CLASS="TextObject">
                            
						<P CLASS="Subhead">
						<!-- If there is an image with orientation of L or P then display proper image-->
						
						<SPAN STYLE="font-family:Tahoma;font-weight: normal;
						font-size: 8pt; 
						color: rgb(59,64,97);">--Operations would be joined by Jan. 1</SPAN></P>
                        
						
						<P><SPAN STYLE="font-family:Tahoma; font-size: 8pt; color: rgb(100,100,100); text-decoration: none;">BUTLER TWP &#8212; Three of the township&#8217;s five volunteer fire departments plan to consolidate: Meridian, Lyndora and Greenwood Village.</SPAN></P><BR>
<SPAN STYLE="font-family:Tahoma; font-size: 8pt; color: rgb(105,104,0); text-decoration: none; font-weight: normal;"></SPAN>
                        
						
						</TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD COLSPAN=2 HEIGHT=1></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD HEIGHT=7></TD>
                        <TD ALIGN=CENTER VALIGN=MIDDLE WIDTH=353><IMG ID="Picture205" HEIGHT=7 WIDTH=353 SRC="/graphics/a_divider_for_stories.jpg" BORDER=0 ALT=""></TD>
                    </TR>
                </TABLE><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=475 NOF=LY>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD WIDTH=8 HEIGHT=7><IMG SRC="/graphics/clearpixel.gif" WIDTH=8 HEIGHT=1 BORDER=0 ALT=""></TD>
                        <TD></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=450 CLASS="TextObject">
						<b>  <P CLASS="Kicker"><SPAN STYLE="font-family:Arial; font-size: 9pt; color: rgb(59,64,97); text-decoration: none;"></b></SPAN></P>
                         <b>  <P CLASS="Headline"><A HREF="/article/20130521/NEWS01/705219873/-1/PM"><SPAN STYLE="font-family:Arial; font-size: 9pt; color: rgb(59,64,97); text-decoration: underline;">Butler board OKs budget, 2-mill hike</b><br></SPAN></A></P>
                        </TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD COLSPAN=2 HEIGHT=8></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=450 CLASS="TextObject">
                            
						<P CLASS="Subhead">
						<!-- If there is an image with orientation of L or P then display proper image-->
						
						
                        
						
						<P><SPAN STYLE="font-family:Tahoma; font-size: 8pt; color: rgb(100,100,100); text-decoration: none;">BUTLER TWP &#8212; The Butler School Board approved the district&#8217;s preliminary 2013-14 $94 million budget Monday with a two-mill tax increase.</SPAN></P><BR>
<SPAN STYLE="font-family:Tahoma; font-size: 8pt; color: rgb(105,104,0); text-decoration: none; font-weight: normal;"></SPAN>
                        
						
						</TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD COLSPAN=2 HEIGHT=1></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD HEIGHT=7></TD>
                        <TD ALIGN=CENTER VALIGN=MIDDLE WIDTH=353><IMG ID="Picture205" HEIGHT=7 WIDTH=353 SRC="/graphics/a_divider_for_stories.jpg" BORDER=0 ALT=""></TD>
                    </TR>
                </TABLE><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=475 NOF=LY>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD WIDTH=8 HEIGHT=7><IMG SRC="/graphics/clearpixel.gif" WIDTH=8 HEIGHT=1 BORDER=0 ALT=""></TD>
                        <TD></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=450 CLASS="TextObject">
						<b>  <P CLASS="Kicker"><SPAN STYLE="font-family:Arial; font-size: 9pt; color: rgb(59,64,97); text-decoration: none;"></b></SPAN></P>
                         <b>  <P CLASS="Headline"><A HREF="/article/20130521/NEWS01/705219879/-1/PM"><SPAN STYLE="font-family:Arial; font-size: 9pt; color: rgb(59,64,97); text-decoration: underline;">Vote set on county jury posts</b><br></SPAN></A></P>
                        </TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD COLSPAN=2 HEIGHT=8></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=450 CLASS="TextObject">
                            
						<P CLASS="Subhead">
						<!-- If there is an image with orientation of L or P then display proper image-->
						
						<SPAN STYLE="font-family:Tahoma;font-weight: normal;
						font-size: 8pt; 
						color: rgb(59,64,97);">--Officials are split on abolishing jobs</SPAN></P>
                        
						
						<P><SPAN STYLE="font-family:Tahoma; font-size: 8pt; color: rgb(100,100,100); text-decoration: none;">The fate of the Butler County jury commissioners will be decided Thursday.</SPAN></P><BR>
<SPAN STYLE="font-family:Tahoma; font-size: 8pt; color: rgb(105,104,0); text-decoration: none; font-weight: normal;"></SPAN>
                        
						
						</TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD COLSPAN=2 HEIGHT=1></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD HEIGHT=7></TD>
                        <TD ALIGN=CENTER VALIGN=MIDDLE WIDTH=353><IMG ID="Picture205" HEIGHT=7 WIDTH=353 SRC="/graphics/a_divider_for_stories.jpg" BORDER=0 ALT=""></TD>
                    </TR>
                </TABLE><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=475 NOF=LY>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD WIDTH=8 HEIGHT=7><IMG SRC="/graphics/clearpixel.gif" WIDTH=8 HEIGHT=1 BORDER=0 ALT=""></TD>
                        <TD></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=450 CLASS="TextObject">
						<b>  <P CLASS="Kicker"><SPAN STYLE="font-family:Arial; font-size: 9pt; color: rgb(59,64,97); text-decoration: none;"></b></SPAN></P>
                         <b>  <P CLASS="Headline"><A HREF="/article/20130521/NEWS01/705219903/-1/PM"><SPAN STYLE="font-family:Arial; font-size: 9pt; color: rgb(59,64,97); text-decoration: underline;">Early morning vote</b><br></SPAN></A></P>
                        </TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD COLSPAN=2 HEIGHT=8></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD></TD>
                        <TD WIDTH=450 CLASS="TextObject">
                            
						<P CLASS="Subhead">
						<!-- If there is an image with orientation of L or P then display proper image-->
						
							
							<IMG SRC="/apps/pbcsi.dll/bilde?Site=BE&Date=20130521&Category=NEWS01&ArtNo=705219903&Ref=AR&MaxW=100" VSPACE=0 HSPACE=2 ALIGN="RIGHT" BORDER=0 ALT="">
							
						
						
                        
						
						<P><SPAN STYLE="font-family:Tahoma; font-size: 8pt; color: rgb(100,100,100); text-decoration: none;">Don Crawford votes today as the polls open at the Saxonburg Municipal Building. Polls will remain open until 8 p.m. For information about voting in today's primary, contact the Butler County Bureau of Elections at 724-284-5308 or 724-284-5309.</SPAN></P><BR>
<SPAN STYLE="font-family:Tahoma; font-size: 8pt; color: rgb(105,104,0); text-decoration: none; font-weight: normal;"></SPAN>
                        
						
						</TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD COLSPAN=2 HEIGHT=1></TD>
                    </TR>
                    <TR VALIGN=TOP ALIGN=LEFT>
                        <TD HEIGHT=7></TD>
                        <TD ALIGN=CENTER VALIGN=MIDDLE WIDTH=353><IMG ID="Picture205" HEIGHT=7 WIDTH=353 SRC="/graphics/a_divider_for_stories.jpg" BORDER=0 ALT=""></TD>
                    </TR>
                </TABLE>



                
				
	                   <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
                        <TR VALIGN=TOP ALIGN=LEFT>
                            <TD WIDTH=8 HEIGHT=7></TD>
                            <TD></TD>
                        </TR>
                        <TR VALIGN=TOP ALIGN=LEFT>
                            <TD></TD>
                            <TD WIDTH=363>
                                <TABLE ID="Table15" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
                                    <TR>
                                        <TD WIDTH=363 STYLE="background-color: rgb(29,29,102);" HEIGHT=15>
                                            <P><B><SPAN STYLE="font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; font-size: xx-small; color: rgb(255,255,255);">&nbsp;TODAY'S LOCAL HEADLINES</SPAN></B></P>
                                        </TD>
                                    </TR>
                                    <TR>
                                        <TD WIDTH=363 STYLE="background-color: rgb(239,239,227); border-left:1pt solid silver;border-right:1pt solid silver;border-bottom:1pt solid silver;">
                                            <P>
ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!ERROR: Object template NewsItem is missing!


</P>
                                        </TD>
                                    </TR>
                                </TABLE>
                            </TD>
                        </TR>
                    </TABLE>
                    <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=378 NOF=LY>
                        <TR VALIGN=TOP ALIGN=LEFT>
                            <TD>
                                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
                                    <TR VALIGN=TOP ALIGN=LEFT>
                                        <TD WIDTH=9 HEIGHT=7><IMG SRC="file:///C:/Web Site/0219/Preview/Autogen/clearpixel.gif" WIDTH=9 HEIGHT=1 BORDER=0 ALT=""></TD>
                                        <TD></TD>
                                    </TR>
                                    <TR VALIGN=TOP ALIGN=LEFT>
                                        <TD></TD>
                                        <TD WIDTH=160>
                                            <TABLE ID="Table19" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
                                                <TR>
                                                    <TD WIDTH=160 HEIGHT=15>
                                                        <P><B><SPAN STYLE="font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; font-size: xx-small;">&nbsp;SPOTLIGHT</SPAN></B></P>
                                                    </TD>
                                                </TR>
                                                <TR>
                                                     <TD WIDTH=160 STYLE="background-color: rgb(255,255,255); border-top:1pt solid rgb(42,95,170);">
                                                         <P>



</P>
                                                    </TD>
                                                </TR>
                                            </TABLE>
                                        </TD>
                                    </TR>
                                </TABLE>
                            </TD>
                            <TD>
                                <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 NOF=LY>
                                    <TR VALIGN=TOP ALIGN=LEFT>
                                        <TD WIDTH=1 HEIGHT=7><IMG SRC="file:///C:/Web Site/0219/Preview/Autogen/clearpixel.gif" WIDTH=2 HEIGHT=1 BORDER=0 ALT=""></TD>
                                        <TD></TD>
                                    </TR>
                                    <TR VALIGN=TOP ALIGN=LEFT>
                                        <TD></TD>
                                        <TD WIDTH=199>
                                            <TABLE ID="Table18" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
                                                <TR>
                                                    <TD WIDTH=199 HEIGHT=15>
                                                        <P><B><SPAN STYLE="font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; font-size: xx-small;">&nbsp;WEATHER</SPAN></B></P>
                                                    </TD>
                                                </TR>
                                                <TR>
                                                    <TD WIDTH=199>
                                                        <P>
                                                            <TABLE WIDTH=191 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=LEFT NOF=TE>
                                                                <TR>
                                                                    <TD CLASS="TextObject"><a href="http://wwwa.accuweather.com/adcbin/public/local_index.asp?zipcode=16001&partner=butlereagle">
<img src="http://wxport.accuweather.com/wxpost/graphic.aspx?zipcode=16001&type=61&partner=butlereagle" border="0" height="73" 
width="232" alt="WXPort">
</a></nobr> 

                                                                        <P>&nbsp;</P>
                                                                    </TD>
                                                                </TR>
                                                            </TABLE>
                                                            &nbsp;</P>
                                                    </TD>
                                                </TR>
                                            </TABLE>
                                        </TD>
                                    </TR>
                                </TABLE>
                            </TD>
                        </TR>
                    </TABLE>
