<?xml version="1.0" encoding="iso-8859-1"?><!-- Copy and paste the url into your newsreader application" -->
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
	<title>About.com Focus on JavaScript</title>
	<link>http://javascript.about.com/</link>
	<description>Get the latest headlines from the About.com Focus on JavaScript GuideSite.</description>
	<image>
		<title>About.com</title>
		<url>http://clk.about.com/?zi=1/1hh</url> 
		<link>http://www.about.com/</link> 
		<width>118</width> 
		<height>20</height> 
	</image>
	<dc:language>en-us</dc:language>
	<dc:creator></dc:creator>
	<dc:date>2009-11-06T15:10:03Z</dc:date>
	<pubDate>Fri, 06 Nov 2009 15:10:03 +0000</pubDate>
	<admin:generatorAgent rdf:resource="" />
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
	
			<item>
			<title>Unobtrusive JavaScript</title>
			<link>http://javascript.about.com/b/2009/11/07/unobtrusive-javascript.htm</link>
			<description>&lt;q&gt;&lt;i&gt;JavaScript belongs in a separate file linked from the head of your page.&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

There is no longer any need to clutter the body of your web page with event handlers attached to tags and scripts embedded in between content. By using a few simple coding techniques we can remove all of that from the body of the web page and place it all into a separate JavaScript file that we link into our page with a simple script tag in the head of the page.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blunobtrusive.htm&quot;&gt;Unobtrusive JavaScript&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/07/unobtrusive-javascript.htm"&gt;Unobtrusive JavaScript&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Saturday, November 7th, 2009 at 05:24:26.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/07/unobtrusive-javascript.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/07/unobtrusive-javascript.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2009/11/07/unobtrusive-javascript.htm&amp;zItl=Unobtrusive JavaScript"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2009/11/07/unobtrusive-javascript.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sat, 07 Nov 2009 05:24:26 +0000</pubDate>
			<dc:date>2009-11-07T05:24:26Z</dc:date>

		</item>
			<item>
			<title>Feature Sensing</title>
			<link>http://javascript.about.com/b/2009/11/06/feature-sensing.htm</link>
			<description>&lt;q&gt;&lt;i&gt;Test if the browser supports a specific JavaScript Feature directly, do &lt;b&gt;not&lt;/b&gt; test whether the browser was one that did or didn't support that feature ten years ago.&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

Right from day one JavaScript has provided a simple way to check whether the version of JavaScript currently being run supports a given object, method or function. The same (or similar code) can also be used to check if a property or variable exists. Using this way of testing if the browser supports your script your script will always work in new browsers that add that support even where the prior version didn't.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blfeature.htm&quot;&gt;Feature Sensing&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/06/feature-sensing.htm"&gt;Feature Sensing&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Friday, November 6th, 2009 at 15:10:03.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/06/feature-sensing.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/06/feature-sensing.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2009/11/06/feature-sensing.htm&amp;zItl=Feature Sensing"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2009/11/06/feature-sensing.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 06 Nov 2009 15:10:03 +0000</pubDate>
			<dc:date>2009-11-06T15:10:03Z</dc:date>

		</item>
			<item>
			<title>Functions and Object Constructors</title>
			<link>http://javascript.about.com/b/2009/11/05/functions-and-object-constructors.htm</link>
			<description>&lt;q&gt;&lt;i&gt;JavaScript doesn't have classes but objects can inherit directly from other objects&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

In JavaScript object constructors are defined the same way you define a function. What distinguishes one from the other is the way it is called. By testing how it was called inside your function you can make functions that are also object constructors or can test if it is called the right way.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blnewornot.htm&quot;&gt;Functions and Object Constructors&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/05/functions-and-object-constructors.htm"&gt;Functions and Object Constructors&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Thursday, November 5th, 2009 at 08:58:32.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/05/functions-and-object-constructors.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/05/functions-and-object-constructors.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2009/11/05/functions-and-object-constructors.htm&amp;zItl=Functions and Object Constructors"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2009/11/05/functions-and-object-constructors.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 05 Nov 2009 08:58:32 +0000</pubDate>
			<dc:date>2009-11-05T08:58:32Z</dc:date>

		</item>
			<item>
			<title>Character Order</title>
			<link>http://javascript.about.com/b/2009/11/04/character-order.htm</link>
			<description>&lt;q&gt;&lt;i&gt;Characters don't have to be adjacent to be able to validate them with JavaScript&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

It isn't just the characters that are next to one another in the input text that may need validating. Sometimes the order in which certain characters is important regardless of whether they are next to one another or at opposite ends of the text. The ninth form validation tutorial shows you how to test for one character must follow another in the text.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blvalid06.htm&quot;&gt;Character Order&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/04/character-order.htm"&gt;Character Order&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Wednesday, November 4th, 2009 at 15:37:03.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/04/character-order.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/04/character-order.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2009/11/04/character-order.htm&amp;zItl=Character Order"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2009/11/04/character-order.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Wed, 04 Nov 2009 15:37:03 +0000</pubDate>
			<dc:date>2009-11-04T15:37:03Z</dc:date>

		</item>
			<item>
			<title>JavaScript Split</title>
			<link>http://javascript.about.com/b/2009/11/03/javascript-split.htm</link>
			<description>&lt;q&gt;&lt;i&gt;The name of the method to call to split a string in JavaScript is rather obvious.&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

