<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Danny Thorpe</title>
	<link>http://dannythorpe.com</link>
	<description>Architect of Disruption</description>
	<pubDate>Mon,  8 Sep 2008 13:17:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Silverlight Supports Cross-Domain Calls by Danny Thorpe</title>
		<link>http://dannythorpe.com/2008/06/25/silverlight-supports-cross-domain-calls/#comment-161</link>
		<dc:creator>Danny Thorpe</dc:creator>
		<pubDate>Thu, 04 Sep 2008 19:28:48 +0000</pubDate>
		<guid>http://dannythorpe.com/2008/06/25/silverlight-supports-cross-domain-calls/#comment-161</guid>
		<description>Hi Neo42,

Silverlight's cross-domain communication option requires that the server you're trying to contact cross-domain host a file (crossdomain.xml) that specifies which domains that server will accept cross-domain requests from, and that the domain that your Silverlight app is on is in that server's allowed list.

So, that means that the google server that provides access to the spreadsheet file needs to provide such a crossdomain.xml file, and it needs to include your google pages domain that hosts your Silverlight app.  I don't know if google will do that for you or not.

ATOM pub/sub will allow you to update a common shared document that is viewable by many. Many blog engines support this API standard.  Also, there's the much older WEBDAV API which also supports updating web content.

One thing you didn't mention was access control.  If everybody can update the central state file, what's to prevent everyone from modifying that file by hand and cheating?  Or from looking at the state file to see the secret state information of the other players?

If the state modification you want to do on each turn is to append information to the end of the state file, you can do that with plain old NNTP.  Create a newsgroup on an NNTP server, then use NNTP to read the latest messages and post new messages to the end of the queue.  Chess by email has been played like this for ages.

Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Neo42,</p>
<p>Silverlight&#8217;s cross-domain communication option requires that the server you&#8217;re trying to contact cross-domain host a file (crossdomain.xml) that specifies which domains that server will accept cross-domain requests from, and that the domain that your Silverlight app is on is in that server&#8217;s allowed list.</p>
<p>So, that means that the google server that provides access to the spreadsheet file needs to provide such a crossdomain.xml file, and it needs to include your google pages domain that hosts your Silverlight app.  I don&#8217;t know if google will do that for you or not.</p>
<p>ATOM pub/sub will allow you to update a common shared document that is viewable by many. Many blog engines support this API standard.  Also, there&#8217;s the much older WEBDAV API which also supports updating web content.</p>
<p>One thing you didn&#8217;t mention was access control.  If everybody can update the central state file, what&#8217;s to prevent everyone from modifying that file by hand and cheating?  Or from looking at the state file to see the secret state information of the other players?</p>
<p>If the state modification you want to do on each turn is to append information to the end of the state file, you can do that with plain old NNTP.  Create a newsgroup on an NNTP server, then use NNTP to read the latest messages and post new messages to the end of the queue.  Chess by email has been played like this for ages.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight Supports Cross-Domain Calls by Neo42</title>
		<link>http://dannythorpe.com/2008/06/25/silverlight-supports-cross-domain-calls/#comment-160</link>
		<dc:creator>Neo42</dc:creator>
		<pubDate>Tue, 02 Sep 2008 20:19:27 +0000</pubDate>
		<guid>http://dannythorpe.com/2008/06/25/silverlight-supports-cross-domain-calls/#comment-160</guid>
		<description>I have been trying to use cross domain calls for a while now because I'm trying to use silverlight to retreive/update google spreadsheet data.  The website will be hosted on something free like google pages.  

I get a security error when it tries to do the HTTPwebrequest, no matter what I do.  JS, VB or C#. 

So that probably means google's spreadsheet site is disabling cross domain communication, right?  Do you have an example site url I can test with to prove this to myself?

Even better, is there anything out there that can host a sort of shared updateable web database, for free?  I want to create a turn based game with silverlight that connects all the people using it to one free online source of info.  When a player takes a turn, it updates the online source.

