<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.chetedwards.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Chet Edwards For Congress - McLennan County</title>
 <link>http://www.chetedwards.com/taxonomy/term/18/0</link>
 <description>McLennan County</description>
 <language>en</language>
<item>
 <title>Working Hard for Waco &amp; McLennan County</title>
 <link>http://www.chetedwards.com/node/86</link>
 <description>&lt;p&gt;&lt;img src=&quot;/images/mclennan.jpg&quot; width=&quot;220&quot; height=&quot;216&quot; align=&quot;left&quot;&gt;&lt;font size=&quot;2&quot; color=&quot;#990000&quot;&gt;&lt;b&gt;Working Hard for Waco &amp;amp; McLennan County&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Chet Edwards has worked hard for McLennan County and his hometown of Waco, using his seniority and seat on the House Appropriations Committee to bring some of our tax dollars back home.&lt;/p&gt;
&lt;p&gt;Since the November 2004 election, Chet has secured $44 million in investments over Administration budget requests for defense jobs, better roads, protecting the Waco VA Hospital, cleaning up Lake Waco and other key priorities for McLennan County.&lt;br /&gt;
  &lt;br clear=&quot;left&quot;&gt;&lt;br /&gt;
&lt;!--break--&gt;&lt;/p&gt;
</description>
 <comments>http://www.chetedwards.com/node/86#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/18">McLennan County</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/37">Waco</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/55">Waco VA Hospital</category>
 <pubDate>Wed, 30 May 2007 22:51:11 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">86 at http://www.chetedwards.com</guid>
</item>
<item>
 <title>Chet and his family at the Westfest Parade.</title>
 <link>http://www.chetedwards.com/node/188</link>
 <description>&lt;br /&gt;
