<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Barattalo</title>
	<atom:link href="http://www.barattalo.it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Mon, 20 Feb 2012 16:57:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mini log functions for PHP</title>
		<link>http://www.barattalo.it/2012/02/20/mini-log-functions-for-php/</link>
		<comments>http://www.barattalo.it/2012/02/20/mini-log-functions-for-php/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 16:56:55 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[log file]]></category>
		<category><![CDATA[logger]]></category>
		<category><![CDATA[logs]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=765</guid>
		<description><![CDATA[When  you have to log something with php you can use fopen to create  a file and then use fwrite to write strings&#8230; it&#8217;s quite easy. But, if you want some small functions to add to your most used &#8220;common.php&#8221; file, you can add this fours small functions: OPEN LOG Use the openLog to create [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/12/03/how-many-users-are-connected/' rel='bookmark' title='How many users are connected?'>How many users are connected?</a></li>
<li><a href='http://www.barattalo.it/2010/01/29/10-php-usefull-functions-for-mysqli-improved-stuff/' rel='bookmark' title='10 PHP usefull functions for MySQLi stuff (mysql improved)'>10 PHP usefull functions for MySQLi stuff (mysql improved)</a></li>
<li><a href='http://www.barattalo.it/2009/11/09/hello-world/' rel='bookmark' title='Load File into a String'>Load File into a String</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/copying-remote-files-on-your-server-with-php/' rel='bookmark' title='Copying remote files on your server with PHP'>Copying remote files on your server with PHP</a></li>
<li><a href='http://www.barattalo.it/2010/01/25/10-php-usefull-functions-for-mysql-stuff/' rel='bookmark' title='10 PHP usefull functions for MySQL stuff'>10 PHP usefull functions for MySQL stuff</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2012/02/20/mini-log-functions-for-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unobtrusive javascript to add an overlay banner</title>
		<link>http://www.barattalo.it/2011/11/07/unobtrusive-javascript-to-add-an-overlay-banner/</link>
		<comments>http://www.barattalo.it/2011/11/07/unobtrusive-javascript-to-add-an-overlay-banner/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 11:40:19 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[center div vertically]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[modal container]]></category>
		<category><![CDATA[modal window]]></category>
		<category><![CDATA[overlay]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=758</guid>
		<description><![CDATA[If you have to add an overlay to a site, here is a fast way to do it with an unobtrusive javascript. Add this file to your site, just before the closing body tag, and customize the overlay() function inside the js file. This code adds a div to cover your page with an opaque [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/11/12/cross-browser-opacity/' rel='bookmark' title='Cross browser opacity'>Cross browser opacity</a></li>
<li><a href='http://www.barattalo.it/2009/12/19/ruler-for-google-maps-v3-to-measure-distance-on-map/' rel='bookmark' title='Ruler for Google Maps v3 to measure distance on map'>Ruler for Google Maps v3 to measure distance on map</a></li>
<li><a href='http://www.barattalo.it/2009/11/13/full-screen-gcontrol-for-google-maps/' rel='bookmark' title='Full Screen GControl for Google Maps'>Full Screen GControl for Google Maps</a></li>
<li><a href='http://www.barattalo.it/2010/02/16/how-to-capture-enter-key-pressed-in-a-form-javascript/' rel='bookmark' title='How to capture enter key pressed in a form (JavaScript)'>How to capture enter key pressed in a form (JavaScript)</a></li>
<li><a href='http://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/' rel='bookmark' title='How to use Instagr.am photos on your site'>How to use Instagr.am photos on your site</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2011/11/07/unobtrusive-javascript-to-add-an-overlay-banner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP code to check if remote mp3 exists</title>
		<link>http://www.barattalo.it/2011/11/01/php-code-to-check-if-remote-mp3-exists/</link>
		<comments>http://www.barattalo.it/2011/11/01/php-code-to-check-if-remote-mp3-exists/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 15:30:10 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=751</guid>
		<description><![CDATA[Hi, I&#8217;ve a big table with thousands of mp3 links. Sice these links come from an old database, many of them are old and expired. Here is a function that I&#8217;ve included in my Minibots Class. The function uses checkdnsrr to verify the domain and then uses curl to fetch the mp3 file and verify [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/01/06/test-if-a-remote-url-exists-with-php-and-curl/' rel='bookmark' title='Test if a remote url exists with PHP and CURL'>Test if a remote url exists with PHP and CURL</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/php-web-page-to-text-function/' rel='bookmark' title='PHP Web page to text function'>PHP Web page to text function</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/copying-remote-files-on-your-server-with-php/' rel='bookmark' title='Copying remote files on your server with PHP'>Copying remote files on your server with PHP</a></li>
<li><a href='http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/' rel='bookmark' title='get MySpace events with a PHP function'>get MySpace events with a PHP function</a></li>
<li><a href='http://www.barattalo.it/2010/03/01/php-curl-bot-to-update-facebook-status/' rel='bookmark' title='PHP curl bot to update Facebook status'>PHP curl bot to update Facebook status</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2011/11/01/php-code-to-check-if-remote-mp3-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Facebook Invite all friends hack</title>
		<link>http://www.barattalo.it/2011/09/14/new-facebook-invite-all-friends-hack/</link>
		<comments>http://www.barattalo.it/2011/09/14/new-facebook-invite-all-friends-hack/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 11:19:59 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[invite all]]></category>
		<category><![CDATA[inviter]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=736</guid>
		<description><![CDATA[So, you want to invote all your friends but the old hack doesn&#8217;t work anymore? With the last facebook friends groups restyle the code trick to send invitation to all friends do not work anymore. Moreover, you&#8217;ve installed the last Firefox, and you can&#8217;t use anymore the url address bar to input javascript commands. It [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/01/17/posting-to-facebook-from-website-with-facebook-connect/' rel='bookmark' title='Posting to Facebook from website with Facebook Connect'>Posting to Facebook from website with Facebook Connect</a></li>
<li><a href='http://www.barattalo.it/facebook-connect-tutorial/' rel='bookmark' title='Facebook Connect Tutorial'>Facebook Connect Tutorial</a></li>
<li><a href='http://www.barattalo.it/2009/11/18/click-links-with-javascript/' rel='bookmark' title='Click links with JavaScript'>Click links with JavaScript</a></li>
<li><a href='http://www.barattalo.it/2010/03/01/php-curl-bot-to-update-facebook-status/' rel='bookmark' title='PHP curl bot to update Facebook status'>PHP curl bot to update Facebook status</a></li>
<li><a href='http://www.barattalo.it/2010/02/16/how-to-capture-enter-key-pressed-in-a-form-javascript/' rel='bookmark' title='How to capture enter key pressed in a form (JavaScript)'>How to capture enter key pressed in a form (JavaScript)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2011/09/14/new-facebook-invite-all-friends-hack/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
	<enclosure url="http://www.barattalo.it/wp-content/uploads/2011/09/invite-300x169.jpg" length="12874" type="image/jpg" /><media:content url="http://www.barattalo.it/wp-content/uploads/2011/09/invite-300x169.jpg" width="300" height="169" medium="image" type="image/jpeg" />	</item>
		<item>
		<title>How to use Instagr.am photos on your site</title>
		<link>http://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/</link>
		<comments>http://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 15:11:47 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[followgram]]></category>
		<category><![CDATA[instagram]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[Spider]]></category>
		<category><![CDATA[webbot]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=718</guid>
		<description><![CDATA[The question is: how can I bring my instagram photos on my personal web site? With this tutorial you can make this. I&#8217;m addicted to Instagram, I make photos quite every day with it. But I&#8217;m also a developer, and I already have a personal portfolio for my photos&#8230; which became obsolete since it&#8217;s a [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/05/30/parsing-flickr-feed-with-php-tutorial/' rel='bookmark' title='Parsing Flickr Feed with PHP tutorial'>Parsing Flickr Feed with PHP tutorial</a></li>
<li><a href='http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/' rel='bookmark' title='get MySpace events with a PHP function'>get MySpace events with a PHP function</a></li>
<li><a href='http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/' rel='bookmark' title='PHP bot to grab meteo information from Google'>PHP bot to grab meteo information from Google</a></li>
<li><a href='http://www.barattalo.it/2010/03/01/php-to-get-twitter-infos-and-avatar/' rel='bookmark' title='PHP to get twitter infos and avatar'>PHP to get twitter infos and avatar</a></li>
<li><a href='http://www.barattalo.it/2010/08/29/php-bot-to-get-wikipedia-definitions/' rel='bookmark' title='PHP bot to get wikipedia definitions'>PHP bot to get wikipedia definitions</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2011/08/18/how-to-use-instagr-am-photos/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	<enclosure url="http://www.barattalo.it/wp-content/uploads/2011/08/kuku-300x211.gif" length="19247" type="image/jpg" /><media:content url="http://www.barattalo.it/wp-content/uploads/2011/08/kuku-300x211.gif" width="300" height="211" medium="image" type="image/gif" />	</item>
		<item>
		<title>get MySpace events with a PHP function</title>
		<link>http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/</link>
		<comments>http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 11:41:19 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[concerts]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[mini bot]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[preg_replace]]></category>
		<category><![CDATA[Spider]]></category>
		<category><![CDATA[Web bot]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=714</guid>
		<description><![CDATA[Here is a function to read the concerts for a myspace band page. This code retrieves the &#8220;shows page&#8221; for a specified myspace username, and than parse the html to find and decode data. Since myspace returns a page in Italian (this probably depends on geographic ip translations) the fnction uses a months array in [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/' rel='bookmark' title='PHP bot to grab meteo information from Google'>PHP bot to grab meteo information from Google</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/php-web-page-to-text-function/' rel='bookmark' title='PHP Web page to text function'>PHP Web page to text function</a></li>
<li><a href='http://www.barattalo.it/2010/03/01/php-to-get-twitter-infos-and-avatar/' rel='bookmark' title='PHP to get twitter infos and avatar'>PHP to get twitter infos and avatar</a></li>
<li><a href='http://www.barattalo.it/2010/02/10/php-how-to-calculate-age-from-date-of-birth/' rel='bookmark' title='PHP how to calculate age from date of birth'>PHP how to calculate age from date of birth</a></li>
<li><a href='http://www.barattalo.it/2010/08/29/php-bot-to-get-wikipedia-definitions/' rel='bookmark' title='PHP bot to get wikipedia definitions'>PHP bot to get wikipedia definitions</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP Geocoding function, from address to coordinates lat long</title>
		<link>http://www.barattalo.it/2011/01/24/php-geocoding-function-from-address-to-coordinates-lat-long/</link>
		<comments>http://www.barattalo.it/2011/01/24/php-geocoding-function-from-address-to-coordinates-lat-long/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 16:19:36 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[coordinates]]></category>
		<category><![CDATA[google map]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[longitude]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=707</guid>
		<description><![CDATA[This is a small function included in the Minibots Class that converts an address to a couple of coordinates Latitude, Longitude that can be used to place a marker on a map. This function uses Google&#8217;s geocoding service called with the file_get_contents function (CURL not needed). The result is decoded with a preg_match call that [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/12/26/decimal-degrees-conversion-and-distance-of-two-points-on-google-map/' rel='bookmark' title='Decimal Degrees conversion and distance of two points on google map'>Decimal Degrees conversion and distance of two points on google map</a></li>
<li><a href='http://www.barattalo.it/2010/10/06/php-function-embed-video-youtube-vimeo/' rel='bookmark' title='Php Function to resize video from YouTube and Vimeo'>Php Function to resize video from YouTube and Vimeo</a></li>
<li><a href='http://www.barattalo.it/2009/12/29/tiny-url-encode-and-decode-with-php/' rel='bookmark' title='Tiny url encode and decode with PHP'>Tiny url encode and decode with PHP</a></li>
<li><a href='http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/' rel='bookmark' title='get MySpace events with a PHP function'>get MySpace events with a PHP function</a></li>
<li><a href='http://www.barattalo.it/2009/12/27/validate-email-with-smtp/' rel='bookmark' title='Validate email with smtp'>Validate email with smtp</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2011/01/24/php-geocoding-function-from-address-to-coordinates-lat-long/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP find previous monday from a date</title>
		<link>http://www.barattalo.it/2010/12/03/php-find-previous-monday-from-a-date/</link>
		<comments>http://www.barattalo.it/2010/12/03/php-find-previous-monday-from-a-date/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 10:29:36 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=705</guid>
		<description><![CDATA[This small function returns the date (with the format you want) of the previous monday from a given date. If given date is empty it gets the today date: Related posts:PHP how to calculate age from date of birth PHP Day add function PHP bot to grab meteo information from Google


Related posts:<ol><li><a href='http://www.barattalo.it/2010/02/10/php-how-to-calculate-age-from-date-of-birth/' rel='bookmark' title='PHP how to calculate age from date of birth'>PHP how to calculate age from date of birth</a></li>
<li><a href='http://www.barattalo.it/2009/11/11/php-day-add-function/' rel='bookmark' title='PHP Day add function'>PHP Day add function</a></li>
<li><a href='http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/' rel='bookmark' title='PHP bot to grab meteo information from Google'>PHP bot to grab meteo information from Google</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/12/03/php-find-previous-monday-from-a-date/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get URL parameter in javascript</title>
		<link>http://www.barattalo.it/2010/11/25/get-url-parameter-in-javascript/</link>
		<comments>http://www.barattalo.it/2010/11/25/get-url-parameter-in-javascript/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 09:55:00 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[querystring]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[url parameter]]></category>
		<category><![CDATA[window.location.href]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=695</guid>
		<description><![CDATA[Sometimes in javascript you have the variable that you need to use in the url, as a parameter passed in GET to the page, but you don&#8217;t have it in page. You can retrieve those data analyzing the window.location.href string. Here is the Javascript function that does the work, pass to it the variable name [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/11/25/get-file-name-in-javascript/' rel='bookmark' title='Get file name in javascript'>Get file name in javascript</a></li>
<li><a href='http://www.barattalo.it/2010/02/09/asp-strip-tags-function-equivalent-to-php/' rel='bookmark' title='ASP equivalent to PHP strip_tags'>ASP equivalent to PHP strip_tags</a></li>
<li><a href='http://www.barattalo.it/2010/02/16/how-to-capture-enter-key-pressed-in-a-form-javascript/' rel='bookmark' title='How to capture enter key pressed in a form (JavaScript)'>How to capture enter key pressed in a form (JavaScript)</a></li>
<li><a href='http://www.barattalo.it/2009/11/18/click-links-with-javascript/' rel='bookmark' title='Click links with JavaScript'>Click links with JavaScript</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/11/25/get-url-parameter-in-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get file name in javascript</title>
		<link>http://www.barattalo.it/2010/11/25/get-file-name-in-javascript/</link>
		<comments>http://www.barattalo.it/2010/11/25/get-file-name-in-javascript/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 09:49:58 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[file name]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[url file name]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=693</guid>
		<description><![CDATA[How to get the file name of the page? When you need to read the file name of the current page in javascript you can use the document.location.href string and parse it to find the filename, here is the script that strips away the other chars and keep only the script file name: Another usefull [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/11/25/get-url-parameter-in-javascript/' rel='bookmark' title='Get URL parameter in javascript'>Get URL parameter in javascript</a></li>
<li><a href='http://www.barattalo.it/2009/11/09/parse-a-float-number-in-javascript/' rel='bookmark' title='Parse a float number in javascript'>Parse a float number in javascript</a></li>
<li><a href='http://www.barattalo.it/2010/02/16/how-to-capture-enter-key-pressed-in-a-form-javascript/' rel='bookmark' title='How to capture enter key pressed in a form (JavaScript)'>How to capture enter key pressed in a form (JavaScript)</a></li>
<li><a href='http://www.barattalo.it/2009/11/09/javascript-to-make-some-links-blink/' rel='bookmark' title='Javascript to make some links blink'>Javascript to make some links blink</a></li>
<li><a href='http://www.barattalo.it/2010/03/10/how-to-write-a-text-description-into-html-input-type-password/' rel='bookmark' title='How to write a text description into html input type password'>How to write a text description into html input type password</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/11/25/get-file-name-in-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

