<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iPhone i-Bloog &#187; iFunBox</title>
	<atom:link href="http://iphone.i-bloog.com/tag/ifunbox/feed" rel="self" type="application/rss+xml" />
	<link>http://iphone.i-bloog.com</link>
	<description>iPhone Blog 提供應用教學及分享</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:07:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;Message Send Failure&#8221; 或 &#8220;信息傳送失敗&#8221; 解決方法</title>
		<link>http://iphone.i-bloog.com/2010/fix-message-send-failure.html</link>
		<comments>http://iphone.i-bloog.com/2010/fix-message-send-failure.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 17:08:02 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 分享]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[iFunBox]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[sqlitebrower]]></category>
		<category><![CDATA[疑難雜症]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10583</guid>
		<description><![CDATA[&#8220;Message Send Failure&#8221; 或 &#8220;信息傳送失敗&#8221; 的解決方法
http://iphone.i-bloog.com/2010/fix-message-send-failure.html
起因:
http://iphone.i-bloog.com/2010/message-send-failure-%e6%88%96-%e4%bf%a1%e6%81%af%e5%82%b3%e9%80%81%e5%a4%b1%e6%95%97.html
注意:
這個方法只適用於這種情況, 因為信息傳送失敗原因也很多的
而且這個方法也不知會不會有其他影響的.
另外這個問題也有可能是對方手機的設定問題喔.
後果自負:)
需要的程式:

ifunbox (或其他可取得iphone檔案的程式)
sqlitebrowser

開始:
先下載 手機上的 sms.db
位置是/user/Library/SMS/sms.db
用sqlitebrowser 開啟sms.db
看一看情況是否一樣
Browse Data &#62; Table(message) &#62; 看看不能send 的聯絡人中的 svc center 是否變了為其他號碼. 正常來說是空白的

如是請試試
Execute SQL &#62; SQL String 輸入
CREATE TRIGGER hack_svc_center AFTER INSERT ON message BEGIN UPDATE message SET svc_center=NULL WHERE ROWID=new.ROWID; END;
&#62; Execute query.

之後就save 一次吧
再把sms.db 傳上iphone的/user/Library/SMS/sms.db
之後開啟SMS 把該聯絡人的對話清除後再試試  
Share

var button = document.getElementById('facebook_share_link') &#124;&#124; document.getElementById('facebook_share_icon') &#124;&#124; document.getElementById('facebook_share_both') &#124;&#124; [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Message Send Failure&#8221; 或 &#8220;信息傳送失敗&#8221; 的解決方法</p>
<p><a href="http://iphone.i-bloog.com/2010/fix-message-send-failure.html"><span id="sample-permalink">http://iphone.i-bloog.com/2010/<span id="editable-post-name" title="Click to edit this part of the permalink">fix-message-send-failure</span>.html</span></a></p>
<p>起因:<a href="http://iphone.i-bloog.com/2010/message-send-failure-%e6%88%96-%e4%bf%a1%e6%81%af%e5%82%b3%e9%80%81%e5%a4%b1%e6%95%97.html"><br />
http://iphone.i-bloog.com/2010/message-send-failure-%e6%88%96-%e4%bf%a1%e6%81%af%e5%82%b3%e9%80%81%e5%a4%b1%e6%95%97.html</a></p>
<p>注意:</p>
<p>這個方法只適用於這種情況, 因為信息傳送失敗原因也很多的<br />
而且這個方法也不知會不會有其他影響的.<br />
另外這個問題也有可能是對方手機的設定問題喔.<br />
後果自負:)</p>
<p>需要的程式:</p>
<ul>
<li><a href="http://www.i-funbox.com/">ifunbox </a>(或其他可取得iphone檔案的程式)</li>
<li><a href="http://sourceforge.net/projects/sqlitebrowser/">sqlitebrowser</a></li>
</ul>
<p>開始:</p>
<p>先下載 手機上的 sms.db</p>
<p>位置是/user/Library/SMS/sms.db</p>
<p>用sqlitebrowser 開啟sms.db</p>
<p>看一看情況是否一樣</p>
<p>Browse Data &gt; Table(message) &gt; 看看不能send 的聯絡人中的 svc center 是否變了為其他號碼. 正常來說是空白的</p>
<p><img title="smsdb1" src="../wp-content/files/2010/03/smsdb1.jpg" alt="smsdb1" width="550" height="449" /></p>
<p>如是請試試</p>
<p>Execute SQL &gt; SQL String 輸入</p>
<p>CREATE TRIGGER hack_svc_center AFTER INSERT ON message BEGIN UPDATE message SET svc_center=NULL WHERE ROWID=new.ROWID; END;</p>
<p>&gt; Execute query.</p>
<p><img class="alignnone size-full wp-image-10585" title="smsdb2" src="http://iphone.i-bloog.com/wp-content/files/2010/03/smsdb2.jpg" alt="smsdb2" width="555" height="455" /></p>
<p>之後就save 一次吧</p>
<p>再把sms.db 傳上iphone的/user/Library/SMS/sms.db</p>
<p>之後開啟SMS 把該聯絡人的對話清除後再試試 <img src='http://iphone.i-bloog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2010%2Ffix-message-send-failure.html&amp;t=%22Message%20Send%20Failure%22%20%E6%88%96%20%22%E4%BF%A1%E6%81%AF%E5%82%B3%E9%80%81%E5%A4%B1%E6%95%97%22%20%E8%A7%A3%E6%B1%BA%E6%96%B9%E6%B3%95" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2010/fix-message-send-failure.html/feed</wfw:commentRss>
		<slash:comments>1920</slash:comments>
		</item>
		<item>
		<title>2.0.x Firmware 加入weDict字典庫</title>
		<link>http://iphone.i-bloog.com/2008/2.0.x-firmware-%e5%8a%a0%e5%85%a5wedict%e5%ad%97%e5%85%b8%e5%ba%ab.html</link>
		<comments>http://iphone.i-bloog.com/2008/2.0.x-firmware-%e5%8a%a0%e5%85%a5wedict%e5%ad%97%e5%85%b8%e5%ba%ab.html#comments</comments>
		<pubDate>Sun, 07 Sep 2008 09:11:23 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 應用]]></category>
		<category><![CDATA[iFunBox]]></category>
		<category><![CDATA[Jailbreak]]></category>
		<category><![CDATA[weDict]]></category>
		<category><![CDATA[教學]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/?p=10242</guid>
		<description><![CDATA[2.0.x Firmware 加入weDict字典庫
http://iphone.i-bloog.com/2008/2.0.x-firmware-加入weDict字典庫.html
很多人也問過如何在2.0或以上的Firmware 上加入 weDict 字典庫
現付上教學  
你需要先jailbreak iPhone, 及在 App Store 安裝 weDict
本教學以iFunBox 為連接iPhone 的工具
我自己用開的字典庫: http://sharebee.com/bcf08af3

開啟 iFunBox
進入路徑/private/var/mobile/Applications [下圖為示範]


進入後見到很多 [0A24AF89-BEF2-4837-85B0-F139F80EAB9B] 這類的字串
一個一個進入 找出含有 weDict.app 的一個 [如下圖]

進入 /weDict.app  [如下圖]

把字典檔 *.idx 和 *.dict 放入 weDict.app

開啟 weDict 並進入 Settings

勾選使用的字典

漢英字典測試

加入 Source(Cydia): 
http://www.iphone.org.hk/apt/

安裝 WeDict Fix

Share

var button = document.getElementById('facebook_share_link') &#124;&#124; document.getElementById('facebook_share_icon') &#124;&#124; document.getElementById('facebook_share_both') &#124;&#124; document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url [...]]]></description>
			<content:encoded><![CDATA[<p><strong>2.0.x Firmware 加入weDict字典庫</strong></p>
<p><a href="http://iphone.i-bloog.com/2008/2.0.x-firmware-加入weDict字典庫.html">http://iphone.i-bloog.com/2008/2.0.x-firmware-加入weDict字典庫.html</a></p>
<p>很多人也問過如何在2.0或以上的Firmware 上加入 weDict 字典庫<br />
現付上教學 <img src='http://iphone.i-bloog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>你需要先jailbreak iPhone, 及在 App Store 安裝 weDict<br />
本教學以iFunBox 為連接iPhone 的工具</p>
<p>我自己用開的字典庫: <a href="http://sharebee.com/bcf08af3">http://sharebee.com/bcf08af3</a></p>
<ol>
<li>開啟 iFunBox</li>
<li>進入路徑/private/var/mobile/Applications [<span style="color: #3366ff;">下圖為示範</span>]<a href="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict.jpg" rel="lightbox[10242]"><br />
<img class="alignnone size-medium wp-image-10243" title="wedict" src="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict-300x213.jpg" alt="" width="300" height="213" /></a><a href="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict2.jpg" rel="lightbox[10242]"><br />
<img class="alignnone size-medium wp-image-10244" title="wedict2" src="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict2-300x213.jpg" alt="" width="300" height="213" /></a></li>
<li>進入後見到很多 [0A24AF89-BEF2-4837-85B0-F139F80EAB9B] 這類的字串</li>
<li>一個一個進入 找出含有 weDict.app 的一個 [<span style="color: #3366ff;">如下圖</span>]<br />
<a href="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict3.jpg" rel="lightbox[10242]"><img class="alignnone size-medium wp-image-10245" title="wedict3" src="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict3-300x213.jpg" alt="" width="300" height="213" /></a></li>
<li>進入 /weDict.app  [<span style="color: #3366ff;">如下圖</span>]<br />
<a href="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict4.jpg" rel="lightbox[10242]"><img class="alignnone size-medium wp-image-10246" title="wedict4" src="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict4-300x213.jpg" alt="" width="300" height="213" /></a></li>
<li>把字典檔 *.idx 和 *.dict 放入 weDict.app<br />
<a href="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict5.jpg" rel="lightbox[10242]"><img class="alignnone size-medium wp-image-10247" title="wedict5" src="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict5-300x213.jpg" alt="" width="300" height="213" /></a></li>
<li>開啟 weDict 並進入 Settings<a href="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict.png" rel="lightbox[10242]"><br />
<img class="alignnone size-medium wp-image-10248" title="wedict" src="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict-200x300.png" alt="" width="200" height="300" /></a></li>
<li>勾選使用的字典<br />
<a href="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict-3.png" rel="lightbox[10242]"><img class="alignnone size-medium wp-image-10249" title="wedict-2" src="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict-2-200x300.png" alt="" width="200" height="300" /></a></li>
<li>漢英字典測試<br />
<a href="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict-3.png" rel="lightbox[10242]"><img class="alignnone size-medium wp-image-10250" title="wedict-3" src="http://iphone.i-bloog.com/wp-content/files/2008/09/wedict-3-200x300.png" alt="" width="200" height="300" /></a></li>
<li>加入 Source(Cydia): <span id="text38547" class="javascript">
<pre class="codeStyle">http://www.iphone.org.hk/apt/</pre>
<p></span></li>
<li><span id="text38547" class="javascript">安裝 </span><strong><span id="text39013" class="javascript">WeDict Fix</span></strong></li>
</ol>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2008%2F2.0.x-firmware-%25e5%258a%25a0%25e5%2585%25a5wedict%25e5%25ad%2597%25e5%2585%25b8%25e5%25ba%25ab.html&amp;t=2.0.x%20Firmware%20%E5%8A%A0%E5%85%A5weDict%E5%AD%97%E5%85%B8%E5%BA%AB" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2008/2.0.x-firmware-%e5%8a%a0%e5%85%a5wedict%e5%ad%97%e5%85%b8%e5%ba%ab.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>iFunBox 不錯的管理程式</title>
		<link>http://iphone.i-bloog.com/2008/ifunbox-%e4%b8%8d%e9%8c%af%e7%9a%84%e7%ae%a1%e7%90%86%e7%a8%8b%e5%bc%8f.html</link>
		<comments>http://iphone.i-bloog.com/2008/ifunbox-%e4%b8%8d%e9%8c%af%e7%9a%84%e7%ae%a1%e7%90%86%e7%a8%8b%e5%bc%8f.html#comments</comments>
		<pubDate>Mon, 11 Aug 2008 14:51:14 +0000</pubDate>
		<dc:creator>iphone</dc:creator>
				<category><![CDATA[iPhone 同步相關]]></category>
		<category><![CDATA[iPhone 應用]]></category>
		<category><![CDATA[iFunBox]]></category>
		<category><![CDATA[管理程式]]></category>

		<guid isPermaLink="false">http://iphone.i-bloog.com/2008/ifunbox-%e4%b8%8d%e9%8c%af%e7%9a%84%e7%ae%a1%e7%90%86%e7%a8%8b%e5%bc%8f.html</guid>
		<description><![CDATA[iFunBox 不錯的管理程式





i-FunBox Highlights:







Total Control of iPhone File System
Manage files on your iPhone in a way just like Windows Explorer but more robust and friendly. Easily transmit files and folders to your computer with the performance optimized file transfer.






Hi-Speed General Purpose Storage
Use your iPhone as an USB Portable Disk for general files. Exploit the large flash [...]]]></description>
			<content:encoded><![CDATA[<p><strong>iFunBox 不錯的管理程式</strong><br />
<a href="http://www.lightthoughts.com/ifunbox/download/iFunBox_0.5.182.30.zip"><img src="http://www.lightthoughts.com/ifunbox/images/download.gif" border="0" alt="Download iFunBox" width="200" height="55" /></a></p>
<table border="0" cellspacing="0" cellpadding="0" width="370">
<tbody>
<tr>
<td rowspan="7" width="8" height="106"></td>
<td class="style5" colspan="2" height="36" align="left">i-FunBox Highlights:</td>
<td class="style5" rowspan="7" width="17"></td>
</tr>
<tr>
<td width="47" height="79" align="center" valign="top">
<p align="center"><img src="http://www.lightthoughts.com/ifunbox/images/filesystem.gif" alt="iFunBox, iPhone File Manager" width="36" height="36" /></p>
</td>
<td class="style6" width="351" valign="top">
<p align="justify"><strong class="style5">Total Control of iPhone File System</strong><br />
Manage files on your iPhone in a way just like Windows Explorer but more robust and friendly. Easily transmit files and folders to your computer with the performance optimized file transfer.</td>
</tr>
<tr>
<td width="47" height="62" align="center" valign="top">
<p align="center"><img src="http://www.lightthoughts.com/ifunbox/images/genedisk.gif" alt="iFunBox, USB Portable Disk on iPhone" width="36" height="36" /></p>
</td>
<td valign="top">
<p align="justify"><strong class="style5">Hi-Speed General Purpose Storage</strong><br />
Use your iPhone as an USB Portable Disk for general files. Exploit the large flash memory on iPhone with transmission speed beyond 5MB/s.</td>
</tr>
<tr>
<td width="47" height="50" align="center" valign="top">
<p align="center"><img src="http://www.lightthoughts.com/ifunbox/images/music.gif" alt="iFunBox, iTunes Music Video Downloader" width="36" height="36" /></p>
</td>
<td valign="top">
<p align="justify"><span class="style5">Backup Music and Movie from iPhone/iPod </span><br />
Download Apple iTunes© managed audio and video in iPhone or iPod to PC as a backup copy. Never lose your favorite albums or movies.</td>
</tr>
<tr>
<td width="47" height="62" align="center" valign="top">
<p align="center"><img src="http://www.lightthoughts.com/ifunbox/images/wall.gif" alt="iFunbox, iPhone Wallpaper" width="36" height="36" /></p>
</td>
<td valign="top">
<p align="justify"><span class="style5">Flexible Batch Wallpaper Uploader</span><br />
Automatically convert and upload batches of images to iPhone as wallpaper. Any image size is supported including photos from professional cameras.</td>
</tr>
<tr>
<td height="18" align="center"></td>
<td valign="top"></td>
</tr>
<tr>
<td class="style5" height="36" align="center">MORE:</td>
<td align="center" valign="middle"><img src="http://www.lightthoughts.com/ifunbox/images/cam.gif" alt="" width="36" height="36" /> <img src="http://www.lightthoughts.com/ifunbox/images/ebook.gif" alt="" width="36" height="36" /> <img src="http://www.lightthoughts.com/ifunbox/images/icomic.gif" alt="" width="36" height="36" /> <img src="http://www.lightthoughts.com/ifunbox/images/nes.gif" alt="" width="36" height="36" /> <img src="http://www.lightthoughts.com/ifunbox/images/videorecorder.gif" alt="" width="36" height="36" /> <img src="http://www.lightthoughts.com/ifunbox/images/voicerecorder.gif" alt="" width="36" height="36" /> <img src="http://www.lightthoughts.com/ifunbox/images/apps.gif" alt="" width="36" height="36" /></td>
</tr>
</tbody>
</table>
<p><img src="http://www.lightthoughts.com/ifunbox/images/fileman.gif" alt="" width="189" height="409" /> <img src="http://www.lightthoughts.com/ifunbox/images/gene_disk.gif" alt="" width="189" height="409" /> <img src="http://www.lightthoughts.com/ifunbox/images/itunes.gif" alt="" width="189" height="520" /> <img src="http://www.lightthoughts.com/ifunbox/images/wallpaper.jpg" alt="" width="189" height="508" /></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fiphone.i-bloog.com%2F2008%2Fifunbox-%25e4%25b8%258d%25e9%258c%25af%25e7%259a%2584%25e7%25ae%25a1%25e7%2590%2586%25e7%25a8%258b%25e5%25bc%258f.html&amp;t=iFunBox%20%E4%B8%8D%E9%8C%AF%E7%9A%84%E7%AE%A1%E7%90%86%E7%A8%8B%E5%BC%8F" id="facebook_share_button" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
<script type="text/javascript">
var button = document.getElementById('facebook_share_link') || document.getElementById('facebook_share_icon') || document.getElementById('facebook_share_both') || document.getElementById('facebook_share_button');
if (button) {
	button.onclick = function(e) {
		var url = this.href.replace(/share\.php/, 'sharer.php');
		window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	if (button.id === 'facebook_share_button') {
		button.onmouseover = function(){
			this.style.color='#fff';
			this.style.borderColor = '#295582';
			this.style.backgroundColor = '#3b5998';
		}
		button.onmouseout = function(){
			this.style.color = '#3b5998';
			this.style.borderColor = '#d8dfea';
			this.style.backgroundColor = '#fff';
		}
	}
}
</script>
]]></content:encoded>
			<wfw:commentRss>http://iphone.i-bloog.com/2008/ifunbox-%e4%b8%8d%e9%8c%af%e7%9a%84%e7%ae%a1%e7%90%86%e7%a8%8b%e5%bc%8f.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.145 seconds -->
