<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>dasBlog Work Item Rss Feed</title><link>http://www.codeplex.com/dasBlog/WorkItem/List.aspx</link><description>dasBlog Work Item Rss Description</description><item><title>Commented Issue: IIS7 Pipeline mode, strange behavior [3671]</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3671</link><description>When running dasBlog under win 2008 IIS 7 with the IIS7 web.config you&amp;#39;ll get really strange behavior when running in Pipeline mode.&lt;br /&gt;&lt;br /&gt;Symptoms&amp;#58;&lt;br /&gt;1. Posts will appear and disappear&lt;br /&gt;2. Cache won&amp;#39;t invalidate without a application restart&lt;br /&gt;3. If you edit a post direct after posting, the post is &amp;#34;missing&amp;#34;&lt;br /&gt;4...and other strange stuff&lt;br /&gt;5. Uploads over 3mb seems to fail&amp;#40;file lands on server but dasBlog gets nutty&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; Lazze&lt;br /&gt;Comments: ** Comment from web user: crom84 ** &lt;p&gt;I experienced similar behaviour when I went with a new hosting plan.&lt;/p&gt;&lt;p&gt;As it turned out, the new plan was using clustered servers, which DasBlog is not designed to handle.&lt;/p&gt;</description><author>crom84</author><pubDate>Tue, 03 Nov 2009 19:54:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: IIS7 Pipeline mode, strange behavior [3671] 20091103075431P</guid></item><item><title>Created Issue: Getting Error 404.11: double escape sequence error [5303]</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=5303</link><description>I have just ported my site to a new server, which is running IIS 7. The DasBlog version I am running is 2.3.9074.18820.&lt;br /&gt;&lt;br /&gt;When I click on an article link &amp;#40;e.g. http&amp;#58;&amp;#47;&amp;#47;www.healthquotes.ca&amp;#47;blog&amp;#47;2009&amp;#47;09&amp;#47;21&amp;#47;2010&amp;#43;Vancouver&amp;#43;Olympics.aspx&amp;#41; I get the following error&amp;#58; &amp;#34;HTTP Error 404.11 - Not Found&lt;br /&gt;The request filtering module is configured to deny a request that contains a double escape sequence.&amp;#34;&lt;br /&gt;&lt;br /&gt;I don&amp;#39;t see a double escape sequence though.&lt;br /&gt;&lt;br /&gt;Help&amp;#33;&amp;#33; &amp;#58;&amp;#41;&lt;br /&gt;</description><author>crom84</author><pubDate>Tue, 20 Oct 2009 14:10:38 GMT</pubDate><guid isPermaLink="false">Created Issue: Getting Error 404.11: double escape sequence error [5303] 20091020021038P</guid></item><item><title>Commented Issue: IIS7 Pipeline mode, strange behavior [3671]</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3671</link><description>When running dasBlog under win 2008 IIS 7 with the IIS7 web.config you&amp;#39;ll get really strange behavior when running in Pipeline mode.&lt;br /&gt;&lt;br /&gt;Symptoms&amp;#58;&lt;br /&gt;1. Posts will appear and disappear&lt;br /&gt;2. Cache won&amp;#39;t invalidate without a application restart&lt;br /&gt;3. If you edit a post direct after posting, the post is &amp;#34;missing&amp;#34;&lt;br /&gt;4...and other strange stuff&lt;br /&gt;5. Uploads over 3mb seems to fail&amp;#40;file lands on server but dasBlog gets nutty&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47; Lazze&lt;br /&gt;Comments: ** Comment from web user: Domainscanners ** &lt;p&gt;Im working on a big site that contains 14 dasBlog installations all running as separate web applications within the same website. Running Win Server 2008 &amp;#92; IIS7. &lt;/p&gt;&lt;p&gt;I noticed on one blog that when you edited any post it would revert back and loose the changes after a few hours. Spent a long time trying to resolve this and in the end I deleted the blog install completely and reinstalled. I copied the &amp;#8220;Content&amp;#8221; folder over from a working blog to get some posts in the new blog and now im getting exactly the same problem&amp;#63;&amp;#63;&amp;#63; Is something under the hood doing something expected that im unaware of&amp;#63;&lt;br /&gt;&lt;/p&gt;</description><author>Domainscanners</author><pubDate>Tue, 29 Sep 2009 08:47:34 GMT</pubDate><guid isPermaLink="false">Commented Issue: IIS7 Pipeline mode, strange behavior [3671] 20090929084734A</guid></item><item><title>Commented Issue: OutOfMemoryException thrown with low # of users in UrlMapperModule Regex</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3976</link><description>After a recent upgrade to release dasBlog 2.3.9074, with default Url Mappings, I frequently receive OutOfMemoryExceptions related to the RegEx matching of incoming Urls under a relatively low load.&lt;br /&gt;Comments: ** Comment from web user: crom84 ** &lt;p&gt;Did you solve thhis problem&amp;#63; I am getting the same error ONLY when I click on the Comment hyperlink to leave a comment.&lt;/p&gt;</description><author>crom84</author><pubDate>Thu, 03 Sep 2009 15:14:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: OutOfMemoryException thrown with low # of users in UrlMapperModule Regex 20090903031419P</guid></item><item><title>Created Issue: Trackback response</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=4315</link><description>Hi,&lt;br /&gt;if I understand the Trackback specification &amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.sixapart.com&amp;#47;pronet&amp;#47;docs&amp;#47;trackback_spec&amp;#41; correctly, the response for an incoming Trackback request has to be xml.&lt;br /&gt;Currently it is html.&lt;br /&gt;It should be enough to set the content-type&amp;#58; Response.ContentType &amp;#61; &amp;#34;text&amp;#47;xml&amp;#34;&lt;br /&gt;&lt;br /&gt;Ren&amp;#233;&lt;br /&gt;</description><author>ReneHezser</author><pubDate>Wed, 24 Jun 2009 10:03:35 GMT</pubDate><guid isPermaLink="false">Created Issue: Trackback response 20090624100335A</guid></item><item><title>Closed Issue: Captcha doesn't work in version 2.2.8279.16125.</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3891</link><description>Captcha doesn&amp;#39;t work in version 2.2.8279.16125.&lt;br /&gt;Performing a clean install will allow anyone to post comments. Captcha is completely ignored &amp;#40;can type anything or leave blank&amp;#41;.&lt;br /&gt;Comments: &lt;p&gt;fixed&lt;/p&gt;</description><author>paulb</author><pubDate>Fri, 19 Jun 2009 02:10:08 GMT</pubDate><guid isPermaLink="false">Closed Issue: Captcha doesn't work in version 2.2.8279.16125. 20090619021008A</guid></item><item><title>Commented Issue: Captcha doesn't work in version 2.2.8279.16125.</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3891</link><description>Captcha doesn&amp;#39;t work in version 2.2.8279.16125.&lt;br /&gt;Performing a clean install will allow anyone to post comments. Captcha is completely ignored &amp;#40;can type anything or leave blank&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: paulb ** &lt;p&gt;Fixed in a the current trunk &amp;#40;or maybe 2.3, not sure if it got in&amp;#41;&lt;/p&gt;</description><author>paulb</author><pubDate>Fri, 19 Jun 2009 02:09:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: Captcha doesn't work in version 2.2.8279.16125. 20090619020955A</guid></item><item><title>Closed Issue: his feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=4198</link><description>see -&amp;#62;  http&amp;#58;&amp;#47;&amp;#47;feedvalidator.org&amp;#47;check.cgi&amp;#63;url&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.rutlandguttersupply.com&amp;#47;blog&amp;#47;SyndicationService.asmx&amp;#47;GetRss&lt;br /&gt;&lt;br /&gt;This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.&lt;br /&gt;&amp;#35;&lt;br /&gt;&lt;br /&gt;line 2, column 0&amp;#58; Use of unknown namespace&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance &amp;#91;help&amp;#93;&lt;br /&gt;&lt;br /&gt;    &amp;#60;rss xmlns&amp;#58;xsi&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; xmlns&amp;#58;xsd&amp;#61;&amp;#34;http&amp;#58;&amp;#47; ...&lt;br /&gt;&lt;br /&gt;&amp;#35;&lt;br /&gt;&lt;br /&gt;line 2, column 0&amp;#58; Use of unknown namespace&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema &amp;#91;help&amp;#93;&lt;br /&gt;&lt;br /&gt;    &amp;#60;rss xmlns&amp;#58;xsi&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; xmlns&amp;#58;xsd&amp;#61;&amp;#34;http&amp;#58;&amp;#47; ...&lt;br /&gt;&lt;br /&gt;&amp;#35;&lt;br /&gt;&lt;br /&gt;line 2, column 0&amp;#58; Use of unknown namespace&amp;#58; http&amp;#58;&amp;#47;&amp;#47;madskills.com&amp;#47;public&amp;#47;xml&amp;#47;rss&amp;#47;module&amp;#47;pingback&amp;#47; &amp;#91;help&amp;#93;&lt;br /&gt;&lt;br /&gt;    &amp;#60;rss xmlns&amp;#58;xsi&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; xmlns&amp;#58;xsd&amp;#61;&amp;#34;http&amp;#58;&amp;#47; ...&lt;br /&gt;&lt;br /&gt;&amp;#35;&lt;br /&gt;&lt;br /&gt;line 11, column 49&amp;#58; Email address is missing real name &amp;#91;help&amp;#93;&lt;br /&gt;&lt;br /&gt;        &amp;#60;managingEditor&amp;#62;blogs&amp;#64;rutlandguttersupply.com&amp;#60;&amp;#47;managingEditor&amp;#62;&lt;br /&gt;                                                     &amp;#94;&lt;br /&gt;&lt;br /&gt;&amp;#35;&lt;br /&gt;&lt;br /&gt;line 12, column 44&amp;#58; Email address is missing real name &amp;#91;help&amp;#93;&lt;br /&gt;&lt;br /&gt;        &amp;#60;webMaster&amp;#62;blogs&amp;#64;rutlandguttersupply.com&amp;#60;&amp;#47;webMaster&amp;#62;&lt;br /&gt;                                                &amp;#94;&lt;br /&gt;Comments: &lt;p&gt;thanks for the suggestion. We will certainly make sure to take a look at these recommendations when we rebuild the feed code. Currently most feedreaders seem to accept the feeds &amp;#40;both rss and atom&amp;#41; without a problem. If you know of any readers, which do have a problem we can have a look at those and see if we can improve the experience in those cases.&lt;/p&gt;</description><author>paulb</author><pubDate>Fri, 19 Jun 2009 02:07:13 GMT</pubDate><guid isPermaLink="false">Closed Issue: his feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations. 20090619020713A</guid></item><item><title>Created Issue: his feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=4198</link><description>see -&amp;#62;  http&amp;#58;&amp;#47;&amp;#47;feedvalidator.org&amp;#47;check.cgi&amp;#63;url&amp;#61;http&amp;#58;&amp;#47;&amp;#47;www.rutlandguttersupply.com&amp;#47;blog&amp;#47;SyndicationService.asmx&amp;#47;GetRss&lt;br /&gt;&lt;br /&gt;This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.&lt;br /&gt;&amp;#35;&lt;br /&gt;&lt;br /&gt;line 2, column 0&amp;#58; Use of unknown namespace&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance &amp;#91;help&amp;#93;&lt;br /&gt;&lt;br /&gt;    &amp;#60;rss xmlns&amp;#58;xsi&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; xmlns&amp;#58;xsd&amp;#61;&amp;#34;http&amp;#58;&amp;#47; ...&lt;br /&gt;&lt;br /&gt;&amp;#35;&lt;br /&gt;&lt;br /&gt;line 2, column 0&amp;#58; Use of unknown namespace&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema &amp;#91;help&amp;#93;&lt;br /&gt;&lt;br /&gt;    &amp;#60;rss xmlns&amp;#58;xsi&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; xmlns&amp;#58;xsd&amp;#61;&amp;#34;http&amp;#58;&amp;#47; ...&lt;br /&gt;&lt;br /&gt;&amp;#35;&lt;br /&gt;&lt;br /&gt;line 2, column 0&amp;#58; Use of unknown namespace&amp;#58; http&amp;#58;&amp;#47;&amp;#47;madskills.com&amp;#47;public&amp;#47;xml&amp;#47;rss&amp;#47;module&amp;#47;pingback&amp;#47; &amp;#91;help&amp;#93;&lt;br /&gt;&lt;br /&gt;    &amp;#60;rss xmlns&amp;#58;xsi&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; xmlns&amp;#58;xsd&amp;#61;&amp;#34;http&amp;#58;&amp;#47; ...&lt;br /&gt;&lt;br /&gt;&amp;#35;&lt;br /&gt;&lt;br /&gt;line 11, column 49&amp;#58; Email address is missing real name &amp;#91;help&amp;#93;&lt;br /&gt;&lt;br /&gt;        &amp;#60;managingEditor&amp;#62;blogs&amp;#64;rutlandguttersupply.com&amp;#60;&amp;#47;managingEditor&amp;#62;&lt;br /&gt;                                                     &amp;#94;&lt;br /&gt;&lt;br /&gt;&amp;#35;&lt;br /&gt;&lt;br /&gt;line 12, column 44&amp;#58; Email address is missing real name &amp;#91;help&amp;#93;&lt;br /&gt;&lt;br /&gt;        &amp;#60;webMaster&amp;#62;blogs&amp;#64;rutlandguttersupply.com&amp;#60;&amp;#47;webMaster&amp;#62;&lt;br /&gt;                                                &amp;#94;&lt;br /&gt;</description><author>rutlandsupply</author><pubDate>Thu, 18 Jun 2009 14:43:28 GMT</pubDate><guid isPermaLink="false">Created Issue: his feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations. 20090618024328P</guid></item><item><title>Created Issue: Invalid method name 'getrss',  method names are case sensitive</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=4197</link><description>Some of the feed fetchers &amp;#40;crawl-66-249-70-200.googlebot.com&amp;#41; are converting the syndication rss from ..&amp;#47;blog&amp;#47;SyndicationService.asmx&amp;#47;GetRss to ..&amp;#47;blog&amp;#47;syndicationservice.asmx&amp;#47;getrss and I get server - access errors. If you manually enter ..&amp;#47;blog&amp;#47;syndicationservice.asmx&amp;#47;getrss the error page says&amp;#58;&lt;br /&gt;&lt;br /&gt;Invalid method name &amp;#39;getrss&amp;#39;,  method names are case sensitive.   The method name &amp;#39;GetRss&amp;#39; with the same name but different casing was found.&lt;br /&gt;Parameter name&amp;#58; methodName&lt;br /&gt;&lt;br /&gt;How can you eliminate the case sensitivity and have both uppercase and lower case work reliably&amp;#63; Having the same problem with ..&amp;#47;getatom attempts&lt;br /&gt;&lt;br /&gt;Error Message&amp;#58; Server error&lt;br /&gt;&lt;br /&gt;Requested Page&amp;#58; &amp;#47;blog&amp;#47;syndicationservice.asmx&amp;#47;getrss                    &lt;br /&gt;&lt;br /&gt;&amp;#9;&lt;br /&gt;&amp;#9;Date &amp;#9;&lt;br /&gt;&amp;#9;&lt;br /&gt;&amp;#9;Host &amp;#9;&lt;br /&gt;&amp;#9;&lt;br /&gt;&amp;#9;Referrer &amp;#9;&lt;br /&gt;&amp;#9;&lt;br /&gt;&amp;#9;Browser &amp;#9;&lt;br /&gt;&amp;#9;&lt;br /&gt;&amp;#9;Platform &amp;#9;&lt;br /&gt;1. &amp;#9;Friday, April 24, 2009 at 10&amp;#58;48 p.m. &amp;#9;crawl-66-249-70-200.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;2. &amp;#9;Friday, April 24, 2009 at 10&amp;#58;49 p.m. &amp;#9;crawl-66-249-70-200.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;3. &amp;#9;Friday, April 24, 2009 at 10&amp;#58;50 p.m. &amp;#9;crawl-66-249-70-200.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;4. &amp;#9;Friday, April 24, 2009 at 10&amp;#58;51 p.m. &amp;#9;fe03.sitex.search.ac2.yahoo.com &amp;#9;None &amp;#9;Yahoo &amp;#9;Unknown&lt;br /&gt;5. &amp;#9;Friday, April 24, 2009 at 10&amp;#58;51 p.m. &amp;#9;crawl-66-249-70-200.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;6. &amp;#9;Thursday, April 30, 2009 at 4&amp;#58;43 p.m. &amp;#9;ec2-67-202-28-213.compute-1.amazonaws.com &amp;#9;None &amp;#9;AideRSS &amp;#9;Unknown&lt;br /&gt;7. &amp;#9;Thursday, April 30, 2009 at 4&amp;#58;43 p.m. &amp;#9;38.99.68.206 &amp;#9;None &amp;#9;FriendFeedBot &amp;#9;Unknown&lt;br /&gt;8. &amp;#9;Thursday, April 30, 2009 at 4&amp;#58;44 p.m. &amp;#9;79-99-6-106.serverhotell.net &amp;#9;None &amp;#9;Twingly Recon &amp;#9;Unknown&lt;br /&gt;9. &amp;#9;Thursday, April 30, 2009 at 4&amp;#58;44 p.m. &amp;#9;79-99-6-106.serverhotell.net &amp;#9;None &amp;#9;Twingly Recon &amp;#9;Unknown&lt;br /&gt;10. &amp;#9;Thursday, April 30, 2009 at 4&amp;#58;45 p.m. &amp;#9;ec2-67-202-38-4.compute-1.amazonaws.com &amp;#9;None &amp;#9;uberbot &amp;#9;Unknown&lt;br /&gt;11. &amp;#9;Thursday, April 30, 2009 at 4&amp;#58;46 p.m. &amp;#9;mojito.smartwebsearching.be &amp;#9;None &amp;#9;PycURL &amp;#9;Unknown&lt;br /&gt;12. &amp;#9;Thursday, April 30, 2009 at 4&amp;#58;46 p.m. &amp;#9;38.99.68.206 &amp;#9;None &amp;#9;FriendFeedBot &amp;#9;Unknown&lt;br /&gt;13. &amp;#9;Thursday, April 30, 2009 at 4&amp;#58;47 p.m. &amp;#9;216-24-131-119.viawest.net &amp;#9;None &amp;#9;Firefox &amp;#9;Windows XP&lt;br /&gt;14. &amp;#9;Thursday, April 30, 2009 at 4&amp;#58;47 p.m. &amp;#9;216-24-131-119.viawest.net &amp;#9;None &amp;#9;Firefox &amp;#9;Windows XP&lt;br /&gt;15. &amp;#9;Thursday, April 30, 2009 at 4&amp;#58;47 p.m. &amp;#9;216-24-131-119.viawest.net &amp;#9;None &amp;#9;Firefox &amp;#9;Windows XP&lt;br /&gt;16. &amp;#9;Thursday, April 30, 2009 at 7&amp;#58;49 p.m. &amp;#9;ec2-75-101-161-1.compute-1.amazonaws.com &amp;#9;None &amp;#9;Firefox &amp;#9;Macintosh&lt;br /&gt;17. &amp;#9;Saturday, May 2, 2009 at 11&amp;#58;41 a.m. &amp;#9;38.99.68.205 &amp;#9;None &amp;#9;FriendFeedBot &amp;#9;Unknown&lt;br /&gt;18. &amp;#9;Saturday, May 2, 2009 at 12&amp;#58;42 p.m. &amp;#9;38.99.68.205 &amp;#9;None &amp;#9;FriendFeedBot &amp;#9;Unknown&lt;br /&gt;19. &amp;#9;Saturday, May 2, 2009 at 1&amp;#58;42 p.m. &amp;#9;38.99.68.205 &amp;#9;None &amp;#9;FriendFeedBot &amp;#9;Unknown&lt;br /&gt;20. &amp;#9;Saturday, May 2, 2009 at 2&amp;#58;43 p.m. &amp;#9;38.99.68.205 &amp;#9;None &amp;#9;FriendFeedBot &amp;#9;Unknown&lt;br /&gt;21. &amp;#9;Saturday, May 2, 2009 at 3&amp;#58;43 p.m. &amp;#9;38.99.68.205 &amp;#9;None &amp;#9;FriendFeedBot &amp;#9;Unknown&lt;br /&gt;22. &amp;#9;Saturday, May 2, 2009 at 4&amp;#58;10 p.m. &amp;#9;ubuntu820131.aspadmin.net &amp;#9;None &amp;#9;Firefox &amp;#9;Windows NT&lt;br /&gt;23. &amp;#9;Saturday, May 2, 2009 at 4&amp;#58;43 p.m. &amp;#9;38.99.68.205 &amp;#9;None &amp;#9;FriendFeedBot &amp;#9;Unknown&lt;br /&gt;24. &amp;#9;Sunday, May 3, 2009 at 9&amp;#58;31 p.m. &amp;#9;fw01-620.technorati.com &amp;#9;None &amp;#9;Technoratibot &amp;#9;Unknown&lt;br /&gt;25. &amp;#9;Tuesday, May 5, 2009 at 12&amp;#58;00 p.m. &amp;#9;fw01-620.technorati.com &amp;#9;None &amp;#9;Technoratibot &amp;#9;Unknown&lt;br /&gt;26. &amp;#9;Tuesday, May 12, 2009 at 11&amp;#58;41 a.m. &amp;#9;htproxy1.ops.re4.yahoo.net &amp;#9;None &amp;#9;YahooFeedSeeker &amp;#9;Unknown&lt;br /&gt;27. &amp;#9;Tuesday, May 12, 2009 at 11&amp;#58;42 a.m. &amp;#9;64.233.172.6 &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;28. &amp;#9;Tuesday, May 12, 2009 at 2&amp;#58;15 p.m. &amp;#9;fe-3-28.cr01-200p-sfo.unitedlayer.com &amp;#9;None &amp;#9;Pageflakes &amp;#9;Windows NT&lt;br /&gt;29. &amp;#9;Tuesday, May 12, 2009 at 2&amp;#58;16 p.m. &amp;#9;fe-3-28.cr01-200p-sfo.unitedlayer.com &amp;#9;None &amp;#9;Pageflakes &amp;#9;Windows NT&lt;br /&gt;30. &amp;#9;Tuesday, May 12, 2009 at 2&amp;#58;17 p.m. &amp;#9;htproxy2.ops.sp1.yahoo.net &amp;#9;None &amp;#9;YahooFeedSeeker &amp;#9;Unknown&lt;br /&gt;31. &amp;#9;Tuesday, May 12, 2009 at 3&amp;#58;19 p.m. &amp;#9;fe-3-28.cr01-200p-sfo.unitedlayer.com &amp;#9;None &amp;#9;Pageflakes &amp;#9;Windows NT&lt;br /&gt;32. &amp;#9;Tuesday, May 12, 2009 at 3&amp;#58;19 p.m. &amp;#9;fe-3-28.cr01-200p-sfo.unitedlayer.com &amp;#9;None &amp;#9;Pageflakes &amp;#9;Windows NT&lt;br /&gt;33. &amp;#9;Tuesday, May 12, 2009 at 3&amp;#58;20 p.m. &amp;#9;fe-3-28.cr01-200p-sfo.unitedlayer.com &amp;#9;None &amp;#9;Pageflakes &amp;#9;Windows NT&lt;br /&gt;34. &amp;#9;Tuesday, May 12, 2009 at 3&amp;#58;20 p.m. &amp;#9;fe-3-28.cr01-200p-sfo.unitedlayer.com &amp;#9;None &amp;#9;Pageflakes &amp;#9;Windows NT&lt;br /&gt;35. &amp;#9;Tuesday, May 12, 2009 at 3&amp;#58;20 p.m. &amp;#9;fe-3-28.cr01-200p-sfo.unitedlayer.com &amp;#9;None &amp;#9;Pageflakes &amp;#9;Windows NT&lt;br /&gt;36. &amp;#9;Tuesday, May 12, 2009 at 3&amp;#58;26 p.m. &amp;#9;fe-3-28.cr01-200p-sfo.unitedlayer.com &amp;#9;None &amp;#9;Pageflakes &amp;#9;Windows NT&lt;br /&gt;37. &amp;#9;Tuesday, May 12, 2009 at 3&amp;#58;26 p.m. &amp;#9;fe-3-28.cr01-200p-sfo.unitedlayer.com &amp;#9;None &amp;#9;Pageflakes &amp;#9;Windows NT&lt;br /&gt;38. &amp;#9;Tuesday, May 12, 2009 at 3&amp;#58;46 p.m. &amp;#9;htproxy2.ops.sp1.yahoo.net &amp;#9;None &amp;#9;YahooFeedSeeker &amp;#9;Unknown&lt;br /&gt;39. &amp;#9;Tuesday, May 12, 2009 at 4&amp;#58;30 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;40. &amp;#9;Tuesday, May 12, 2009 at 4&amp;#58;32 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;41. &amp;#9;Tuesday, May 12, 2009 at 4&amp;#58;48 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;42. &amp;#9;Tuesday, May 12, 2009 at 4&amp;#58;49 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;43. &amp;#9;Tuesday, May 12, 2009 at 7&amp;#58;49 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;44. &amp;#9;Tuesday, May 12, 2009 at 7&amp;#58;50 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;45. &amp;#9;Tuesday, May 12, 2009 at 7&amp;#58;51 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;46. &amp;#9;Tuesday, May 12, 2009 at 7&amp;#58;52 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;47. &amp;#9;Tuesday, May 12, 2009 at 10&amp;#58;52 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;48. &amp;#9;Tuesday, May 12, 2009 at 10&amp;#58;53 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;49. &amp;#9;Tuesday, May 12, 2009 at 10&amp;#58;54 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;50. &amp;#9;Tuesday, May 12, 2009 at 10&amp;#58;55 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;51. &amp;#9;Wednesday, May 13, 2009 at 1&amp;#58;55 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;52. &amp;#9;Wednesday, May 13, 2009 at 1&amp;#58;56 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;53. &amp;#9;Wednesday, May 13, 2009 at 1&amp;#58;57 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;54. &amp;#9;Wednesday, May 13, 2009 at 1&amp;#58;58 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;55. &amp;#9;Wednesday, May 13, 2009 at 4&amp;#58;58 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;56. &amp;#9;Wednesday, May 13, 2009 at 4&amp;#58;59 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;57. &amp;#9;Wednesday, May 13, 2009 at 5&amp;#58;00 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;58. &amp;#9;Wednesday, May 13, 2009 at 5&amp;#58;01 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;59. &amp;#9;Wednesday, May 13, 2009 at 8&amp;#58;01 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;60. &amp;#9;Wednesday, May 13, 2009 at 8&amp;#58;02 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;61. &amp;#9;Wednesday, May 13, 2009 at 8&amp;#58;03 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;62. &amp;#9;Wednesday, May 13, 2009 at 8&amp;#58;04 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;63. &amp;#9;Wednesday, May 13, 2009 at 11&amp;#58;04 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;64. &amp;#9;Wednesday, May 13, 2009 at 11&amp;#58;05 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;65. &amp;#9;Wednesday, May 13, 2009 at 11&amp;#58;06 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;66. &amp;#9;Wednesday, May 13, 2009 at 11&amp;#58;11 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;67. &amp;#9;Wednesday, May 13, 2009 at 2&amp;#58;24 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;68. &amp;#9;Wednesday, May 13, 2009 at 2&amp;#58;25 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;69. &amp;#9;Wednesday, May 13, 2009 at 2&amp;#58;26 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;70. &amp;#9;Wednesday, May 13, 2009 at 2&amp;#58;38 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;71. &amp;#9;Wednesday, May 13, 2009 at 5&amp;#58;38 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;72. &amp;#9;Wednesday, May 13, 2009 at 5&amp;#58;39 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;73. &amp;#9;Wednesday, May 13, 2009 at 5&amp;#58;40 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;74. &amp;#9;Wednesday, May 13, 2009 at 5&amp;#58;41 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;75. &amp;#9;Wednesday, May 13, 2009 at 8&amp;#58;42 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;76. &amp;#9;Wednesday, May 13, 2009 at 8&amp;#58;43 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;77. &amp;#9;Wednesday, May 13, 2009 at 9&amp;#58;21 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;78. &amp;#9;Wednesday, May 13, 2009 at 9&amp;#58;23 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;79. &amp;#9;Thursday, May 14, 2009 at 12&amp;#58;23 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;80. &amp;#9;Thursday, May 14, 2009 at 12&amp;#58;24 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;81. &amp;#9;Thursday, May 14, 2009 at 12&amp;#58;25 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;82. &amp;#9;Thursday, May 14, 2009 at 12&amp;#58;26 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;83. &amp;#9;Thursday, May 14, 2009 at 3&amp;#58;26 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;84. &amp;#9;Thursday, May 14, 2009 at 3&amp;#58;27 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;85. &amp;#9;Thursday, May 14, 2009 at 3&amp;#58;28 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;86. &amp;#9;Thursday, May 14, 2009 at 3&amp;#58;29 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;87. &amp;#9;Thursday, May 14, 2009 at 6&amp;#58;29 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;88. &amp;#9;Thursday, May 14, 2009 at 6&amp;#58;30 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;89. &amp;#9;Thursday, May 14, 2009 at 6&amp;#58;31 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;90. &amp;#9;Thursday, May 14, 2009 at 6&amp;#58;32 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;91. &amp;#9;Thursday, May 14, 2009 at 9&amp;#58;32 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;92. &amp;#9;Thursday, May 14, 2009 at 9&amp;#58;35 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;93. &amp;#9;Thursday, May 14, 2009 at 9&amp;#58;36 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;94. &amp;#9;Thursday, May 14, 2009 at 9&amp;#58;37 a.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;95. &amp;#9;Thursday, May 14, 2009 at 12&amp;#58;37 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;96. &amp;#9;Thursday, May 14, 2009 at 6&amp;#58;12 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;97. &amp;#9;Thursday, May 14, 2009 at 6&amp;#58;13 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;98. &amp;#9;Thursday, May 14, 2009 at 6&amp;#58;14 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;99. &amp;#9;Thursday, May 14, 2009 at 9&amp;#58;14 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;100. &amp;#9;Thursday, May 14, 2009 at 9&amp;#58;15 p.m. &amp;#9;rate-limited-proxy-72-14-199-45.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;789. &amp;#9;Wednesday, June 10, 2009 at 3&amp;#58;25 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;790. &amp;#9;Wednesday, June 10, 2009 at 6&amp;#58;26 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;791. &amp;#9;Wednesday, June 10, 2009 at 6&amp;#58;27 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;792. &amp;#9;Wednesday, June 10, 2009 at 6&amp;#58;28 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;793. &amp;#9;Wednesday, June 10, 2009 at 6&amp;#58;29 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;794. &amp;#9;Wednesday, June 10, 2009 at 7&amp;#58;04 a.m. &amp;#9;ec2-67-202-41-3.compute-1.amazonaws.com &amp;#9;None &amp;#9;Internet Archive &amp;#9;Unknown&lt;br /&gt;795. &amp;#9;Wednesday, June 10, 2009 at 7&amp;#58;05 a.m. &amp;#9;ec2-67-202-41-3.compute-1.amazonaws.com &amp;#9;None &amp;#9;Internet Archive &amp;#9;Unknown&lt;br /&gt;796. &amp;#9;Wednesday, June 10, 2009 at 9&amp;#58;29 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;797. &amp;#9;Wednesday, June 10, 2009 at 9&amp;#58;30 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;798. &amp;#9;Wednesday, June 10, 2009 at 9&amp;#58;38 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;799. &amp;#9;Wednesday, June 10, 2009 at 10&amp;#58;21 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;800. &amp;#9;Wednesday, June 10, 2009 at 1&amp;#58;21 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;801. &amp;#9;Wednesday, June 10, 2009 at 1&amp;#58;24 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;802. &amp;#9;Wednesday, June 10, 2009 at 1&amp;#58;25 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;803. &amp;#9;Wednesday, June 10, 2009 at 1&amp;#58;26 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;804. &amp;#9;Wednesday, June 10, 2009 at 4&amp;#58;26 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;805. &amp;#9;Wednesday, June 10, 2009 at 4&amp;#58;30 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;806. &amp;#9;Wednesday, June 10, 2009 at 4&amp;#58;31 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;807. &amp;#9;Wednesday, June 10, 2009 at 4&amp;#58;35 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;808. &amp;#9;Wednesday, June 10, 2009 at 10&amp;#58;18 p.m. &amp;#9;80.128.188.72.cfl.res.rr.com &amp;#9;None &amp;#9;Safari &amp;#9;Macintosh&lt;br /&gt;809. &amp;#9;Wednesday, June 10, 2009 at 10&amp;#58;47 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;810. &amp;#9;Wednesday, June 10, 2009 at 11&amp;#58;10 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;811. &amp;#9;Wednesday, June 10, 2009 at 11&amp;#58;11 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;812. &amp;#9;Wednesday, June 10, 2009 at 11&amp;#58;12 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;813. &amp;#9;Wednesday, June 10, 2009 at 11&amp;#58;29 p.m. &amp;#9;crawl-66-249-72-132.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;814. &amp;#9;Wednesday, June 10, 2009 at 11&amp;#58;30 p.m. &amp;#9;crawl-66-249-72-132.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;815. &amp;#9;Wednesday, June 10, 2009 at 11&amp;#58;31 p.m. &amp;#9;crawl-66-249-72-132.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;816. &amp;#9;Wednesday, June 10, 2009 at 11&amp;#58;32 p.m. &amp;#9;crawl-66-249-72-132.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;817. &amp;#9;Wednesday, June 10, 2009 at 11&amp;#58;47 p.m. &amp;#9;crawl-66-249-72-132.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;818. &amp;#9;Wednesday, June 10, 2009 at 11&amp;#58;48 p.m. &amp;#9;crawl-66-249-72-132.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;819. &amp;#9;Wednesday, June 10, 2009 at 11&amp;#58;49 p.m. &amp;#9;crawl-66-249-72-132.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;820. &amp;#9;Wednesday, June 10, 2009 at 11&amp;#58;50 p.m. &amp;#9;crawl-66-249-72-132.googlebot.com &amp;#9;None &amp;#9;Googlebot &amp;#9;Unknown&lt;br /&gt;821. &amp;#9;Thursday, June 11, 2009 at 2&amp;#58;12 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;822. &amp;#9;Thursday, June 11, 2009 at 2&amp;#58;13 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;823. &amp;#9;Thursday, June 11, 2009 at 2&amp;#58;14 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;824. &amp;#9;Thursday, June 11, 2009 at 2&amp;#58;15 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;825. &amp;#9;Thursday, June 11, 2009 at 5&amp;#58;15 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;826. &amp;#9;Thursday, June 11, 2009 at 5&amp;#58;16 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;827. &amp;#9;Thursday, June 11, 2009 at 5&amp;#58;17 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;828. &amp;#9;Thursday, June 11, 2009 at 5&amp;#58;18 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;829. &amp;#9;Thursday, June 11, 2009 at 8&amp;#58;03 a.m. &amp;#9;ec2-67-202-41-3.compute-1.amazonaws.com &amp;#9;None &amp;#9;Internet Archive &amp;#9;Unknown&lt;br /&gt;830. &amp;#9;Thursday, June 11, 2009 at 8&amp;#58;18 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;831. &amp;#9;Thursday, June 11, 2009 at 8&amp;#58;19 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;832. &amp;#9;Thursday, June 11, 2009 at 8&amp;#58;20 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;833. &amp;#9;Thursday, June 11, 2009 at 8&amp;#58;21 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;834. &amp;#9;Thursday, June 11, 2009 at 11&amp;#58;21 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;835. &amp;#9;Thursday, June 11, 2009 at 11&amp;#58;22 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;836. &amp;#9;Thursday, June 11, 2009 at 11&amp;#58;23 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;837. &amp;#9;Thursday, June 11, 2009 at 11&amp;#58;24 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;838. &amp;#9;Thursday, June 11, 2009 at 2&amp;#58;30 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;839. &amp;#9;Thursday, June 11, 2009 at 2&amp;#58;31 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;840. &amp;#9;Thursday, June 11, 2009 at 2&amp;#58;32 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;841. &amp;#9;Thursday, June 11, 2009 at 2&amp;#58;33 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;842. &amp;#9;Thursday, June 11, 2009 at 5&amp;#58;33 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;843. &amp;#9;Thursday, June 11, 2009 at 5&amp;#58;34 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;844. &amp;#9;Thursday, June 11, 2009 at 5&amp;#58;35 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;845. &amp;#9;Thursday, June 11, 2009 at 5&amp;#58;36 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;846. &amp;#9;Thursday, June 11, 2009 at 8&amp;#58;39 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;847. &amp;#9;Thursday, June 11, 2009 at 8&amp;#58;40 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;848. &amp;#9;Thursday, June 11, 2009 at 8&amp;#58;41 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;849. &amp;#9;Thursday, June 11, 2009 at 8&amp;#58;42 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;850. &amp;#9;Thursday, June 11, 2009 at 9&amp;#58;26 p.m. &amp;#9;ec2-67-202-41-3.compute-1.amazonaws.com &amp;#9;None &amp;#9;Internet Archive &amp;#9;Unknown&lt;br /&gt;851. &amp;#9;Thursday, June 11, 2009 at 11&amp;#58;42 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;852. &amp;#9;Thursday, June 11, 2009 at 11&amp;#58;48 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;853. &amp;#9;Thursday, June 11, 2009 at 11&amp;#58;49 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;854. &amp;#9;Thursday, June 11, 2009 at 11&amp;#58;50 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;855. &amp;#9;Friday, June 12, 2009 at 2&amp;#58;51 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;856. &amp;#9;Friday, June 12, 2009 at 2&amp;#58;52 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;857. &amp;#9;Friday, June 12, 2009 at 2&amp;#58;53 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;858. &amp;#9;Friday, June 12, 2009 at 3&amp;#58;02 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;859. &amp;#9;Friday, June 12, 2009 at 6&amp;#58;02 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;860. &amp;#9;Friday, June 12, 2009 at 6&amp;#58;04 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;861. &amp;#9;Friday, June 12, 2009 at 6&amp;#58;05 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;862. &amp;#9;Friday, June 12, 2009 at 6&amp;#58;06 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;863. &amp;#9;Friday, June 12, 2009 at 9&amp;#58;07 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;864. &amp;#9;Friday, June 12, 2009 at 9&amp;#58;08 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;865. &amp;#9;Friday, June 12, 2009 at 9&amp;#58;09 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;866. &amp;#9;Friday, June 12, 2009 at 9&amp;#58;10 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;867. &amp;#9;Friday, June 12, 2009 at 12&amp;#58;10 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;868. &amp;#9;Friday, June 12, 2009 at 12&amp;#58;11 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;869. &amp;#9;Friday, June 12, 2009 at 12&amp;#58;12 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;870. &amp;#9;Friday, June 12, 2009 at 12&amp;#58;13 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;871. &amp;#9;Friday, June 12, 2009 at 3&amp;#58;20 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;872. &amp;#9;Friday, June 12, 2009 at 3&amp;#58;21 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;873. &amp;#9;Friday, June 12, 2009 at 3&amp;#58;22 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;874. &amp;#9;Friday, June 12, 2009 at 3&amp;#58;23 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;875. &amp;#9;Friday, June 12, 2009 at 5&amp;#58;57 p.m. &amp;#9;ec2-67-202-41-3.compute-1.amazonaws.com &amp;#9;None &amp;#9;Internet Archive &amp;#9;Unknown&lt;br /&gt;876. &amp;#9;Friday, June 12, 2009 at 6&amp;#58;23 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;877. &amp;#9;Friday, June 12, 2009 at 6&amp;#58;24 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;878. &amp;#9;Friday, June 12, 2009 at 6&amp;#58;26 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;879. &amp;#9;Friday, June 12, 2009 at 6&amp;#58;27 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;880. &amp;#9;Friday, June 12, 2009 at 9&amp;#58;27 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;881. &amp;#9;Friday, June 12, 2009 at 9&amp;#58;28 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;882. &amp;#9;Friday, June 12, 2009 at 9&amp;#58;29 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;883. &amp;#9;Friday, June 12, 2009 at 9&amp;#58;30 p.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;884. &amp;#9;Saturday, June 13, 2009 at 12&amp;#58;30 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;885. &amp;#9;Saturday, June 13, 2009 at 12&amp;#58;31 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;886. &amp;#9;Saturday, June 13, 2009 at 12&amp;#58;32 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;887. &amp;#9;Saturday, June 13, 2009 at 12&amp;#58;33 a.m. &amp;#9;rate-limited-proxy-72-14-199-4.google.com &amp;#9;None &amp;#9;Feedfetcher-Google&amp;#59; &amp;#9;Unknown&lt;br /&gt;888. &amp;#9;Saturday, June 13, 2009 at 3&amp;#58;37 a.m. &amp;#9;ec2-67-202-41-3.compute-1.amazonaws.com &amp;#9;None &amp;#9;Internet Archive &amp;#9;Unknown&lt;br /&gt;</description><author>rutlandsupply</author><pubDate>Thu, 18 Jun 2009 14:31:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Invalid method name 'getrss',  method names are case sensitive 20090618023144P</guid></item><item><title>Created Issue: Problem when using the object tag</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=4183</link><description>The following affects DASBlog via Internet Explorer&lt;br /&gt;&lt;br /&gt;Error&amp;#58; The following steps may stop a DASBlog site from being accessed via Internet Explorer.&lt;br /&gt;&lt;br /&gt;Select &amp;#91; Add Entry &amp;#93;&lt;br /&gt;&lt;br /&gt;Enter a Title e.g. Any Title&lt;br /&gt;&lt;br /&gt;And for the first line of the content add the following line.&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#60;object type&amp;#61;text&amp;#47;html data&amp;#61;&amp;#34;www.google.com&amp;#34;&amp;#62;&amp;#60;&amp;#47;object&amp;#62;&lt;br /&gt;&lt;br /&gt;or you can enter it in the following format&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#38;lt&amp;#59;object type&amp;#61;text&amp;#47;html data&amp;#61;&amp;#34;www.google.com&amp;#34;&amp;#38;gt&amp;#59;&amp;#38;lt&amp;#59;&amp;#47;object&amp;#38;gt&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Because the address has not been prefixed with http&amp;#58;&amp;#47;&amp;#47; DASblog adds its own prefix, which results in a url of &lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;&amp;#91;das blog host&amp;#93;&amp;#47;dasblog&amp;#47;www.google.com  &amp;#40;which is invalid&amp;#41;&lt;br /&gt;&lt;br /&gt;Select Publish entry and Save&lt;br /&gt;&lt;br /&gt;Now if you are using Internet Explorer, DASBlog tries to go to that page every time the home page is visited.&lt;br /&gt;&lt;br /&gt;DAS Blog can&amp;#39;t be used in internet explorer as it keeps going to the incorrect address.&lt;br /&gt;Also it can&amp;#39;t be edited in using Internet Explorer meaning that the site can not be used.&lt;br /&gt;&lt;br /&gt;Firefox can be used to delete the entry.&lt;br /&gt;</description><author>Morppk</author><pubDate>Wed, 17 Jun 2009 07:10:53 GMT</pubDate><guid isPermaLink="false">Created Issue: Problem when using the object tag 20090617071053A</guid></item><item><title>Commented Issue: How to translate dasBlog?</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3128</link><description>I&amp;#39;m trying to translate dasBlog to brazilian portuguese. I&amp;#39;m translating de file StringTables.resx but the text don&amp;#39;t change in the site...&lt;br /&gt;&lt;br /&gt;obs.&amp;#58; I translated the theme files, create a StringTable.PT-BR.resx and Create a pt-br.xml&lt;br /&gt;Comments: ** Comment from web user: persa ** &lt;p&gt;You have to rebuild dasBlog to get the compiled resources that is needed for it to show up in the UI.&lt;/p&gt;</description><author>persa</author><pubDate>Thu, 14 May 2009 22:02:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: How to translate dasBlog? 20090514100225P</guid></item><item><title>Closed Issue: Login Fails When EncryptLoginPassword set True in 2.3.9074.18820</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3997</link><description>I installed 2.3.9074.18820 today from scratch and found I was unable to log in. On IE7 there is no error on the client and the log file displays an &amp;#34;Audit&amp;#58; SecurityFailure Longon with username XXX from IP XXX&amp;#34; message. On IE8 there is an error in the javascript &amp;#34;object expected&amp;#34; on the line &amp;#34;password &amp;#61; net_md5&amp;#40;password&amp;#41;&amp;#59;&amp;#9;&amp;#47;&amp;#47; this makes it superchallenged&amp;#33;&amp;#33;&amp;#34; which in generated in the codebehind for the login box usercontrol&amp;#58; https&amp;#58;&amp;#47;&amp;#47;dasblog.svn.codeplex.com&amp;#47;svn&amp;#47;trunk&amp;#47;source&amp;#47;newtelligence.DasBlog.Web&amp;#47;LoginBox.ascx.cs. Debugging on the client shows net_md5 is undefined.&lt;br /&gt;&lt;br /&gt;Notably, I have never had dasBlog installed before so I am wondering if the script that defines net_md5 is not being included&amp;#47;executed for first timers&amp;#63; Setting EncryptLoginPassword false &amp;#40;which omits this script&amp;#41; allows me to log in fine. Also, I can login OK from Live Writer regardless.&lt;br /&gt;Comments: This issue is closed, the similar issue reported by Tom Watts is peculiar to his installation also, and not a dasBlog issue.</description><author>tomwatts</author><pubDate>Tue, 28 Apr 2009 04:10:22 GMT</pubDate><guid isPermaLink="false">Closed Issue: Login Fails When EncryptLoginPassword set True in 2.3.9074.18820 20090428041022A</guid></item><item><title>Commented Issue: Login Fails When EncryptLoginPassword set True in 2.3.9074.18820</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3997</link><description>I installed 2.3.9074.18820 today from scratch and found I was unable to log in. On IE7 there is no error on the client and the log file displays an &amp;#34;Audit&amp;#58; SecurityFailure Longon with username XXX from IP XXX&amp;#34; message. On IE8 there is an error in the javascript &amp;#34;object expected&amp;#34; on the line &amp;#34;password &amp;#61; net_md5&amp;#40;password&amp;#41;&amp;#59;&amp;#9;&amp;#47;&amp;#47; this makes it superchallenged&amp;#33;&amp;#33;&amp;#34; which in generated in the codebehind for the login box usercontrol&amp;#58; https&amp;#58;&amp;#47;&amp;#47;dasblog.svn.codeplex.com&amp;#47;svn&amp;#47;trunk&amp;#47;source&amp;#47;newtelligence.DasBlog.Web&amp;#47;LoginBox.ascx.cs. Debugging on the client shows net_md5 is undefined.&lt;br /&gt;&lt;br /&gt;Notably, I have never had dasBlog installed before so I am wondering if the script that defines net_md5 is not being included&amp;#47;executed for first timers&amp;#63; Setting EncryptLoginPassword false &amp;#40;which omits this script&amp;#41; allows me to log in fine. Also, I can login OK from Live Writer regardless.&lt;br /&gt;Comments: ** Comment from web user: whirly ** &lt;p&gt;OK I&amp;#39;ve cracked it. The dasBlog code is fine. The problem was the scripts directory was empty on my server&amp;#33; Why&amp;#63; Because I unzipped from a network share. IE Enhanced Security kicked in and silently &amp;#40;GRRR&amp;#33;&amp;#41; prevented the .js files from being extracted. No error messages, nothing&amp;#33; Copying the zip to the C&amp;#58; drive, unblocking and then extracting fixed the problem. This issue can be closed.&lt;/p&gt;</description><author>whirly</author><pubDate>Tue, 28 Apr 2009 02:29:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: Login Fails When EncryptLoginPassword set True in 2.3.9074.18820 20090428022912A</guid></item><item><title>Commented Issue: Login Fails When EncryptLoginPassword set True in 2.3.9074.18820</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3997</link><description>I installed 2.3.9074.18820 today from scratch and found I was unable to log in. On IE7 there is no error on the client and the log file displays an &amp;#34;Audit&amp;#58; SecurityFailure Longon with username XXX from IP XXX&amp;#34; message. On IE8 there is an error in the javascript &amp;#34;object expected&amp;#34; on the line &amp;#34;password &amp;#61; net_md5&amp;#40;password&amp;#41;&amp;#59;&amp;#9;&amp;#47;&amp;#47; this makes it superchallenged&amp;#33;&amp;#33;&amp;#34; which in generated in the codebehind for the login box usercontrol&amp;#58; https&amp;#58;&amp;#47;&amp;#47;dasblog.svn.codeplex.com&amp;#47;svn&amp;#47;trunk&amp;#47;source&amp;#47;newtelligence.DasBlog.Web&amp;#47;LoginBox.ascx.cs. Debugging on the client shows net_md5 is undefined.&lt;br /&gt;&lt;br /&gt;Notably, I have never had dasBlog installed before so I am wondering if the script that defines net_md5 is not being included&amp;#47;executed for first timers&amp;#63; Setting EncryptLoginPassword false &amp;#40;which omits this script&amp;#41; allows me to log in fine. Also, I can login OK from Live Writer regardless.&lt;br /&gt;Comments: ** Comment from web user: AlexanderGross ** &lt;p&gt;Is https&amp;#58;&amp;#47;&amp;#47;dasblog.svn.codeplex.com&amp;#47;svn&amp;#47;trunk&amp;#47;source&amp;#47;newtelligence.DasBlog.Web&amp;#47;scripts&amp;#47;md5.js included somewhere in login form &amp;#40;&amp;#60;script&amp;#62; elemtent&amp;#41;&amp;#63; If so, can you download it directly using your browser and wget&amp;#63; What&amp;#39;s the file&amp;#39;s content type as reported by the server&amp;#63;&lt;/p&gt;</description><author>AlexanderGross</author><pubDate>Tue, 28 Apr 2009 00:47:33 GMT</pubDate><guid isPermaLink="false">Commented Issue: Login Fails When EncryptLoginPassword set True in 2.3.9074.18820 20090428124733A</guid></item><item><title>Commented Issue: Login Fails When EncryptLoginPassword set True in 2.3.9074.18820</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3997</link><description>I installed 2.3.9074.18820 today from scratch and found I was unable to log in. On IE7 there is no error on the client and the log file displays an &amp;#34;Audit&amp;#58; SecurityFailure Longon with username XXX from IP XXX&amp;#34; message. On IE8 there is an error in the javascript &amp;#34;object expected&amp;#34; on the line &amp;#34;password &amp;#61; net_md5&amp;#40;password&amp;#41;&amp;#59;&amp;#9;&amp;#47;&amp;#47; this makes it superchallenged&amp;#33;&amp;#33;&amp;#34; which in generated in the codebehind for the login box usercontrol&amp;#58; https&amp;#58;&amp;#47;&amp;#47;dasblog.svn.codeplex.com&amp;#47;svn&amp;#47;trunk&amp;#47;source&amp;#47;newtelligence.DasBlog.Web&amp;#47;LoginBox.ascx.cs. Debugging on the client shows net_md5 is undefined.&lt;br /&gt;&lt;br /&gt;Notably, I have never had dasBlog installed before so I am wondering if the script that defines net_md5 is not being included&amp;#47;executed for first timers&amp;#63; Setting EncryptLoginPassword false &amp;#40;which omits this script&amp;#41; allows me to log in fine. Also, I can login OK from Live Writer regardless.&lt;br /&gt;Comments: ** Comment from web user: tomwatts ** &lt;p&gt;I don&amp;#39;t have time to do much else, but I can confirm this is a real problem with 2.3, in fact it appears the configuration menu application does edit the password regardless of Encription or not. Of course you can edit the file manually i the interim, but not from the dasBlog GUI.&lt;br /&gt;Tom Watts&lt;/p&gt;</description><author>tomwatts</author><pubDate>Tue, 28 Apr 2009 00:27:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: Login Fails When EncryptLoginPassword set True in 2.3.9074.18820 20090428122730A</guid></item><item><title>Created Issue: Login Fails When EncryptLoginPassword set True in 2.3.9074.18820</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3997</link><description>I installed 2.3.9074.18820 today from scratch and found I was unable to log in. On IE7 there is no error on the client and the log file displays an &amp;#34;Audit&amp;#58; SecurityFailure Longon with username XXX from IP XXX&amp;#34; message. On IE8 there is an error in the javascript &amp;#34;object expected&amp;#34; on the line &amp;#34;password &amp;#61; net_md5&amp;#40;password&amp;#41;&amp;#59;&amp;#9;&amp;#47;&amp;#47; this makes it superchallenged&amp;#33;&amp;#33;&amp;#34; which in generated in the codebehind for the login box usercontrol&amp;#58; https&amp;#58;&amp;#47;&amp;#47;dasblog.svn.codeplex.com&amp;#47;svn&amp;#47;trunk&amp;#47;source&amp;#47;newtelligence.DasBlog.Web&amp;#47;LoginBox.ascx.cs. Debugging on the client shows net_md5 is undefined.&lt;br /&gt;&lt;br /&gt;Notably, I have never had dasBlog installed before so I am wondering if the script that defines net_md5 is not being included&amp;#47;executed for first timers&amp;#63; Setting EncryptLoginPassword false &amp;#40;which omits this script&amp;#41; allows me to log in fine. Also, I can login OK from Live Writer regardless.&lt;br /&gt;</description><author>whirly</author><pubDate>Wed, 22 Apr 2009 18:25:13 GMT</pubDate><guid isPermaLink="false">Created Issue: Login Fails When EncryptLoginPassword set True in 2.3.9074.18820 20090422062513P</guid></item><item><title>Created Issue: OutOfMemoryException thrown with low # of users in UrlMapperModule Regex</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3976</link><description>After a recent upgrade to release dasBlog 2.3.9074, with default Url Mappings, I frequently receive OutOfMemoryExceptions related to the RegEx matching of incoming Urls under a relatively low load.&lt;br /&gt;</description><author>cballance</author><pubDate>Wed, 08 Apr 2009 19:22:25 GMT</pubDate><guid isPermaLink="false">Created Issue: OutOfMemoryException thrown with low # of users in UrlMapperModule Regex 20090408072225P</guid></item><item><title>Commented Issue: Support/Document publishing to Windows Azure</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3367</link><description>I&amp;#39;d love to use Windows Azure to host a dasBlog based site.&lt;br /&gt;Comments: ** Comment from web user: paulb ** &lt;p&gt;Working on supporting Azure&lt;/p&gt;</description><author>paulb</author><pubDate>Sat, 14 Mar 2009 16:54:05 GMT</pubDate><guid isPermaLink="false">Commented Issue: Support/Document publishing to Windows Azure 20090314045405P</guid></item><item><title>Closed Issue: Enabling of CoComment causes javascript error</title><link>http://dasblog.codeplex.com/WorkItem/View.aspx?WorkItemId=3604</link><description>NOTE&amp;#58; The code below is still in progress and is untested.&lt;br /&gt;&lt;br /&gt;When CoComment is enabled a javescript error occurs with a message of &amp;#39;coco&amp;#39; is undefined.  I have started looking in to this and it appears that cocomment has changed their API.  So far I have begun to implement a fix in my implementation that requires the following changes.&lt;br /&gt;&lt;br /&gt;this to be added to the default.aspx.cs, so that CoComment can validate that you are the site owner, which means a field needs to be added to the SiteConfig to supply your CoCoUsername&lt;br /&gt;&lt;br /&gt;            if &amp;#40;SiteConfig.EnableCoComment&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                this.ClientScript.RegisterClientScriptBlock&amp;#40;this.GetType&amp;#40;&amp;#41;, &amp;#34;CoCommentValidate&amp;#34;, &amp;#64;&amp;#34;&lt;br /&gt;                &amp;#60;script type&amp;#61;&amp;#34;&amp;#34;text&amp;#47;javascript&amp;#34;&amp;#34;&amp;#62;var cocositeowner&amp;#61;&amp;#34;&amp;#34;CoCoUsername&amp;#34;&amp;#34;&amp;#59;&amp;#60;&amp;#47;script&amp;#62;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;&lt;br /&gt;I have changed the code in the CommentViewBox.ascx.cs to &lt;br /&gt;            if &amp;#40;Page.ClientScript.IsClientScriptIncludeRegistered&amp;#40;&amp;#34;cocoDefinition.js&amp;#34;&amp;#41; &amp;#61;&amp;#61; false &amp;#38;&amp;#38; requestPage.SiteConfig.EnableCoComment &amp;#61;&amp;#61; true&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                Page.ClientScript.RegisterClientScriptInclude&amp;#40;&amp;#34;cocoDefinition.js&amp;#34;, &amp;#34;&amp;#126;&amp;#47;scripts&amp;#47;cocoDefinition.js&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            if &amp;#40;Page.ClientScript.IsClientScriptBlockRegistered&amp;#40;this.GetType&amp;#40;&amp;#41;, &amp;#34;coCommentScript&amp;#34;&amp;#41; &amp;#61;&amp;#61; false &amp;#38;&amp;#38; requestPage.SiteConfig.EnableCoComment &amp;#61;&amp;#61; true&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;               string coCommentScript &amp;#61; String.Format&amp;#40;&amp;#64;&amp;#34;&lt;br /&gt;  &lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;script type&amp;#61;&amp;#34;&amp;#34;text&amp;#47;javascript&amp;#34;&amp;#34;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;var blogTool               &amp;#61; &amp;#34;&amp;#34;DasBlog&amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;var blogURL                &amp;#61; &amp;#34;&amp;#34;&amp;#123;0&amp;#125;&amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;var blogTitle              &amp;#61; &amp;#34;&amp;#34;&amp;#123;1&amp;#125;&amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;var postURL                &amp;#61; &amp;#34;&amp;#34;&amp;#123;2&amp;#125;&amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;var postTitle              &amp;#61; &amp;#34;&amp;#34;&amp;#123;3&amp;#125;&amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;var commentAuthorFieldName &amp;#61; &amp;#34;&amp;#34;&amp;#123;4&amp;#125;&amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;var commentAuthorLoggedIn  &amp;#61; false&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;var commentFormID          &amp;#61; &amp;#34;&amp;#34;mainForm&amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;var commentTextFieldName   &amp;#61; &amp;#34;&amp;#34;&amp;#123;5&amp;#125;&amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;var commentButtonName      &amp;#61; &amp;#34;&amp;#34;&amp;#123;6&amp;#125;&amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;&lt;br /&gt;                    coco &amp;#61; createCocoDefinition&amp;#40;blogTool, blogUrl, blogTitle,&lt;br /&gt;                        postUrl, postTitle, commentAuthorFieldName, commentFormID,&lt;br /&gt;                        commentTextFieldName, commentButtonName&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;                    &lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#60;script id&amp;#61;&amp;#34;&amp;#34;cocomment-fetchlet&amp;#34;&amp;#34;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;src&amp;#61;&amp;#34;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.cocomment.com&amp;#47;js&amp;#47;enabler.js&amp;#34;&amp;#34; type&amp;#61;&amp;#34;&amp;#34;text&amp;#47;javascript&amp;#34;&amp;#34;&amp;#62; &amp;#47;&amp;#47; this activates coComment &amp;#60;&amp;#47;script&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#34;,&lt;br /&gt;                     requestPage.SiteConfig.Root,&lt;br /&gt;                     Server.HtmlEncode&amp;#40;requestPage.SiteConfig.Title&amp;#41;,&lt;br /&gt;                     Request.Url.ToString&amp;#40;&amp;#41;,&lt;br /&gt;                     Server.HtmlEncode&amp;#40;entry.Title&amp;#41;,&lt;br /&gt;                     this.name.ClientID,&lt;br /&gt;                     this.comment.UniqueID,&lt;br /&gt;                     this.add.ClientID&lt;br /&gt;                  &amp;#41;&amp;#59;&lt;br /&gt;               Page.ClientScript.RegisterClientScriptBlock&amp;#40;this.GetType&amp;#40;&amp;#41;, &amp;#34;coComment&amp;#34;, coCommentScript&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve also added the cocoDefinition.js file to the scripts folder containing the following code&amp;#58;&lt;br /&gt;&amp;#47;&amp;#47; this ensures coComment gets the correct values&lt;br /&gt;function createCocoDefinition&amp;#40;blogTool, blogUrl, blogTitle,&lt;br /&gt;                        postUrl, postTitle, commentAuthorFieldName, commentFormID,&lt;br /&gt;                        commentTextFieldName, commentButtonName&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;    return &amp;#123;&lt;br /&gt;                 tool          &amp;#58; blogTool,&lt;br /&gt;                 siteurl       &amp;#58; blogUrl,&lt;br /&gt;                 sitetitle     &amp;#58; blogTitle,&lt;br /&gt;                 pageurl       &amp;#58; postUrl,&lt;br /&gt;                 pagetitle     &amp;#58; postTitle,&lt;br /&gt;                 author        &amp;#58; commentAuthorFieldName,&lt;br /&gt;                 formID        &amp;#58; commentFormID,&lt;br /&gt;                 textareaID    &amp;#58; commentTextFieldName,&lt;br /&gt;                 buttonID      &amp;#58; commentButtonName&lt;br /&gt;            &amp;#125;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;Comments: Fixed.</description><author>paulb</author><pubDate>Sat, 14 Mar 2009 16:52:29 GMT</pubDate><guid isPermaLink="false">Closed Issue: Enabling of CoComment causes javascript error 20090314045229P</guid></item></channel></rss>