<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Liberty &#38; The State of the World</title>
	<atom:link href="http://cdquarles.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdquarles.wordpress.com</link>
	<description>Musings about the state of the world</description>
	<lastBuildDate>Tue, 05 May 2009 14:29:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cdquarles.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Liberty &#38; The State of the World</title>
		<link>http://cdquarles.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cdquarles.wordpress.com/osd.xml" title="Liberty &#38; The State of the World" />
	<atom:link rel='hub' href='http://cdquarles.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Fun with GISTEMP</title>
		<link>http://cdquarles.wordpress.com/2009/05/02/fun-with-gistemp/</link>
		<comments>http://cdquarles.wordpress.com/2009/05/02/fun-with-gistemp/#comments</comments>
		<pubDate>Sat, 02 May 2009 21:50:50 +0000</pubDate>
		<dc:creator>cdquarles</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA["Climate Science"]]></category>
		<category><![CDATA[Computer Programming]]></category>
		<category><![CDATA[Fads]]></category>
		<category><![CDATA[GISS]]></category>
		<category><![CDATA[Global Warming]]></category>
		<category><![CDATA[Human Folly]]></category>
		<category><![CDATA[Human Nature]]></category>

		<guid isPermaLink="false">http://cdquarles.wordpress.com/?p=70</guid>
		<description><![CDATA[Just for kicks I have attempted to compile NASA&#8217;s GISTEMP source code. I downloaded a fresh copy of the code, and I collected the archival versions that I have downloaded previously since the code was first posted in 2007. I use Windows . I am writing this post on a system running Windows 7 Beta [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=70&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just for kicks I have attempted to compile NASA&#8217;s GISTEMP source code. I downloaded a fresh copy of the code, and I collected the archival versions that I have downloaded previously since the code was first posted in 2007. I use Windows <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I am writing this post on a system running Windows 7 Beta x64 Ultimate. The code documentation lists the OS requirements as Unix-like. OK. The Unix-like environments that I have are the Windows &#8216;native&#8217; Subsystem for Unix Applications that is the current implementation of the old NT POSIX subsystem. Great, I&#8217;m using the Beta, so using the SUA isn&#8217;t supported yet <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . I have the Cygwin environment that emulates *nix. I have several Ubuntu Linux distros running under Microsoft Virtual PC 2007 and Sun&#8217;s Virtual Box.</p>
<p>First Attempt: Cygwin environment. Use export command to set an environment variable named FC to use g95. No joy. Syntax errors galore. Shell errors too. What Fortran compiler did they use? Documentation&#8217;s unclear. GISS compiler command list shows f90, ifort, and xlf90 -qfixed. What Fortran standard are they using? FORTRAN IV/66, FORTRAN 77, Fortran 90, Fortran 95, Fortran 20xx? Hm, given the list, probably F77 or F90. Looking at the *.f files it looks like F77. Nice, I guess NASA&#8217;s still using code first written in the mid 80&#8242;s that has had a few student&#8217;s summer job and/or minty fresh postdoc&#8217;s ministrations tacked on over the years.</p>
<p>Second attempt: Cygwin environment. Set the FC environment variable to g77. Oh boy, more of the same syntax and shell errors noted above.</p>
<p>Third and fourth attempts: Cygwin environment. Set the FC variable back to g95. Use the second oldest and most recent archival copies. Same result as before. Compile fails but the syntax errors are gone. Shell errors only.</p>
<p>Fifth and sixth attempts: Cygwin environment and FC set to g77. No joy. Results are the same as the previous two attempts.</p>
<p>Seventh attempt: Cygwin environment and FC set to g95. Use the fresh copy. Nice, the syntax errors are back.</p>
<p>Eighth attempt: Cygwin environment and FC set to g77 using the fresh copy. Same result as #7.</p>
<p>Sigh. Is this one of the bases used to justify my being robbed in taxes to pay for, and threated with jail or death if I dare question the soundness of the premises used to scare me into accepting tyranny and slavery; or called a denier [implied moral equivalence to a Holocaust Denier like little Hugo Chavez or Mahmoud Ahmadinejad]?</p>
<p>Next set of four attempts: Cygwin environment, FC set to gfortran. Wonderful, same syntax errors (9 and 12) and shell errors (9 to 12).</p>
<p>Okay, time to look again at the suggested compiler list. Absoft&#8217;s f90 is $$$ with a time limited free trial period whether we are going to use straight Windows or Linux. I decided not to try to install the free trial into Cygwin. Next is Intel&#8217;s ifort. Hey, it&#8217;s free for personal use in a Linux environment. I&#8217;ll try this one. Oops, can&#8217;t install it in Cygwin. Off to Ubuntu for you to be checked out later. Finally, there&#8217;s IBM&#8217;s XL Fortran. Gee, $$$ with a time limited free trial. No, I don&#8217;t think I&#8217;ll try to download you and attempt the Cygwin install. Looks like the Cygwin install for these will only be by building from source.</p>
<p>Back to the drawing board. I&#8217;ll have to try manual compilation of each step&#8217;s sub-step executables. Who thinks that this will be a good use of time outside of academia? <strong>And</strong> I&#8217;ll have to try to fix the shell scripts to get rid of the shell diagnostic messages. I&#8217;d rather spend the time learning R than tinkering with bash. Off to Ubuntuland, got to get Jaunty Jackalope up and running.</p>
<p><strong>Update 5/5/09: </strong>I have Ubuntu 9.04 up. I installed gfortran, g95, and the personal use version of Intel&#8217;s Fortran Compiler 11.0.083. No joy in getting GISTEMP to compile. More of same script errors in bash or Fortran syntax errors. I wonder what the magic specs, shell options, and compiler options were used to get it to run.</p>
<p>&#8211;&#8221;It never ceases to amaze me that people, especially leftist politicians, think that you can wave a magic wand and repeal the laws of physics, chemistry, and economics.&#8221;</p>
<br />Posted in Miscellaneous, Politics, Science Tagged: "Climate Science", Computer Programming, Fads, GISS, Global Warming, Human Folly, Human Nature, Politics, Science <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cdquarles.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cdquarles.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cdquarles.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cdquarles.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cdquarles.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cdquarles.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cdquarles.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cdquarles.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cdquarles.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cdquarles.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cdquarles.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cdquarles.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cdquarles.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cdquarles.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=70&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cdquarles.wordpress.com/2009/05/02/fun-with-gistemp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38db3dc2e2433445d89a4b3d8e1dd7ff?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">cdquarles</media:title>
		</media:content>
	</item>
		<item>
		<title>Snowy Alabama</title>
		<link>http://cdquarles.wordpress.com/2009/03/01/snowy-alabama/</link>
		<comments>http://cdquarles.wordpress.com/2009/03/01/snowy-alabama/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 16:39:58 +0000</pubDate>
		<dc:creator>cdquarles</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://cdquarles.wordpress.com/2009/03/01/snowy-alabama/</guid>
		<description><![CDATA[See some March weather in Alabama . Yes, you are looking at snow. It is more likely to snow here in March than December, &#8216;Global Warming&#8217; notwithstanding. Posted in Miscellaneous Tagged: Weather<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=67&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_66" class="wp-caption alignnone" style="width: 106px"><img class="size-medium wp-image-66" title="016" src="http://cdquarles.files.wordpress.com/2009/03/016.jpg?w=96&#038;h=128" alt="Snow In Alabama #4" width="96" height="128" /><p class="wp-caption-text">Snow In Alabama #4</p></div>
<div id="attachment_65" class="wp-caption alignnone" style="width: 106px"><img class="size-medium wp-image-65" title="014" src="http://cdquarles.files.wordpress.com/2009/03/014.jpg?w=96&#038;h=128" alt="Snow in Alabama #3" width="96" height="128" /><p class="wp-caption-text">Snow in Alabama #3</p></div>
<div id="attachment_63" class="wp-caption alignnone" style="width: 106px"><img class="size-medium wp-image-63" title="011" src="http://cdquarles.files.wordpress.com/2009/03/011.jpg?w=96&#038;h=128" alt="Snow in Alabama #2" width="96" height="128" /><p class="wp-caption-text">Snow in Alabama #2</p></div>
<div id="attachment_62" class="wp-caption alignnone" style="width: 106px"><img class="size-medium wp-image-62" title="010" src="http://cdquarles.files.wordpress.com/2009/03/010.jpg?w=96&#038;h=128" alt="Snow in Alabama #1" width="96" height="128" /><p class="wp-caption-text">Snow in Alabama #1</p></div>
<p>See some March weather in Alabama <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . Yes, you are looking at snow. It is more likely to snow here in March than December, &#8216;Global Warming&#8217; notwithstanding.</p>
<br />Posted in Miscellaneous Tagged: Weather <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cdquarles.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cdquarles.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cdquarles.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cdquarles.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cdquarles.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cdquarles.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cdquarles.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cdquarles.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cdquarles.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cdquarles.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cdquarles.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cdquarles.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cdquarles.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cdquarles.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=67&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cdquarles.wordpress.com/2009/03/01/snowy-alabama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38db3dc2e2433445d89a4b3d8e1dd7ff?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">cdquarles</media:title>
		</media:content>

		<media:content url="http://cdquarles.files.wordpress.com/2009/03/016.jpg?w=96" medium="image">
			<media:title type="html">016</media:title>
		</media:content>

		<media:content url="http://cdquarles.files.wordpress.com/2009/03/014.jpg?w=96" medium="image">
			<media:title type="html">014</media:title>
		</media:content>

		<media:content url="http://cdquarles.files.wordpress.com/2009/03/011.jpg?w=96" medium="image">
			<media:title type="html">011</media:title>
		</media:content>

		<media:content url="http://cdquarles.files.wordpress.com/2009/03/010.jpg?w=96" medium="image">
			<media:title type="html">010</media:title>
		</media:content>
	</item>
		<item>
		<title>Capitalism Rules, Socialism Drools</title>
		<link>http://cdquarles.wordpress.com/2009/02/15/capitalism-rules-socialism-drools/</link>
		<comments>http://cdquarles.wordpress.com/2009/02/15/capitalism-rules-socialism-drools/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 17:16:11 +0000</pubDate>
		<dc:creator>cdquarles</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://cdquarles.wordpress.com/?p=57</guid>
		<description><![CDATA[Steve McIntyre posted this ClimateAudit.org. After making a comment there and reading the subsequent comments, it became clear to me that this phenomenon explains, profoundly, another reason why the Austrian School of economics works best; and why Ludwig von Mises correctly described why socialism fails as an economic theory. Socialism is a religion, capitalism is not. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=57&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Steve McIntyre posted <a title="www.climateaudit.org/?p=5232" href="http://" target="_self">this</a> ClimateAudit.org. After making a comment there and reading the subsequent comments, it became clear to me that this phenomenon explains, profoundly, another reason why the Austrian School of economics works best; and why Ludwig von Mises correctly described why socialism fails as an economic theory. Socialism is a religion, capitalism is not. Equality under God and before the law is the only kind of equality there is. Don&#8217;t agree or think so? Check out Shirky&#8217;s Power Laws and ponder deeply the linked Andrew Sullivan post as well as commentary for Steve McIntyre&#8217;s post.</p>
<br />Posted in Economics, Philosophy, Science  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cdquarles.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cdquarles.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cdquarles.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cdquarles.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cdquarles.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cdquarles.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cdquarles.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cdquarles.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cdquarles.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cdquarles.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cdquarles.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cdquarles.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cdquarles.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cdquarles.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=57&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cdquarles.wordpress.com/2009/02/15/capitalism-rules-socialism-drools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38db3dc2e2433445d89a4b3d8e1dd7ff?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">cdquarles</media:title>
		</media:content>
	</item>
		<item>
		<title>My Absence</title>
		<link>http://cdquarles.wordpress.com/2009/01/16/my-absence/</link>
		<comments>http://cdquarles.wordpress.com/2009/01/16/my-absence/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 05:33:26 +0000</pubDate>
		<dc:creator>cdquarles</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://cdquarles.wordpress.com/?p=53</guid>
		<description><![CDATA[I&#8217;m back after a long, wearying absence. My mother had been hospitalized after an injury for which she is undergoing rehabilitation. Posted in Miscellaneous Tagged: Life, Musings<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=53&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back after a long, wearying absence. My mother had been hospitalized after an injury for which she is undergoing rehabilitation.</p>
<br />Posted in Miscellaneous Tagged: Life, Musings <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cdquarles.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cdquarles.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cdquarles.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cdquarles.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cdquarles.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cdquarles.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cdquarles.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cdquarles.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cdquarles.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cdquarles.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cdquarles.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cdquarles.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cdquarles.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cdquarles.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=53&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cdquarles.wordpress.com/2009/01/16/my-absence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38db3dc2e2433445d89a4b3d8e1dd7ff?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">cdquarles</media:title>
		</media:content>
	</item>
		<item>
		<title>Hurricane Season 2008 Early September Update</title>
		<link>http://cdquarles.wordpress.com/2008/09/03/hurricane-season-2008-early-september-update/</link>
		<comments>http://cdquarles.wordpress.com/2008/09/03/hurricane-season-2008-early-september-update/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 06:43:16 +0000</pubDate>
		<dc:creator>cdquarles</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[hurricanes]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://cdquarles.wordpress.com/?p=50</guid>
		<description><![CDATA[It is peak of the season time. The &#8216;F&#8217; storm, Fay, passed near me and left behind a big batch of tornadoes and some flooding. Just what the doctor ordered to help ease the multi-year drought around here. The &#8216;G&#8217; storm, passed through Louisiana as a Cat-2 at landfall, after peaking as a Cat-4 after [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=50&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is peak of the season time. The &#8216;F&#8217; storm, Fay, passed near me and left behind a big batch of tornadoes and some flooding. Just what the doctor ordered to help ease the multi-year drought around here. The &#8216;G&#8217; storm, passed through Louisiana as a Cat-2 at landfall, after peaking as a Cat-4 after wreaking death and destruction on Jamaica, the Cayman Islands and western Cuba. Gustav&#8217;s damage totals are yet to be finalized.</p>
<p>Out in the Atlantc, we have the H, I, and J storms. Hannah, could pass east of me this weekend. Ike is a long way of north of the Greater Antilles. Josephine, is a Cape Verde storm that will take more than a week to reach the US should it make it this far west. After this burst of activity, I expect things to shift to the Eastern Pacific and quiet down in the Atlantic for a couple of weeks.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cdquarles.wordpress.com/50/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cdquarles.wordpress.com/50/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cdquarles.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cdquarles.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cdquarles.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cdquarles.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cdquarles.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cdquarles.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cdquarles.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cdquarles.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cdquarles.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cdquarles.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cdquarles.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cdquarles.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cdquarles.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cdquarles.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=50&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cdquarles.wordpress.com/2008/09/03/hurricane-season-2008-early-september-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38db3dc2e2433445d89a4b3d8e1dd7ff?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">cdquarles</media:title>
		</media:content>
	</item>
		<item>
		<title>Hurricane Season 2008 August Update</title>
		<link>http://cdquarles.wordpress.com/2008/08/08/hurricane-season-2008-august-update/</link>
		<comments>http://cdquarles.wordpress.com/2008/08/08/hurricane-season-2008-august-update/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 14:03:35 +0000</pubDate>
		<dc:creator>cdquarles</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[hurricanes]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://cdquarles.wordpress.com/?p=47</guid>
		<description><![CDATA[After a burst of activity in mid July, tropical cyclone activity declined to a low level for nearly a week. Since that lull, tropical systems developed in the Gulf of Mexico, the Eastern Pacific Ocean, the Central Pacific Ocean, and the Western Pacific Ocean. There are two systems being monitored today. With the peak of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=47&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a burst of activity in mid July, tropical cyclone activity declined to a low level for nearly a week. Since that lull, tropical systems developed in the Gulf of Mexico, the Eastern Pacific Ocean, the Central Pacific Ocean, and the Western Pacific Ocean. There are two systems being monitored today. With the peak of the Atlantic season approaching (mid August to mid October), forecasts of an active season will soon be tested by the real atmosphere <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cdquarles.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cdquarles.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cdquarles.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cdquarles.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cdquarles.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cdquarles.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cdquarles.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cdquarles.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cdquarles.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cdquarles.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cdquarles.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cdquarles.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cdquarles.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cdquarles.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cdquarles.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cdquarles.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=47&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cdquarles.wordpress.com/2008/08/08/hurricane-season-2008-august-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38db3dc2e2433445d89a4b3d8e1dd7ff?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">cdquarles</media:title>
		</media:content>
	</item>
		<item>
		<title>Hurricane Season 2008 July Update</title>
		<link>http://cdquarles.wordpress.com/2008/07/21/hurricane-season-2008-july-update/</link>
		<comments>http://cdquarles.wordpress.com/2008/07/21/hurricane-season-2008-july-update/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 13:50:18 +0000</pubDate>
		<dc:creator>cdquarles</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[hurricanes]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://cdquarles.wordpress.com/?p=45</guid>
		<description><![CDATA[We are now eight weeks into the Atlantic hurricane season and ten weeks into the Eastern Pacific hurricane season. The Atlantic basin has had 4 named storms so far, and the Eastern Pacific basin has had 6 named storms. Hurricane Bertha, which remained out to sea, brushed Bermuda with tropical storm force winds. Bertha briefly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=45&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We are now eight weeks into the Atlantic hurricane season and ten weeks into the Eastern Pacific hurricane season. The Atlantic basin has had 4 named storms so far, and the Eastern Pacific basin has had 6 named storms. Hurricane Bertha, which remained out to sea, brushed Bermuda with tropical storm force winds. Bertha briefly hit Cat-3 status and apparently been the longest lived July storm (fairly complete records are only some 50 years in length). With the busiest part of the season beginning in about 4 weeks, how active this season will be remains to be determined. Remember that wind shear is more important than sea surface temperature once the threshold of 25C has been reached for tropical storm development.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cdquarles.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cdquarles.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cdquarles.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cdquarles.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cdquarles.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cdquarles.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cdquarles.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cdquarles.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cdquarles.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cdquarles.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cdquarles.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cdquarles.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cdquarles.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cdquarles.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cdquarles.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cdquarles.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=45&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cdquarles.wordpress.com/2008/07/21/hurricane-season-2008-july-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38db3dc2e2433445d89a4b3d8e1dd7ff?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">cdquarles</media:title>
		</media:content>
	</item>
		<item>
		<title>Barack&#8217;s Birth Certificate Blogswarm</title>
		<link>http://cdquarles.wordpress.com/2008/07/05/baracks-birth-certificate-blogswarm/</link>
		<comments>http://cdquarles.wordpress.com/2008/07/05/baracks-birth-certificate-blogswarm/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 15:27:27 +0000</pubDate>
		<dc:creator>cdquarles</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://cdquarles.wordpress.com/?p=44</guid>
		<description><![CDATA[Barack Hussein Obama&#8217;s birth certificate flap, and his &#8220;fight the smears&#8221; website, continue to cause a stir.  A number of sites have examined and discussed the examination of a graphic posted on the Daily Kos and the Obama campaign&#8217;s Fight the Smears site. No one has yet made a big todo over the most important [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=44&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Barack Hussein Obama&#8217;s birth certificate flap, and his &#8220;fight the smears&#8221; website, continue to cause a stir.  A number of sites have examined and discussed the examination of a graphic posted on the Daily Kos and the Obama campaign&#8217;s Fight the Smears site. No one has yet made a big todo over the most important aspect of the graphic to me. If you want to &#8216;fight the smears&#8217;, as it were, you need to post a certified copy with <strong>the certificate number unredacted. </strong>Redacting the certificate number makes people more suspicious of the posting, precisely because it precluded checking to see if the number matches the information disclosed in the graphic.</p>
<p>Let me repeat the importance of this. That the graphic has been processed through Photoshop means a whole lot less if the certificate number matches the certified original&#8217;s certificate number and the rest of the information also matches. Likewise, the most damaging aspect to this apparent forgery is if the redacted certificate number <strong>does not match the certified original Certificate of Live Birth for Barack Hussein Obama II.</strong></p>
<p><strong>&#8211;&#8221;</strong>It never ceases to amaze me that people,especially leftist politicians, think that you can wave a magic wand and repeal  the laws of physics, chemistry, and economics.&#8221;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cdquarles.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cdquarles.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cdquarles.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cdquarles.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cdquarles.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cdquarles.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cdquarles.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cdquarles.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cdquarles.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cdquarles.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cdquarles.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cdquarles.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cdquarles.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cdquarles.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cdquarles.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cdquarles.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=44&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cdquarles.wordpress.com/2008/07/05/baracks-birth-certificate-blogswarm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38db3dc2e2433445d89a4b3d8e1dd7ff?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">cdquarles</media:title>
		</media:content>
	</item>
		<item>
		<title>Life Milestones II</title>
		<link>http://cdquarles.wordpress.com/2008/07/02/life-milestones-ii/</link>
		<comments>http://cdquarles.wordpress.com/2008/07/02/life-milestones-ii/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 04:12:51 +0000</pubDate>
		<dc:creator>cdquarles</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://cdquarles.wordpress.com/?p=43</guid>
		<description><![CDATA[My baby&#8217;s birthday! Happy Birthday, April!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=43&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My baby&#8217;s birthday! Happy Birthday, April!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cdquarles.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cdquarles.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cdquarles.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cdquarles.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cdquarles.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cdquarles.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cdquarles.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cdquarles.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cdquarles.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cdquarles.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cdquarles.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cdquarles.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cdquarles.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cdquarles.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cdquarles.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cdquarles.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=43&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cdquarles.wordpress.com/2008/07/02/life-milestones-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38db3dc2e2433445d89a4b3d8e1dd7ff?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">cdquarles</media:title>
		</media:content>
	</item>
		<item>
		<title>USA b. 7/4/1776 d. 6/12/2008, CPR in Progress</title>
		<link>http://cdquarles.wordpress.com/2008/06/26/usa-b-741776-d-6122008-cpr-in-progress/</link>
		<comments>http://cdquarles.wordpress.com/2008/06/26/usa-b-741776-d-6122008-cpr-in-progress/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 17:00:15 +0000</pubDate>
		<dc:creator>cdquarles</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://cdquarles.wordpress.com/?p=42</guid>
		<description><![CDATA[Three or so weeks back, the Supreme Court of the United States, in a fit of arrogant pique handed down a deadly decision. Said decision violated the Constitution by dismissing the two political branches powers enumerated in Article I and Article II. Congress declared war, repeatly from 1991 on against Saddam Hussein and other non [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=42&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Three or so weeks back, the Supreme Court of the United States, in a fit of arrogant pique handed down a deadly decision. Said decision violated the Constitution by dismissing the two political branches powers enumerated in Article I and Article II. Congress declared war, repeatly from 1991 on against Saddam Hussein and other non State actors perpetrating acts of war against us. The President, acting as authorized by the war declaration used his Article II powers to detain illegal combatants for the duration of the war, if it so chose. Congress, following an earlier arrogant usupation, took away from the Supreme Court the power to hear and rule upon certain petitions presented by said illegal combatants.</p>
<p>Today, the Supreme Court issued a ruling that was not only completely within its jurisdiction, it was correctly decided. That is the silver lining. The cloud is that the ruling is, properly so, narrow; and that it was 5 to 4, with one of the dark side justices joining the Fab Four this time. Convincing this &#8216;swing Justice&#8217; to join the side of the angels this time probably was bought by watering it down somewhat.</p>
<p>Nevertheless, today&#8217;s decision is a good one for the Republic known as the United States of America.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cdquarles.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cdquarles.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cdquarles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cdquarles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cdquarles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cdquarles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cdquarles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cdquarles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cdquarles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cdquarles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cdquarles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cdquarles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cdquarles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cdquarles.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cdquarles.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cdquarles.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cdquarles.wordpress.com&amp;blog=163201&amp;post=42&amp;subd=cdquarles&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cdquarles.wordpress.com/2008/06/26/usa-b-741776-d-6122008-cpr-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38db3dc2e2433445d89a4b3d8e1dd7ff?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">cdquarles</media:title>
		</media:content>
	</item>
	</channel>
</rss>