JavaScript has some very powerful options for being able to split up a string of text and place the results into an array.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/od/hintsandtips/a/javascriptsplit.htm&quot;&gt;JavaScript Split&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/03/javascript-split.htm"&gt;JavaScript Split&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Tuesday, November 3rd, 2009 at 09:39:08.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/03/javascript-split.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/03/javascript-split.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2009/11/03/javascript-split.htm&amp;zItl=JavaScript Split"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2009/11/03/javascript-split.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Tue, 03 Nov 2009 09:39:08 +0000</pubDate>
			<dc:date>2009-11-03T09:39:08Z</dc:date>

		</item>
			<item>
			<title>JavaScript Windows</title>
			<link>http://javascript.about.com/b/2009/11/02/javascript-windows.htm</link>
			<description>&lt;q&gt;&lt;i&gt;Do you really want to try to force your visitors to open a page in a new window?&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

Modern browsers allow the browser owner to choose how they want new pages to be processed - that'w why the target attribute doesn't exist in HTML 4. You can still use a JavaScript window.open call to suggest that a page should open in a new window when you have a really good reason for it.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/od/hintsandtips/a/javascriptwindow.htm&quot;&gt;JavaScript Windows&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/02/javascript-windows.htm"&gt;JavaScript Windows&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Monday, November 2nd, 2009 at 08:18:27.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/02/javascript-windows.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/02/javascript-windows.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2009/11/02/javascript-windows.htm&amp;zItl=JavaScript Windows"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2009/11/02/javascript-windows.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Mon, 02 Nov 2009 08:18:27 +0000</pubDate>
			<dc:date>2009-11-02T08:18:27Z</dc:date>

		</item>
			<item>
			<title>Pattern Matching</title>
			<link>http://javascript.about.com/b/2009/11/01/pattern-matching.htm</link>
			<description>&lt;q&gt;&lt;i&gt;JavaScript supports most regular expression constructs.&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

Introducing a new series of tutorials on regular expressions. In this first tutorial we look at how to define a regular expression and use it to test if a text field contains some particular text.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blre01.htm&quot;&gt;Pattern Matching&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/01/pattern-matching.htm"&gt;Pattern Matching&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Sunday, November 1st, 2009 at 17:07:20.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/01/pattern-matching.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/11/01/pattern-matching.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2009/11/01/pattern-matching.htm&amp;zItl=Pattern Matching"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2009/11/01/pattern-matching.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 01 Nov 2009 17:07:20 +0000</pubDate>
			<dc:date>2009-11-01T17:07:20Z</dc:date>

		</item>
			<item>
			<title>Advanced String Method Reference</title>
			<link>http://javascript.about.com/b/2009/10/31/advanced-string-method-reference.htm</link>
			<description>&lt;q&gt;&lt;i&gt;JavaScript has lots of ways to work with text strings.&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

One of the popular uses for JavaScript is for form validation and when validating forms one of the things you most often need to do is to perform tests on the text strings that have been entered to see if they are valid. Here's a reference to the more advanced (and also more useful) methods that JavaScript makes available for this purpose.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blstr2.htm&quot;&gt;Advanced String Method Reference&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/10/31/advanced-string-method-reference.htm"&gt;Advanced String Method Reference&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Saturday, October 31st, 2009 at 15:52:32.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/10/31/advanced-string-method-reference.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/10/31/advanced-string-method-reference.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2009/10/31/advanced-string-method-reference.htm&amp;zItl=Advanced String Method Reference"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2009/10/31/advanced-string-method-reference.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sat, 31 Oct 2009 15:52:32 +0000</pubDate>
			<dc:date>2009-10-31T15:52:32Z</dc:date>

		</item>
			<item>
			<title>Math Method Reference</title>
			<link>http://javascript.about.com/b/2009/10/30/math-method-reference.htm</link>
			<description>&lt;q&gt;&lt;i&gt;JavaScript understands mathematics&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

You work with mathematical functions in JavaScript using the Math static object. This reference page lists all of the available functions as well as a number of useful constants that this object also makes available.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blmath.htm&quot;&gt;Math Method Reference&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/10/30/math-method-reference.htm"&gt;Math Method Reference&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Friday, October 30th, 2009 at 15:40:27.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/10/30/math-method-reference.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/10/30/math-method-reference.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2009/10/30/math-method-reference.htm&amp;zItl=Math Method Reference"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2009/10/30/math-method-reference.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 30 Oct 2009 15:40:27 +0000</pubDate>
			<dc:date>2009-10-30T15:40:27Z</dc:date>

		</item>
			<item>
			<title>Array Reference</title>
			<link>http://javascript.about.com/b/2009/10/29/array-reference.htm</link>
			<description>&lt;q&gt;&lt;i&gt;JavaScript allows all sorts of manipulations to be done with arrays&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

Arrays are the ideal way of handling multiple occurrences of similar data. In addition to being able to access individual entries by their numerical position within the array, JavaScript also provides ways of easily adding or removing any entry or entries as well as easy ways of splitting or joining arrays.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blarray.htm&quot;&gt;Array Reference&lt;/a&gt;&lt;p style="background:#f5f3ef;border: 1px solid #d5d0bf;padding:.5em;"&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/10/29/array-reference.htm"&gt;Array Reference&lt;/a&gt; originally appeared on &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/"&gt;About.com Focus on JavaScript&lt;/a&gt; on Thursday, October 29th, 2009 at 05:44:45.&lt;/p&gt;&lt;p&gt;&lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/10/29/array-reference.htm"&gt;Permalink&lt;/a&gt; | &lt;a href="http://clk.about.com/?zi=1/1hc&amp;zu=http://javascript.about.com/b/2009/10/29/array-reference.htm#gB3"&gt;Comment&lt;/a&gt; | &lt;a href="http://javascript.about.com/gi/pages/shareurl.htm?PG=http://javascript.about.com/b/2009/10/29/array-reference.htm&amp;zItl=Array Reference"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://javascript.about.com/b/2009/10/29/array-reference.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Thu, 29 Oct 2009 05:44:45 +0000</pubDate>
			<dc:date>2009-10-29T05:44:45Z</dc:date>

		</item>
	</channel>

</rss>