I THINK the microsoft Application Based Storage: ATOM + IFM api/sdk may help, but I have a feeling it will only store info per liveID, and not shareable to multiple people.  Also I don't know if it works with silverlight.

Here's the google group discussion I started, if you want to see more info.


http://groups.google.com/group/Google-Docs-Data-APIs/browse_thread/thread/f65a5040837ff12?hl=en</description>
		<content:encoded><![CDATA[<p>I have been trying to use cross domain calls for a while now because I&#8217;m trying to use silverlight to retreive/update google spreadsheet data.  The website will be hosted on something free like google pages.  </p>
<p>I get a security error when it tries to do the HTTPwebrequest, no matter what I do.  JS, VB or C#. </p>
<p>So that probably means google&#8217;s spreadsheet site is disabling cross domain communication, right?  Do you have an example site url I can test with to prove this to myself?</p>
<p>Even better, is there anything out there that can host a sort of shared updateable web database, for free?  I want to create a turn based game with silverlight that connects all the people using it to one free online source of info.  When a player takes a turn, it updates the online source.</p>
<p>I THINK the microsoft Application Based Storage: ATOM + IFM api/sdk may help, but I have a feeling it will only store info per liveID, and not shareable to multiple people.  Also I don&#8217;t know if it works with silverlight.</p>
<p>Here&#8217;s the google group discussion I started, if you want to see more info.</p>
<p><a href="http://groups.google.com/group/Google-Docs-Data-APIs/browse_thread/thread/f65a5040837ff12?hl=en" rel="nofollow">http://groups.google.com/group/Google-Docs-Data-APIs/browse_thread/thread/f65a5040837ff12?hl=en</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Between the Lines by GoGetAuro:::: &#187; Blog Archive &#187; Five realities of Google or any other Workplace you are in</title>
		<link>http://dannythorpe.com/2008/06/30/between-the-lines/#comment-159</link>
		<dc:creator>GoGetAuro:::: &#187; Blog Archive &#187; Five realities of Google or any other Workplace you are in</dc:creator>
		<pubDate>Wed, 20 Aug 2008 12:17:12 +0000</pubDate>
		<guid>http://dannythorpe.com/2008/06/30/between-the-lines/#comment-159</guid>
		<description>[...] know what they want to do with their lives, few or no time demands in their home life, and would be thrilled to do anything at a place as cool as the big G,” said Danny Thorpe, another former Google employee that now works at Microsoft. “The Google [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] know what they want to do with their lives, few or no time demands in their home life, and would be thrilled to do anything at a place as cool as the big G,” said Danny Thorpe, another former Google employee that now works at Microsoft. “The Google [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Live Mesh Wishlist: Paperless Billing Statements by jeroenp</title>
		<link>http://dannythorpe.com/2008/07/29/live-mesh-wishlist-paperless-billing-statements/#comment-158</link>
		<dc:creator>jeroenp</dc:creator>
		<pubDate>Wed, 06 Aug 2008 21:37:46 +0000</pubDate>
		<guid>http://dannythorpe.com/2008/07/29/live-mesh-wishlist-paperless-billing-statements/#comment-158</guid>
		<description>I have a Fujitsu ScanSnap S510 on order - it should be faster than the DR2050C and scans at both sides too. It should arrive next week when we get back from holiday.

Have tried HP 2840 all-in-one, but they never get their drivers right. USB scanning fails too often; network scanning never works and a lot of times the scanner is not recognized at all. Worse of all: the automatic feeder often is more like a paper eater.
Printing is OK though, but I rather use my 9500 hdn for that :-)

Storage is on my NAS. Pitty my UPS failed after 10 years of service, so when we return at the end of the week it'll be online again.
The really important stuff (indexed by LookOut) is on a VM on my laptop: easy to backup.

--jeroen</description>
		<content:encoded><![CDATA[<p>I have a Fujitsu ScanSnap S510 on order - it should be faster than the DR2050C and scans at both sides too. It should arrive next week when we get back from holiday.</p>
<p>Have tried HP 2840 all-in-one, but they never get their drivers right. USB scanning fails too often; network scanning never works and a lot of times the scanner is not recognized at all. Worse of all: the automatic feeder often is more like a paper eater.<br />
Printing is OK though, but I rather use my 9500 hdn for that <img src='http://dannythorpe.com/wordpress2/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Storage is on my NAS. Pitty my UPS failed after 10 years of service, so when we return at the end of the week it&#8217;ll be online again.<br />
The really important stuff (indexed by LookOut) is on a VM on my laptop: easy to backup.</p>
<p>&#8211;jeroen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-Browser Dynamic JavaScript Loading by Performance web &#187; Javascript non bloquant</title>
		<link>http://dannythorpe.com/2008/07/23/cross-browser-dynamic-javascript-loading/#comment-157</link>
		<dc:creator>Performance web &#187; Javascript non bloquant</dc:creator>
		<pubDate>Mon, 04 Aug 2008 10:01:17 +0000</pubDate>
		<guid>http://dannythorpe.com/2008/07/23/cross-browser-dynamic-javascript-loading/#comment-157</guid>
		<description>[...] des feuilles de style en tenant compte des dépendances, sans bloquer le navigateur. Visiblement tout n&#8217;est pas clair sur la situation de Safari, il faudrait que je fouille un peu pour tirer ça au clair. D&#8217;ordinaire la politique est [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] des feuilles de style en tenant compte des dépendances, sans bloquer le navigateur. Visiblement tout n&#8217;est pas clair sur la situation de Safari, il faudrait que je fouille un peu pour tirer ça au clair. D&#8217;ordinaire la politique est [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Live Mesh Wishlist: Paperless Billing Statements by Danny Thorpe</title>
		<link>http://dannythorpe.com/2008/07/29/live-mesh-wishlist-paperless-billing-statements/#comment-156</link>
		<dc:creator>Danny Thorpe</dc:creator>
		<pubDate>Thu, 31 Jul 2008 16:55:44 +0000</pubDate>
		<guid>http://dannythorpe.com/2008/07/29/live-mesh-wishlist-paperless-billing-statements/#comment-156</guid>
		<description>Hi Lars,

When shopping for scanners, look for auto paper feed.  It &lt;em&gt;really&lt;/em&gt; helps with multipage documents.  I've used a few different scanner types - flat beds give great quality, but require a lot of babysitting to change pages.  Our all-in-one fax machine has a pretty good scanner and sheet feeder on it, with scan-to-PC-over-network capability, but while it can scan color, its forte is really only monochrome scans.  

My fave is the &lt;a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FCanon-DR-2050C-Color-Duplex-600DPI%2Fdp%2FB0009VU7L2%3Fie%3DUTF8%26s%3Doffice-products%26qid%3D1217523476%26sr%3D8-1&#038;tag=dthorpe-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=9325" rel="nofollow"&gt;Canon DR2050C&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=dthorpe-20&#38;l=ur2&#38;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt; It scans mutliple pages, in color, and scans both sides of the page at the same time!  The bundled scan software writes PDFs and does OCR much faster than Adobe Acrobat.

As to your Live Mesh questions:
- private and secure?  Look for info from the vendor on how data is stored and who does the security audits.

- always available, never lost?  Having the mesh replicate to storage on my local network takes care of most of that.  As for access when away from home, look for service level agreements.

- not held hostage by "show us the cash.."?
- not subject to overpriced storage charges? Again, replicate to local storage.  If the vendor changes policies or pricing in a way you don't like, cancel the account and use a different vendor, replicating to the new cloud using your local storage.  Live Mesh has some cool new services around it, but fundamentally cloud storage is already a commodity.

-Danny</description>
		<content:encoded><![CDATA[<p>Hi Lars,</p>
<p>When shopping for scanners, look for auto paper feed.  It <em>really</em> helps with multipage documents.  I&#8217;ve used a few different scanner types - flat beds give great quality, but require a lot of babysitting to change pages.  Our all-in-one fax machine has a pretty good scanner and sheet feeder on it, with scan-to-PC-over-network capability, but while it can scan color, its forte is really only monochrome scans.  </p>
<p>My fave is the <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FCanon-DR-2050C-Color-Duplex-600DPI%2Fdp%2FB0009VU7L2%3Fie%3DUTF8%26s%3Doffice-products%26qid%3D1217523476%26sr%3D8-1&#038;tag=dthorpe-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=9325" rel="nofollow">Canon DR2050C</a><img src="http://www.assoc-amazon.com/e/ir?t=dthorpe-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> It scans mutliple pages, in color, and scans both sides of the page at the same time!  The bundled scan software writes PDFs and does OCR much faster than Adobe Acrobat.</p>
<p>As to your Live Mesh questions:<br />
- private and secure?  Look for info from the vendor on how data is stored and who does the security audits.</p>
<p>- always available, never lost?  Having the mesh replicate to storage on my local network takes care of most of that.  As for access when away from home, look for service level agreements.</p>
<p>- not held hostage by &#8220;show us the cash..&#8221;?<br />
- not subject to overpriced storage charges? Again, replicate to local storage.  If the vendor changes policies or pricing in a way you don&#8217;t like, cancel the account and use a different vendor, replicating to the new cloud using your local storage.  Live Mesh has some cool new services around it, but fundamentally cloud storage is already a commodity.</p>
<p>-Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Live Mesh Wishlist: Paperless Billing Statements by Lars Fosdal</title>
		<link>http://dannythorpe.com/2008/07/29/live-mesh-wishlist-paperless-billing-statements/#comment-155</link>
		<dc:creator>Lars Fosdal</dc:creator>
		<pubDate>Thu, 31 Jul 2008 08:50:37 +0000</pubDate>
		<guid>http://dannythorpe.com/2008/07/29/live-mesh-wishlist-paperless-billing-statements/#comment-155</guid>
		<description>I recognize myself in the digital packrat description.  

I have a "few" directories filled with snippets of code that no longer is useful, wisdom that I already have forgotten, jokes that weren't that funny, and URLs to sites that no longer exist.  I think I even have a index.html somewhere from when Yahoo was just a single page with a collection of links.
Hell, I even collected my spam until it just became too much.  

I haven't actually thought about digitizing all my receipts etc... not a bad idea... *googles for decent scanner and a cheap SAN system*

Jokes aside, Mesh is interesting.  We all see the need for perpetual non-local storage.  "My Documents" helped a lot for content management, at least you no longer have to scour the entire disk to find all your "transfer-to-new-computer-worthy" files (well, atleast not in theory).  Ideally, you just want that area to be accessible whereever you are, regardless of computer.  It would be great not having to migrate your "ratpacks" every time you get a new piece of hardware.

But, as you say... "I trust individuals, but I’m wary of placing too much trust in corporations."

How do I know that my files and their content are: 
- private and secure?
- always available and never lost?
- not held hostage by "show us the cash before you can access"?
- not a subject to overpriced storage charges?</description>
		<content:encoded><![CDATA[<p>I recognize myself in the digital packrat description.  </p>
<p>I have a &#8220;few&#8221; directories filled with snippets of code that no longer is useful, wisdom that I already have forgotten, jokes that weren&#8217;t that funny, and URLs to sites that no longer exist.  I think I even have a index.html somewhere from when Yahoo was just a single page with a collection of links.<br />
Hell, I even collected my spam until it just became too much.  </p>
<p>I haven&#8217;t actually thought about digitizing all my receipts etc&#8230; not a bad idea&#8230; *googles for decent scanner and a cheap SAN system*</p>
<p>Jokes aside, Mesh is interesting.  We all see the need for perpetual non-local storage.  &#8220;My Documents&#8221; helped a lot for content management, at least you no longer have to scour the entire disk to find all your &#8220;transfer-to-new-computer-worthy&#8221; files (well, atleast not in theory).  Ideally, you just want that area to be accessible whereever you are, regardless of computer.  It would be great not having to migrate your &#8220;ratpacks&#8221; every time you get a new piece of hardware.</p>
<p>But, as you say&#8230; &#8220;I trust individuals, but I’m wary of placing too much trust in corporations.&#8221;</p>
<p>How do I know that my files and their content are:<br />
- private and secure?<br />
- always available and never lost?<br />
- not held hostage by &#8220;show us the cash before you can access&#8221;?<br />
- not a subject to overpriced storage charges?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Live Mesh Wishlist: Paperless Billing Statements by Danny Thorpe</title>
		<link>http://dannythorpe.com/2008/07/29/live-mesh-wishlist-paperless-billing-statements/#comment-154</link>
		<dc:creator>Danny Thorpe</dc:creator>
		<pubDate>Wed, 30 Jul 2008 15:58:00 +0000</pubDate>
		<guid>http://dannythorpe.com/2008/07/29/live-mesh-wishlist-paperless-billing-statements/#comment-154</guid>
		<description>Hi Rune,

We can do that here in the US as well - allow the vendor to automatically withdraw the monthly payment from your checking account.  It's called electronic check payment or electronic funds transfer (EFT) or somesuch.

I use EFT for only one bill - the electric bill - because it fluctuates a lot and PG&#038;E gets really ugly when you're late on a payment.

I don't like using EFT to pay all my bills because in a sense it gives vendors access to your bank account.  You're trusting them to only withdraw the appropriate amount, and you're trusting their security measures to make sure nobody else can get your bank info to make withdrawals for themselves.  I trust individuals, but I'm wary of placing too much trust in corporations. I don't like "pull" payments, as it feels too much like everybody has their hands in the till.

I prefer "push" payments - paying bills electronically through my bank.  I give my bank the vendor account number and mailing address and payment amount and my bank makes an EFT to the vendor.  Most of the time, the payment never hits paper and clears in 1 to 2 days.  Some vendors aren't set up to receive "push" payments through EFT, so the bank then sends them a paper check through postal mail.  Postage is at the bank's expense (yay!), so they're incentivized to get things off paper as much as possible.

I set up automatic "push" payments through my bank for all my recurring fixed payments, such as mortgage.  Most variable bills I pay using one-shot push payments too. 

I prefer push payments because it keeps me in control of to whom, how much, and when payments are made, and nobody but me has the ability to withdraw from my bank account.

Anyway, this blog post was about delivery of the itemized billing statement, not about payment of the bill.</description>
		<content:encoded><![CDATA[<p>Hi Rune,</p>
<p>We can do that here in the US as well - allow the vendor to automatically withdraw the monthly payment from your checking account.  It&#8217;s called electronic check payment or electronic funds transfer (EFT) or somesuch.</p>
<p>I use EFT for only one bill - the electric bill - because it fluctuates a lot and PG&#038;E gets really ugly when you&#8217;re late on a payment.</p>
<p>I don&#8217;t like using EFT to pay all my bills because in a sense it gives vendors access to your bank account.  You&#8217;re trusting them to only withdraw the appropriate amount, and you&#8217;re trusting their security measures to make sure nobody else can get your bank info to make withdrawals for themselves.  I trust individuals, but I&#8217;m wary of placing too much trust in corporations. I don&#8217;t like &#8220;pull&#8221; payments, as it feels too much like everybody has their hands in the till.</p>
<p>I prefer &#8220;push&#8221; payments - paying bills electronically through my bank.  I give my bank the vendor account number and mailing address and payment amount and my bank makes an EFT to the vendor.  Most of the time, the payment never hits paper and clears in 1 to 2 days.  Some vendors aren&#8217;t set up to receive &#8220;push&#8221; payments through EFT, so the bank then sends them a paper check through postal mail.  Postage is at the bank&#8217;s expense (yay!), so they&#8217;re incentivized to get things off paper as much as possible.</p>
<p>I set up automatic &#8220;push&#8221; payments through my bank for all my recurring fixed payments, such as mortgage.  Most variable bills I pay using one-shot push payments too. </p>
<p>I prefer push payments because it keeps me in control of to whom, how much, and when payments are made, and nobody but me has the ability to withdraw from my bank account.</p>
<p>Anyway, this blog post was about delivery of the itemized billing statement, not about payment of the bill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Live Mesh Wishlist: Paperless Billing Statements by bikedude</title>
		<link>http://dannythorpe.com/2008/07/29/live-mesh-wishlist-paperless-billing-statements/#comment-153</link>
		<dc:creator>bikedude</dc:creator>
		<pubDate>Wed, 30 Jul 2008 08:20:29 +0000</pubDate>
		<guid>http://dannythorpe.com/2008/07/29/live-mesh-wishlist-paperless-billing-statements/#comment-153</guid>
		<description>Hey Danny, you should come and live with us in Norway! :)

Here I often sign (online) an agreement allowing my creditors to electronically charge my account up to a specified limit per month. 

It is also possible to have the invoice delivered electronically through my bank. I can choose to have them send me an e-mail reminding me that a new bill has arrived.

But for businesses, paper bills are still the most common.

...which is nice for me, because where I work we have a system to handle all that... http://paperless.no/ allows businesses to scan all documents and track their flow throughout their organisations up to the point where we let the accounting system know about the invoice. We have some ideas for the next logical step, although I am not at liberty to say at the moment... :P

I am still more of an old-fashioned packrat. Sure, my photographs are all digital, but I collect comic books (I'll never grow up!) and I like to keep those on paper.</description>
		<content:encoded><![CDATA[<p>Hey Danny, you should come and live with us in Norway! <img src='http://dannythorpe.com/wordpress2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here I often sign (online) an agreement allowing my creditors to electronically charge my account up to a specified limit per month. </p>
<p>It is also possible to have the invoice delivered electronically through my bank. I can choose to have them send me an e-mail reminding me that a new bill has arrived.</p>
<p>But for businesses, paper bills are still the most common.</p>
<p>&#8230;which is nice for me, because where I work we have a system to handle all that&#8230; <a href="http://paperless.no/" rel="nofollow">http://paperless.no/</a> allows businesses to scan all documents and track their flow throughout their organisations up to the point where we let the accounting system know about the invoice. We have some ideas for the next logical step, although I am not at liberty to say at the moment&#8230; <img src='http://dannythorpe.com/wordpress2/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I am still more of an old-fashioned packrat. Sure, my photographs are all digital, but I collect comic books (I&#8217;ll never grow up!) and I like to keep those on paper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-Domain Transport with Window.Name by Danny Thorpe</title>
		<link>http://dannythorpe.com/2008/07/28/cross-domain-transport-with-windowname/#comment-152</link>
		<dc:creator>Danny Thorpe</dc:creator>
		<pubDate>Tue, 29 Jul 2008 15:34:42 +0000</pubDate>
		<guid>http://dannythorpe.com/2008/07/28/cross-domain-transport-with-windowname/#comment-152</guid>
		<description>One side note:  I don't think Zyp's window.name will work in Safari because it relies on iframe onLoad events.  Safari doesn't have a great track record with onLoad events.</description>
		<content:encoded><![CDATA[<p>One side note:  I don&#8217;t think Zyp&#8217;s window.name will work in Safari because it relies on iframe onLoad events.  Safari doesn&#8217;t have a great track record with onLoad events.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
