<?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 - Somervell County</title>
 <link>http://www.chetedwards.com/taxonomy/term/57/0</link>
 <description>Somervell County</description>
 <language>en</language>
<item>
 <title>Working Hard for Somervell County</title>
 <link>http://www.chetedwards.com/node/111</link>
 <description>&lt;p&gt;&lt;img src=&quot;/images/somervell.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 Somervell County&lt;/b&gt;&lt;/font&gt;&lt;br /&gt;
&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Protecting the Health Care of Somervell County Families&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;In 2007, Chet secured $321,000 to renovate and update the Emergency Room of the Glen Rose Medical Center.  The ER facility has seen an increase from 2,500 to almost 7,000 patient visits per year since the last renovation 12 years ago.  This project will add floor space to the x-ray laboratory and emergency area to accommodate the growth in outpatient services.&lt;br /&gt;
&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Encouraging Economic Development in Somervell County&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Chet is a strong proponent of nuclear power and supported President Bush’s energy bill, which encourages the development of more nuclear plants.  &lt;/p&gt;
&lt;p&gt;Chet has supported the establishment of a nuclear waste site at Yucca Mountain in Nevada, so that waste from nuclear plants, such as Comanche Peak, can be safely stored.&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/111#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/57">Somervell County</category>
 <pubDate>Thu, 06 Nov 2008 11:42:46 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">111 at http://www.chetedwards.com</guid>
</item>
<item>
 <title>Independence Day Around the 17th District</title>
 <link>http://www.chetedwards.com/node/162</link>
 <description>&lt;p&gt;&lt;b&gt;Saturday, July 1, 2006 &amp;#150;&lt;/b&gt;&lt;font color=&quot;#990000&quot;&gt;&lt;b&gt; Glen Rose Independence Day Parade &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;p&gt;&lt;/b&gt;&lt;/font&gt;&lt;br /&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/glenrose1.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/glenrose1_s.jpg&quot; width=&quot;150&quot; height=&quot;113&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/glenrose2.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/glenrose2_s.jpg&quot; width=&quot;150&quot; height=&quot;113&quot; border=&quot;0&quot;&gt;&lt;/a&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;/table&gt;
&lt;p&gt;&lt;br clear=&quot;left&quot;&gt;&lt;br /&gt;
&lt;b&gt;Tuesday, July 4, 2006 &amp;#150;&lt;/b&gt;&lt;font color=&quot;#990000&quot;&gt;&lt;b&gt; Granbury Independence Day Parade &lt;/b&gt;&lt;/font&gt;&lt;/p&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/granbury061.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/granbury061_s.jpg&quot; width=&quot;150&quot; height=&quot;113&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/granbury062.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/granbury062_s.jpg&quot; width=&quot;150&quot; height=&quot;113&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;#FFFFFF&quot;&gt;&lt;a href=&quot;javascript:;&quot; onClick=&quot;JustSoPicWindow(&#039;/images/granbury063.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/granbury063_s.jpg&quot; width=&quot;150&quot; height=&quot;113&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/granbury064.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/granbury064_s.jpg&quot; width=&quot;150&quot; height=&quot;113&quot; border=&quot;0&quot;&gt;&lt;/a&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;/table&gt;
&lt;p&gt;&lt;!--break--&gt;&lt;/p&gt;
</description>
 <comments>http://www.chetedwards.com/node/162#comment</comments>
 <category domain="http://www.chetedwards.com/taxonomy/term/52">What&#039;s New</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/41">Hood County</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/8">Media Center</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/63">Photo Galleries</category>
 <category domain="http://www.chetedwards.com/taxonomy/term/57">Somervell County</category>
 <pubDate>Thu, 06 Jul 2006 22:15:00 -0700</pubDate>
 <dc:creator>Kat</dc:creator>
 <guid isPermaLink="false">162 at http://www.chetedwards.com</guid>
</item>
</channel>
</rss>