&lt;script language=&quot;JavaScript&quot;&gt;
&lt;!--
function JustSoPicWindow(imageName,imageWidth,imageHeight,alt,bgcolor,hugger,hugMargin) {
// by E Michael Brandt of ValleyWebDesigns.com - Please leave these comments intact.
// version 3.0.4  

	if (bgcolor==&quot;&quot;) {
		bgcolor=&quot;#FFFFFF&quot;;
	}
	var adj=10
	var w = screen.width;
	var h = screen.height;
	var byFactor=1;

	if(w&lt;740){
	  var lift=0.90;
	}
	if(w&gt;=740 &amp; w&lt;835){
	  var lift=0.91;
	}
	if(w&gt;=835){
	  var lift=0.93;
	}
	if (imageWidth&gt;w){	
	  byFactor = w / imageWidth;			
	  imageWidth = w;
	  imageHeight = imageHeight * byFactor;
	}
	if (imageHeight&gt;h-adj){
	  byFactor = h / imageHeight;
	  imageWidth = (imageWidth * byFactor);
	  imageHeight = h; 
	}
	   
	var scrWidth = w-adj;
	var scrHeight = (h*lift)-adj;

	if (imageHeight&gt;scrHeight){
  	  imageHeight=imageHeight*lift;
	  imageWidth=imageWidth*lift;
	}

	var posLeft=0;
	var posTop=0;

	if (hugger == &quot;hug image&quot;){
	  if (hugMargin == &quot;&quot;){
	    hugMargin = 0;
	  }
	  var scrHeightTemp = imageHeight - 0 + 2*hugMargin;
	  if (scrHeightTemp &lt; scrHeight) {
		scrHeight = scrHeightTemp;
	  } 
	  var scrWidthTemp = imageWidth - 0 + 2*hugMargin;
	  if (scrWidthTemp &lt; scrWidth) {
		scrWidth = scrWidthTemp;
	  }
	  
	  if (scrHeight&lt;100){scrHeight=100;}
	  if (scrWidth&lt;100){scrWidth=100;}

	  posTop =  ((h-(scrHeight/lift)-adj)/2);
	  posLeft = ((w-(scrWidth)-adj)/2);
 	}

	if (imageHeight &gt; (h*lift)-adj || imageWidth &gt; w-adj){
		imageHeight=imageHeight-adj;
		imageWidth=imageWidth-adj;
	}
	posTop = parseInt(posTop);
	posLeft = parseInt(posLeft);		
	scrWidth = parseInt(scrWidth); 
	scrHeight = parseInt(scrHeight);
	
	var agt=navigator.userAgent.toLowerCase();
	if (agt.indexOf(&quot;opera&quot;) != -1){
	  var args= new Array();
	  args[0]=&#039;parent&#039;;
	  args[1]=imageName;
	  var i ; document.MM_returnValue = false;
	  for (i=0; i&lt;(args.length-1); i+=2) eval(args[i]+&quot;.location=&#039;&quot;+args[i+1]+&quot;&#039;&quot;);
	} else {
	newWindow = window.open(&quot;vwd_justso.htm&quot;,&quot;newWindow&quot;,&quot;width=&quot;+scrWidth+&quot;,height=&quot;+scrHeight+&quot;,left=&quot;+posLeft+&quot;,top=&quot;+posTop);
	newWindow.document.open();
	newWindow.document.write(&#039;&lt;html&gt;&lt;title&gt;&#039;+alt+&#039;&lt;/title&gt;&lt;body leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; bgcolor=&#039;+bgcolor+&#039; onBlur=&quot;self.close()&quot; onClick=&quot;self.close()&quot;&gt;&#039;);  
	newWindow.document.write(&#039;&lt;table width=&#039;+imageWidth+&#039; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;center&quot; height=&#039;+scrHeight+&#039; &gt;&lt;tr&gt;&lt;td&gt;&#039;);
	newWindow.document.write(&#039;&lt;img src=&quot;&#039;+imageName+&#039;&quot; width=&#039;+imageWidth+&#039; height=&#039;+imageHeight+&#039; alt=&quot;Click screen to close&quot; &gt;&#039;); 
	newWindow.document.write(&#039;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;&#039;);
	newWindow.document.close();
	newWindow.focus();
	}
}
//--&gt;
&lt;/script&gt;&lt;p&gt;
&lt;font size=&quot;2&quot; color=&quot;#003399&quot;&gt;&lt;b&gt; This was Chet&amp;#146;s 25th Westfest parade!&lt;br /&gt;
&lt;/b&gt;&lt;/font&gt;&lt;br /&gt;
&lt;font color=&quot;#5B3D23&quot; size=&quot;1&quot;&gt;September 2, 2006&lt;/font&gt; &lt;/p&gt;
&lt;script language=&quot;JavaScript&quot; src=&quot;/page_scripts/standard.js&quot;&gt;&lt;/script&gt;&lt;table width=&quot;96%&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; bgcolor=&quot;#000000&quot; align=&quot;center&quot;&gt;
&lt;tr bgcolor=&quot;#FFFFFF&quot;&gt;
&lt;td colspan=&quot;3&quot; align=&quot;center&quot;&gt;&lt;font size=&quot;1&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; color=&quot;#000000&quot;&gt;Click on an image to enlarge&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;3&quot; bgcolor=&quot;#383B47&quot; align=&quot;center&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot; align=&quot;center&quot;&gt;&lt;a href=&quot;javascript:;&quot; onClick=&quot;JustSoPicWindow(&#039;/images/edwardsincar.jpg&#039;,&#039;800&#039;,&#039;600&#039;,&#039;* * Click screen to close * *&#039;,&#039;#333399&#039;,&#039;hug image&#039;,&#039;10&#039;);return document.MM_returnValue&quot;&gt;&lt;img src=&quot;/images/edwardsincar_s.jpg&quot; width=&quot;143&quot; height=&quot;107&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot; align=&quot;center&quot;&gt;&lt;a href=&quot;javascript:;&quot; onClick=&quot;JustSoPicWindow(&#039;/images/shakinghands.jpg&#039;,&#039;600&#039;,&#039;569&#039;,&#039;* * Click screen to close * *&#039;,&#039;#333399&#039;,&#039;hug image&#039;,&#039;10&#039;);return document.MM_returnValue&quot;&gt;&lt;img src=&quot;/images/shakinghands_s.jpg&quot; width=&quot;143&quot; height=&quot;107&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot; align=&quot;center&quot;&gt;&lt;a href=&quot;javascript:;&quot; onClick=&quot;JustSoPicWindow(&#039;/images/chetfans.jpg&#039;,&#039;800&#039;,&#039;600&#039;,&#039;* * Click screen to close * *&#039;,&#039;#333399&#039;,&#039;hug image&#039;,&#039;10&#039;);return document.MM_returnValue&quot;&gt;&lt;img src=&quot;/images/chetfans_s.jpg&quot; width=&quot;143&quot; height=&quot;107&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr valign=&quot;top&quot; bgcolor=&quot;#FFFFFF&quot;&gt;
&lt;td align=&quot;center&quot;&gt;
&lt;p style=&quot;text-align: center; font-size: 10px; color: #333333; line-height: 1.3em;&quot;&gt;Chet, Lea Ann and their two sons riding in the annual Westfest Parade on Saturday, Sept. 2nd&lt;/font&gt;&lt;/td&gt;
&lt;td align=&quot;center&quot;&gt;
&lt;p style=&quot;text-align: center; font-size: 10px; color: #333333; line-height: 1.3em;&quot;&gt;Chet meeting with local residents.&lt;/font&gt;&lt;/td&gt;
&lt;td align=&quot;center&quot;&gt;
&lt;p style=&quot;text-align: center; font-size: 10px; color: #333333; line-height: 1.3em;&quot;&gt;Onlookers waved Chet fans all along the parade route.&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot; align=&quot;center&quot;&gt;&lt;a href=&quot;javascript:;&quot; onClick=&quot;JustSoPicWindow(&#039;/images/chetdog.jpg&#039;,&#039;564&#039;,&#039;600&#039;,&#039;* * Click screen to close * *&#039;,&#039;#333399&#039;,&#039;hug image&#039;,&#039;10&#039;);return document.MM_returnValue&quot;&gt;&lt;img src=&quot;/images/chetdog_s.jpg&quot; width=&quot;143&quot; height=&quot;107&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot; align=&quot;center&quot;&gt;&lt;a href=&quot;javascript:;&quot; onClick=&quot;JustSoPicWindow(&#039;/images/laughing.jpg&#039;,&#039;548&#039;,&#039;600&#039;,&#039;* * Click screen to close * *&#039;,&#039;#333399&#039;,&#039;hug image&#039;,&#039;10&#039;);return document.MM_returnValue&quot;&gt;&lt;img src=&quot;/images/laughing_s.jpg&quot; width=&quot;143&quot; height=&quot;107&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot; valign=&quot;top&quot;&gt;&amp;nbsp; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;3&quot; bgcolor=&quot;#383B47&quot; align=&quot;center&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;&lt;!--break--&gt;&lt;br /&gt;
&lt;br clear=&quot;left&quot;&gt;&lt;/p&gt;
</description>
 <comments>http://www.chetedwards.com/node/188#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/18">McLennan County</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/8">Media Center</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/64">On the Campaign Trail</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/63">Photo Galleries</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/68">What&#039;s New</category>
 <pubDate>Thu, 07 Sep 2006 21:11:52 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">188 at http://www.chetedwards.com</guid>
</item>
<item>
 <title>Working Hard for Waco &amp; McLennan County I</title>
 <link>http://www.chetedwards.com/node/110</link>
 <description>&lt;p&gt;&lt;font size=&quot;2&quot; color=&quot;#990000&quot;&gt;&lt;b&gt;Working Hard for Waco &amp;amp; McLennan County I&lt;/b&gt;&lt;/font&gt;&lt;br /&gt;
&lt;b&gt;Fighting to Save the Waco VA Hospital&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; Chet secured $3 million for PTSD research in 2005 that will involve the Waco VA, Baylor University and Fort Hood. &lt;/li&gt;
&lt;p&gt;&lt;br&gt;
&lt;li&gt; Chet worked with Senator Hutchison to declare the Waco VA a Center of Excellence for Mental Health and Post Traumatic Stress Disorder (PTSD)&lt;/li&gt;
&lt;p&gt; &lt;img src=&quot;/images/VAHosp.jpg&quot; width=&quot;450&quot; height=&quot;241&quot; alt=&quot;Waco VA Hospital&quot;&gt;  &lt;br&gt;
&lt;li&gt; Chet worked with Senator Hutchison to pass legislation prohibiting the VA from reducing the mission of any of the facilities under study by the CARES Commission.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;      &lt;!--break--&gt;&lt;br /&gt;
 &lt;br&gt;&lt;b&gt; Strengthening our National Security and Protecting Jobs at Home&lt;/b&gt;&lt;/p&gt;
&lt;p&gt; &lt;br&gt;
&lt;ul&gt;
&lt;li&gt; Chet secured $21.6 million for Waco&#039;s L-3 for work on key defense and homeland security projects, including $16 million for refurbishing the P-3 aircraft, which is an important tool for border patrol and drug interdiction efforts, $4.1 million for upgrades to the E-6B aircraft and $1.5 million to upgrade communications systems on the Navy&#039;s Special Projects Aircraft. &lt;/li&gt;
&lt;p&gt; &lt;br&gt;
&lt;li&gt; Chet secured $1.3 million for McDowell Research Corporation for work on advanced fuel cell technology. &lt;/li&gt;
&lt;p&gt; &lt;br&gt;
&lt;li&gt; Chet secured $1 million for ACT I, to improve detection of biological and chemical contaminants in our troops&#039; drinking water supplies. &lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://www.chetedwards.com/node/110#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/18">McLennan County</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/37">Waco</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/55">Waco VA Hospital</category>
 <pubDate>Fri, 02 Jun 2006 09:49:47 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">110 at http://www.chetedwards.com</guid>
</item>
<item>
 <title>Working Hard for Waco &amp; McLennan County II</title>
 <link>http://www.chetedwards.com/node/89</link>
 <description>&lt;p&gt;&lt;font size=&quot;2&quot; color=&quot;#990000&quot;&gt;&lt;b&gt;Working Hard for Waco &amp;amp; McLennan County II&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt; Economic Development through Better and Safer Roads&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;UL&gt;
&lt;li&gt; Chet secured $2.4 million to expand Ritchie Road from Hewitt Drive (FM 1695) to US 84 in Waco. These funds will construct a four lane urban roadway, along with reconstructing a bridge over the railroad on Ritchie Road. The expansion of Ritchie Road will serve a rapidly growing residential area and aid in relieving increasing traffic congestion along Hewitt Drive while improving safety in the area.&lt;/li&gt;
&lt;p&gt; &lt;br&gt;
&lt;li&gt; Chet secured $1.6 million to widen FM 1637 from FM 3051 (Waco) to FM 185 (China Spring). This project will widen the four lane urban divided roadway on FM 1637 to serve the rapidly growing residential and retail development by enhancing safety, increasing mobility, and relieving congestion. &lt;/li&gt;
&lt;p&gt; &lt;br&gt;
&lt;li&gt; Chet secured $1.6 million to construct Loop 574 from BU77 to I-35 in McLennan County. The funds will construct the last segment of a four lane roadway necessary to create Business Highway 6 which will provide improved access from southeastern McLennan County to Downtown Waco, Cameron Park and Zoo, Waco Regional Airport, and the southeastern portion of the Brazos River corridor.&lt;/li&gt;
&lt;p&gt; &lt;br&gt;
&lt;li&gt; Chet secured $4 million for the City of Waco to replace aging transit vehicles. Due to increases in ridership over the last six years, the current buses will not meet the demand for the services they provide. These funds will go to replace 13 buses and purchase five additional new buses. The funds replace aging transit vehicles with alternative fuel buses the city will be better prepared to meet state and federal clean air requirements. &lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://www.chetedwards.com/node/89#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/18">McLennan County</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/37">Waco</category>
 <pubDate>Tue, 30 May 2006 16:35:53 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">89 at http://www.chetedwards.com</guid>
</item>
<item>
 <title>Chet on the Radio: For Waco and McLennan County</title>
 <link>http://www.chetedwards.com/node/241</link>
 <description>&lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot; width=&quot;81%&quot;&gt;
&lt;p style=&quot;text-align: left; font-size: 12px; color: #003399; line-height: 1.5em;  font-weight: bold; margin: 20px 10px 20px;&quot;&gt;Who’s making a difference for us?  Chet Edwards&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;1&quot;&gt;&lt;b&gt;&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0&quot; width=&quot;290&quot; height=&quot;66&quot;&gt;&lt;br /&gt;
        &lt;!--flashaudiokit--&gt;&lt;/p&gt;
&lt;param name=&quot;movie&quot; value=&quot;/flashaudiokit/mp3player.swf&quot; /&gt;
&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
&lt;param name=&quot;wmode&quot; value=&quot;window&quot; /&gt;
&lt;param name=&quot;bgcolor&quot; value=&quot;#0066CC&quot; /&gt;
&lt;param name=&quot;flashvars&quot; value=&quot;config=%3Cmp3player%20version=%221%22%3E%3Cmusic%20lcid=%221162318272415%22%20url=%22/audio/Strength.mp3%22%20urlencoded=%22false%22%20volume=%2275%22%20loop=%22false%22%20usecache=%22false%22%20buffer=%224%22%20autoplay=%22false%22%20/%3E%3Clayout%20id=%22custom%22%3E%3Citem%20id=%22playbar%22%20x=%2210%22%20y=%2210%22%20/%3E%3Citem%20id=%22playbutton%22%20x=%2210%22%20y=%2235%22%20/%3E%3Citem%20id=%22volumecontrol%22%20x=%22180%22%20y=%2238%22%20/%3E%3C/layout%3E%3Cstyles%3E%3CBackground%20backgroundColor=%22#0066CC%22%20useBevel=%22true%22%20bevelAlpha=%2250%22%20transparent=%22false%22%20/%3E%3CButton%20themeColor=%22#0066CC%22%20useCustom=%22false%22%20customPlayPauseURL=%22%22%20customStopURL=%22%22%20/%3E%3CControlIcons%20backgroundColor=%22#6F7777%22%20/%3E%3CLoadBar%20backgroundColor=%22#FFFFFF%22%20borderColor=%22#C4CCCC%22%20fillColor=%22#0099FF%22%20/%3E%3CPlayBar%20backgroundColor=%22#F7F7F7%22%20outerBorderColor=%22#666666%22%20innerBorderColor=%22#C4CCCC%22%20fillColor=%22#0099FF%22%20fontSize=%228%22%20color=%22#000000%22%20streamingText=%22STREAMING%22%20pausedText=%22PAUSED%22%20width=%22270%22%20/%3E%3CSliderThumbs%20backgroundColorOff=%22#6F7777%22%20backgroundColorOn=%22#0066CC%22%20/%3E%3CUIBorder%20borderColor=%22#003366%22%20borderWidth=%221%22%20/%3E%3CVolumeControl%20themeColorOff=%22#FFFFFF%22%20themeColorOn=%22#0066CC%22%20/%3E%3C/styles%3E%3C/mp3player%3E&quot; /&gt;
&lt;param name=&quot;LOOP&quot; value=&quot;false&quot;&gt;
&lt;param name=&quot;PLAY&quot; value=&quot;false&quot;&gt;
        &lt;embed src=&quot;/flashaudiokit/mp3player.swf&quot; width=&quot;290&quot; height=&quot;66&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;window&quot; flashvars=&quot;config=%3Cmp3player%20version=%221%22%3E%3Cmusic%20lcid=%221162318272415%22%20url=%22/audio/Strength.mp3%22%20urlencoded=%22false%22%20volume=%2275%22%20loop=%22false%22%20usecache=%22false%22%20buffer=%224%22%20autoplay=%22false%22%20/%3E%3Clayout%20id=%22custom%22%3E%3Citem%20id=%22playbar%22%20x=%2210%22%20y=%2210%22%20/%3E%3Citem%20id=%22playbutton%22%20x=%2210%22%20y=%2235%22%20/%3E%3Citem%20id=%22volumecontrol%22%20x=%22180%22%20y=%2238%22%20/%3E%3C/layout%3E%3Cstyles%3E%3CBackground%20backgroundColor=%22#0066CC%22%20useBevel=%22true%22%20bevelAlpha=%2250%22%20transparent=%22false%22%20/%3E%3CButton%20themeColor=%22#0066CC%22%20useCustom=%22false%22%20customPlayPauseURL=%22%22%20customStopURL=%22%22%20/%3E%3CControlIcons%20backgroundColor=%22#6F7777%22%20/%3E%3CLoadBar%20backgroundColor=%22#FFFFFF%22%20borderColor=%22#C4CCCC%22%20fillColor=%22#0099FF%22%20/%3E%3CPlayBar%20backgroundColor=%22#F7F7F7%22%20outerBorderColor=%22#666666%22%20innerBorderColor=%22#C4CCCC%22%20fillColor=%22#0099FF%22%20fontSize=%228%22%20color=%22#000000%22%20streamingText=%22STREAMING%22%20pausedText=%22PAUSED%22%20width=%22270%22%20/%3E%3CSliderThumbs%20backgroundColorOff=%22#6F7777%22%20backgroundColorOn=%22#0066CC%22%20/%3E%3CUIBorder%20borderColor=%22#003366%22%20borderWidth=%221%22%20/%3E%3CVolumeControl%20themeColorOff=%22#FFFFFF%22%20themeColorOn=%22#0066CC%22%20/%3E%3C/styles%3E%3C/mp3player%3E&quot; bgcolor=&quot;#0066CC&quot; loop=&quot;false&quot; play=&quot;false&quot;&gt;&lt;/embed&gt;&lt;br /&gt;
      &lt;/object&gt;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;&lt;br /&gt;
     &lt;font size=&quot;1&quot;&gt;&lt;b&gt; Click the &quot;play&quot; button&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td align=&quot;right&quot; width=&quot;19%&quot;&gt;&lt;img src=&quot;/images/chetradio.jpg&quot; width=&quot;120&quot; height=&quot;160&quot;&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;&lt;b&gt;Who’s making a difference for us?  Think about this.  &lt;/b&gt;&lt;br /&gt;
&lt;!--break--&gt;&lt;br /&gt;
It’s Chet Edwards who’s stood up to bureaucrats in Washington, and is leading the fight to keep the Waco VA hospital open.  Chet Edwards made a promise to honor our nation’s veterans, and he’s keeping that promise, no matter what.  &lt;/p&gt;
&lt;p&gt;And Chet Edwards is fighting to strengthen Fort Hood to defend our nation, and to clean up Lake Waco for our families.  And while others talk about homeland security, Chet Edwards is doing something about it.  &lt;/p&gt;
&lt;p&gt;Chet Edwards won the fight to build border surveillance aircraft at L-3 in Waco, protecting our local jobs, and securing our borders from drug traffickers and terrorists. &lt;/p&gt;
&lt;p&gt; McLennan County is home to Chet Edwards.  Chet Edward’s roots here run deep.  He’s one of us.  He knows what counts, and what he’s fighting for.  And that&#039;s exactly why those of us in Chet Edwards for Congress, are proud, to have paid for this message.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Congressman Edwards:&lt;/b&gt; This is Chet Edwards, running for Congress, and I approve this message.&lt;/p&gt;
</description>
 <comments>http://www.chetedwards.com/node/241#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/18">McLennan County</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/8">Media Center</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/75">Radioclips</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/37">Waco</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/55">Waco VA Hospital</category>
 <pubDate>Tue, 31 Oct 2006 22:29:53 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">241 at http://www.chetedwards.com</guid>
</item>
<item>
 <title>5/6/06 -  Chet Edwards attends Cinco de Mayo @ Mission Waco</title>
 <link>http://www.chetedwards.com/node/117</link>
 <description>&lt;p&gt;&lt;font color=&quot;#003399&quot; size=&quot;2&quot;&gt;&lt;b&gt;May 5, 2006: Chet Edwards attends Cinco de Mayo @ Mission Waco&lt;/b&gt;&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;On May 5, 2006, Congressman Edwards celebrated Cinco de Mayo with Mission Waco with dancing, food and music.&lt;/p&gt;
&lt;script language=&quot;JavaScript&quot;&gt;
&lt;!--
function JustSoPicWindow(imageName,imageWidth,imageHeight,alt,bgcolor,hugger,hugMargin) {
// by E Michael Brandt of ValleyWebDesigns.com - Please leave these comments intact.
// version 3.0.4  

	if (bgcolor==&quot;&quot;) {
		bgcolor=&quot;#FFFFFF&quot;;
	}
	var adj=10
	var w = screen.width;
	var h = screen.height;
	var byFactor=1;

	if(w&lt;740){
	  var lift=0.90;
	}
	if(w&gt;=740 &amp; w&lt;835){
	  var lift=0.91;
	}
	if(w&gt;=835){
	  var lift=0.93;
	}
	if (imageWidth&gt;w){	
	  byFactor = w / imageWidth;			
	  imageWidth = w;
	  imageHeight = imageHeight * byFactor;
	}
	if (imageHeight&gt;h-adj){
	  byFactor = h / imageHeight;
	  imageWidth = (imageWidth * byFactor);
	  imageHeight = h; 
	}
	   
	var scrWidth = w-adj;
	var scrHeight = (h*lift)-adj;

	if (imageHeight&gt;scrHeight){
  	  imageHeight=imageHeight*lift;
	  imageWidth=imageWidth*lift;
	}

	var posLeft=0;
	var posTop=0;

	if (hugger == &quot;hug image&quot;){
	  if (hugMargin == &quot;&quot;){
	    hugMargin = 0;
	  }
	  var scrHeightTemp = imageHeight - 0 + 2*hugMargin;
	  if (scrHeightTemp &lt; scrHeight) {
		scrHeight = scrHeightTemp;
	  } 
	  var scrWidthTemp = imageWidth - 0 + 2*hugMargin;
	  if (scrWidthTemp &lt; scrWidth) {
		scrWidth = scrWidthTemp;
	  }
	  
	  if (scrHeight&lt;100){scrHeight=100;}
	  if (scrWidth&lt;100){scrWidth=100;}

	  posTop =  ((h-(scrHeight/lift)-adj)/2);
	  posLeft = ((w-(scrWidth)-adj)/2);
 	}

	if (imageHeight &gt; (h*lift)-adj || imageWidth &gt; w-adj){
		imageHeight=imageHeight-adj;
		imageWidth=imageWidth-adj;
	}
	posTop = parseInt(posTop);
	posLeft = parseInt(posLeft);		
	scrWidth = parseInt(scrWidth); 
	scrHeight = parseInt(scrHeight);
	
	var agt=navigator.userAgent.toLowerCase();
	if (agt.indexOf(&quot;opera&quot;) != -1){
	  var args= new Array();
	  args[0]=&#039;parent&#039;;
	  args[1]=imageName;
	  var i ; document.MM_returnValue = false;
	  for (i=0; i&lt;(args.length-1); i+=2) eval(args[i]+&quot;.location=&#039;&quot;+args[i+1]+&quot;&#039;&quot;);
	} else {
	newWindow = window.open(&quot;/vwd_justso.htm&quot;,&quot;newWindow&quot;,&quot;width=&quot;+scrWidth+&quot;,height=&quot;+scrHeight+&quot;,left=&quot;+posLeft+&quot;,top=&quot;+posTop);
	newWindow.document.open();
	newWindow.document.write(&#039;&lt;html&gt;&lt;title&gt;&#039;+alt+&#039;&lt;/title&gt;&lt;body leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; bgcolor=&#039;+bgcolor+&#039; onBlur=&quot;self.close()&quot; onClick=&quot;self.close()&quot;&gt;&#039;);  
	newWindow.document.write(&#039;&lt;table width=&#039;+imageWidth+&#039; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; align=&quot;center&quot; height=&#039;+scrHeight+&#039; &gt;&lt;tr&gt;&lt;td&gt;&#039;);
	newWindow.document.write(&#039;&lt;img src=&quot;&#039;+imageName+&#039;&quot; width=&#039;+imageWidth+&#039; height=&#039;+imageHeight+&#039; alt=&quot;Click screen to close&quot; &gt;&#039;); 
	newWindow.document.write(&#039;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;&#039;);
	newWindow.document.close();
	newWindow.focus();
	}
}
//--&gt;
&lt;/script&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; bgcolor=&quot;#000000&quot; align=&quot;center&quot;&gt;
&lt;tr align=&quot;center&quot; bgcolor=&quot;#FFFFFF&quot;&gt;
&lt;td colspan=&quot;2&quot;&gt;&lt;font size=&quot;1&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; color=&quot;#000000&quot;&gt;Click on an image to enlarge&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;
&lt;td colspan=&quot;2&quot; bgcolor=&quot;#383B47&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align=&quot;center&quot; valign=&quot;top&quot;&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot;&gt;&lt;a href=&quot;javascript:;&quot; onClick=&quot;JustSoPicWindow(&#039;/images/gallery/cincodemayo1.jpg&#039;,&#039;800&#039;,&#039;600&#039;,&#039;* * Click screen to close * *&#039;,&#039;#333399&#039;,&#039;hug image&#039;,&#039;10&#039;);return document.MM_returnValue&quot;&gt;&lt;img src=&quot;/images/gallery/cincodemayo1s.jpg&quot; width=&quot;143&quot; height=&quot;107&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot;&gt;&lt;a href=&quot;javascript:;&quot; onClick=&quot;JustSoPicWindow(&#039;/images/gallery/cincodemayo2.jpg&#039;,&#039;800&#039;,&#039;600&#039;,&#039;* * Click screen to close * *&#039;,&#039;#333399&#039;,&#039;hug image&#039;,&#039;10&#039;);return document.MM_returnValue&quot;&gt;&lt;img src=&quot;/images/gallery/cincodemayo2s.jpg&quot; width=&quot;143&quot; height=&quot;107&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align=&quot;center&quot; valign=&quot;top&quot;&gt;
&lt;td bgcolor=&quot;#DCDEC8&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td bgcolor=&quot;#DCDEC8&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align=&quot;center&quot; valign=&quot;top&quot;&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot;&gt;&lt;a href=&quot;javascript:;&quot; onClick=&quot;JustSoPicWindow(&#039;/images/gallery/cincodemayo2.jpg&#039;,&#039;800&#039;,&#039;600&#039;,&#039;* * Click screen to close * *&#039;,&#039;#333399&#039;,&#039;hug image&#039;,&#039;10&#039;);return document.MM_returnValue&quot;&gt;&lt;img src=&quot;/images/gallery/cincodemayo3s.jpg&quot; width=&quot;143&quot; height=&quot;107&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td bgcolor=&quot;#FFFFFF&quot;&gt;&lt;a href=&quot;javascript:;&quot; onClick=&quot;JustSoPicWindow(&#039;/images/gallery/ROTC_Cincodemayo.jpg&#039;,&#039;800&#039;,&#039;600&#039;,&#039;* * Click screen to close * *&#039;,&#039;#333399&#039;,&#039;hug image&#039;,&#039;10&#039;);return document.MM_returnValue&quot;&gt;&lt;img src=&quot;/images/gallery/ROTC_Cincodemayo1.jpg&quot; width=&quot;167&quot; height=&quot;107&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align=&quot;center&quot; valign=&quot;top&quot;&gt;
&lt;td bgcolor=&quot;#DCDEC8&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;td bgcolor=&quot;#DCDEC8&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;
&lt;td colspan=&quot;2&quot; bgcolor=&quot;#383B47&quot;&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;&lt;br clear=&quot;left&quot;&gt;&lt;br /&gt;
&lt;!--break--&gt;&lt;/p&gt;
</description>
 <comments>http://www.chetedwards.com/node/117#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/18">McLennan County</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/64">On the Campaign Trail</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/63">Photo Galleries</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/37">Waco</category>
 <pubDate>Fri, 02 Jun 2006 15:56:19 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">117 at http://www.chetedwards.com</guid>
</item>
<item>
 <title>Working Hard for Waco &amp; McLennan County III</title>
 <link>http://www.chetedwards.com/node/88</link>
 <description>&lt;p&gt;&lt;b&gt;&lt;font color=&quot;#990000&quot; size=&quot;2&quot;&gt;Working Hard for Waco &amp;amp; McLennan County III&lt;/font&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Fighting for Fort Hood&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chet secured $6.6 million for the Fort Hood Central Shipping/Receiving Point, an important security measure, to ensure goods brought onto Fort Hood must enter through a central security location.&lt;/li&gt;
&lt;p&gt; &lt;br&gt;
&lt;li&gt;Chet secured $6.8 million for the new Fort Hood Fitness Center.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;/images/atlakewaco.jpg&quot; width=&quot;260&quot; height=&quot;221&quot; align=&quot;right&quot;&gt;&lt;b&gt;Protecting Local Water Quality&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chet obtained authorization for $10 million for environmental infrastructure projects on the Bosque River that will promote improving water quality in Lake Waco and the Bosque watershed. Some examples of projects that could be funded are buffer strips, wetlands, lagoon upgrades, wastewater treatment plant upgrades and dairy modifications.&lt;/li&gt;
&lt;p&gt;&lt;br&gt;
&lt;li&gt;Chet secured $1 million in additional funds for Animal Waste Removal Program at Texas A&amp;amp;M, in partnership with the Texas Agriculture Experiment Station, to develop efficient and economically methods to convert animal waste into energy. Developing an economical method to produce energy from animal waste will help alleviate some of the pollution problems caused by animal waste in the Bosque River and Lake Waco. &lt;/li&gt;
&lt;p&gt;&lt;!--break--&gt;&lt;br /&gt;
 &lt;br&gt;
&lt;li&gt;Chet secured $700,000 for a Baylor study of Lake Whitney salinity levels, the first step in considering Lake Whitney as an alternative source of drinking water for Central Texas. &lt;/li&gt;
&lt;p&gt; &lt;br&gt;
&lt;li&gt;Chet secured $350,000 for City of Lorena wastewater capacity improvements. These funds will help provide first time sewer connections for lower to moderate-income residents that are not connected to the municipal system.&lt;/li&gt;
&lt;p&gt; &lt;br&gt;
&lt;li&gt;Chet introduced the Central Texas Water Recycling Act of 2005 to conserve water resources by recycling treated wastewater in McLennan County. The bill, if approved, would amend the Reclamation Wastewater and Groundwater Study and Facilities Act to authorize the federal government to help the City of Waco and other communities pay for a wastewater treatment facility under the McLennan County/Waco Regional Satellite Reuse Project.&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://www.chetedwards.com/node/88#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/18">McLennan County</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/37">Waco</category>
 <pubDate>Tue, 30 May 2006 23:00:14 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">88 at http://www.chetedwards.com</guid>
</item>
<item>
 <title>Working Hard for Waco &amp; McLennan County IV</title>
 <link>http://www.chetedwards.com/node/90</link>
 <description>&lt;p&gt;&lt;b&gt;&lt;font color=&quot;#990000&quot; size=&quot;2&quot;&gt;Working Hard for Waco &amp;amp; McLennan County IV&lt;/font&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Making Our Communities Safer and Supporting Law Enforcement &lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chet secured $500,000 to update the Waco Police and Fire Departments’ Emergency Dispatch System.  This funding will update the Waco PD’s 20-year-old dispatching system and install a more effective dispatching system, which will help officers to respond to emergency calls more quickly and efficiently.  The funds will also enable the Waco Fire Department to implement a computer-aided dispatch system to respond faster to distress calls.&lt;/li&gt;
&lt;p&gt;&lt;b&gt;&lt;img src=&quot;/images/first_responders.jpg&quot; width=&quot;450&quot; height=&quot;191&quot;&gt;&lt;/b&gt;&lt;br /&gt;
&lt;!--break--&gt;&lt;br /&gt;
&lt;br&gt;
&lt;li&gt;Chet secured $500,000 to replace the Waco Police Department’s field data system.  These funds will update the system used by the Waco PD to provide information to police officers in the field, providing them with needed information relating to emergency situations. &lt;/li&gt;
&lt;p&gt;&lt;br&gt;
&lt;li&gt;Chet secured $150,000 in Edward Byrne Discretionary Grants for hiring additional police officers at the Lacy Lakeview and the Bellmead police departments.&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://www.chetedwards.com/node/90#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/18">McLennan County</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/37">Waco</category>
 <pubDate>Tue, 30 May 2006 19:41:06 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">90 at http://www.chetedwards.com</guid>
</item>
<item>
 <title>Baylor, Waco donate funds for historic site</title>
 <link>http://www.chetedwards.com/node/19</link>
 <description>&lt;p&gt;&lt;font color=&quot;#5B3D23&quot; size=&quot;1&quot;&gt;March 23, 2006&lt;/font&gt;&lt;br /&gt;
&lt;font size=&quot;2&quot; color=&quot;#003399&quot;&gt;&lt;b&gt;Baylor, Waco donate funds for historic site&lt;/b&gt;&lt;/font&gt; &lt;/p&gt;
&lt;script language=&quot;JavaScript&quot; src=&quot;/page_scripts/standard.js&quot;&gt;&lt;/script&gt;&lt;p&gt;  &lt;b&gt;&lt;a href=&quot;javascript:;&quot; onClick=&quot;MM_openBrWindow(&#039;http://www.baylor.edu/Lariat/&#039;,&#039;Link&#039;,&#039;status=yes,scrollbars=yes,resizable=yes,width=600,height=500&#039;)&quot; onMouseOver=&quot;MM_displayStatusMsg(&#039;Visit the Baylor Lariat online&#039;);return document.MM_returnValue&quot;&gt;Baylor Lariat&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
  By &lt;b&gt;LAURA FRASE&lt;/b&gt; | &lt;font size=&quot;1&quot;&gt;Baylor Lariat reporter&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Baylor and the city of Waco each donated $100,000 to the Waco Mammoth Site, they announced Wednesday at a news conference at the Mayborn Museum Complex. &lt;/p&gt;
&lt;p&gt;The gifts matched a $200,000 donation secured by Rep. Chet Edwards, D-Waco, in 2005 from the Save America&#039;s Treasures grant program, said Sarah Levine, director of marketing at the Mayborn Museum Complex.&lt;br /&gt;
&lt;!--break--&gt;&lt;br /&gt;
Save America&#039;s Treasures is a foundation dedicated to preserving monuments of America&#039;s history. &lt;/p&gt;
&lt;p&gt;The money will be used to preserve and make the site more accessible to the public. &lt;/p&gt;
&lt;p&gt;In April 1978, two Waco men discovered bones in the woods about five miles west of the Baylor campus. The bones were a little too large to be cow bones. &lt;/p&gt;
&lt;p&gt;They turned their finding over to the Strecker Museum, and the &quot;mystery&quot; bones were identified as Columbian Mammoth bones. &lt;/p&gt;
&lt;p&gt;Twenty-eight years later, Baylor, the city of Waco and the Save America&#039;s Treasures grant program are taking their first steps to update developments that will allow the public to visit the site. &lt;/p&gt;
&lt;p&gt;&quot;The Waco Mammoth Site is quite a treasure, not just for Waco, but really for the world,&quot; Levine said. &quot;This money is just needed to protect the site and develop it to a public access place.&quot; &lt;/p&gt;
&lt;p&gt;Because of ongoing research at the site since its discovery, the public has been discouraged from visiting. The site is located five miles west of campus.&lt;/p&gt;
&lt;p&gt;&quot;Several years ago, Baylor University and the city of Waco made the decision to focus all efforts on long-term preservation of the Waco Mammoth Site. With that in mind, we closed the site to any visitation except for our ongoing research and maintenance of the site,&quot; Dr. Ellie Caston, director of the Mayborn Museum Complex, said. &lt;/p&gt;
&lt;p&gt;John Bongino, a Dothan, Ala., graduate student, is doing research at the Waco Mammoth Site and is excited about the developments. &lt;/p&gt;
&lt;p&gt;&quot;The site is in desperate need of an updated shelter because it&#039;s exposed to natural elements,&quot; Bongino said. &lt;/p&gt;
&lt;p&gt;Bongino studies the soils and sediments at the site to figure out what kind of environment the mammoths lived in, as well as what could have killed them. &lt;/p&gt;
&lt;p&gt;&quot;There is a continuous study taking place out at the site. Every little bit that is discovered opens up a whole new set of questions,&quot; Levine said. &lt;/p&gt;
&lt;p&gt;A lot of effort has gone into the development of the site, Levine added. &lt;/p&gt;
&lt;p&gt;There is no time frame at this point for the site to be open to the public because more donations are needed, but a foundation has recently been set up to accept donations, she said. &lt;/p&gt;
&lt;p&gt;&quot;Once these preservation efforts are completed, our goal is to open the site to the public as soon as possible,&quot; Caston said. &lt;/p&gt;
</description>
 <comments>http://www.chetedwards.com/node/19#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/2">In the News</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/36">Baylor</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/38">Improving Communities</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/18">McLennan County</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/37">Waco</category>
 <pubDate>Thu, 23 Mar 2006 15:11:51 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">19 at http://www.chetedwards.com</guid>
</item>
<item>
 <title>Editorial: Nearing Take-off</title>
 <link>http://www.chetedwards.com/node/67</link>
 <description>&lt;p&gt;&lt;font size=&quot;1&quot; color=&quot;#5B3D23&quot;&gt;November 22, 2005&lt;/font&gt;&lt;br /&gt;
&lt;font size=&quot;2&quot; color=&quot;#003399&quot;&gt;&lt;b&gt; Editorial: Nearing Take-off &lt;/b&gt;&lt;/font&gt;&lt;/p&gt;
&lt;script language=&quot;JavaScript&quot; src=&quot;/page_scripts/standard.js&quot;&gt;&lt;/script&gt;&lt;p&gt;  &lt;b&gt; &lt;a href=&quot;javascript:;&quot; onClick=&quot;MM_openBrWindow(&#039;http://www.wacotrib.com/&#039;,&#039;Link&#039;,&#039;status=yes,scrollbars=yes,resizable=yes,width=600,height=500&#039;)&quot; onMouseOver=&quot;MM_displayStatusMsg(&#039;Visit the Waco Herald Tribune online&#039;);return document.MM_returnValue&quot;&gt;Waco Tribune Herald&lt;/a&gt; &lt;/b&gt;&lt;br /&gt;
By &lt;b&gt;Editorial Staff&lt;/b&gt; |&lt;font size=&quot;1&quot;&gt; Tribune-Herald &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;One of Waco&#039;s obvious needs in economic development is to develop an identity and go after targeted industry. With a key boost from Washington, it is in the position to do just that.&lt;/p&gt;
&lt;p&gt;Thanks to efforts by U.S. Rep. Chet Edwards, the final transportation bill passed by the House last week includes $1.25 million to help construct the Waco International Aviation Park near the Texas State Technical College campus.&lt;/p&gt;
&lt;p&gt;We&#039;re talking about 327 acres tied together by an extended taxi-way to connect aviation-related businesses.&lt;/p&gt;
&lt;p&gt;When completed and fully occupied the aviation park could employ 2,000, say local officials.&lt;/p&gt;
&lt;p&gt;Waco has a huge “demo” to show its potential with the growth of L-3 Communications. It also has a key work-force provider with TSTC.&lt;/p&gt;
&lt;p&gt;What portends to be one of the biggest economic development initiatives in Waco history has been cleared for take-off.&lt;/p&gt;
</description>
 <comments>http://www.chetedwards.com/node/67#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/2">In the News</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/35">Chet&#039;s Legislative Record</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/38">Improving Communities</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/18">McLennan County</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/37">Waco</category>
 <pubDate>Tue, 22 Nov 2005 12:32:01 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">67 at http://www.chetedwards.com</guid>
</item>
</channel>
</rss>
