<?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 Focus on JavaScript</title>
<link>http://javascript.about.com/</link>
<description>Focus on JavaScript</description>


	<item>
	<title>Referencing Form Fields</title>
	<link>http://javascript.about.com/b/2009/11/14/referencing-form-fields.htm</link>
	<description>&lt;q&gt;&lt;i&gt;Form field names are used to pass the information to the server&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

The names that you give to the fields in your form in order for the server side processing to work may not be appropriate to use to references them from JavaScript. Fortunately JavaScript has an alternate way of being able to reference form fields.&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/blrefform.htm&quot;&gt;Referencing Form Fields&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/14/referencing-form-fields.htm"&gt;Referencing Form Fields&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 14th, 2009 at 15:22:35.&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/14/referencing-form-fields.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/14/referencing-form-fields.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/14/referencing-form-fields.htm&amp;zItl=Referencing Form Fields"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/11/14/referencing-form-fields.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-11-14T15:22:35Z</dc:date>
	</item>


	<item>
	<title>Dynamic Forms</title>
	<link>http://javascript.about.com/b/2009/11/13/dynamic-forms.htm</link>
	<description>&lt;q&gt;&lt;i&gt;JavaScript can add complex HTML to a web page&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

A new addition to my library of scripts that you can use on your own site is my new Form object script which provides you with an object that has simple to use methods to create a form with all the form field types you are most likely to want to use (it doesn't handle file inputs or optgroups but most of the time you will not need those). The object uses standard DOM calls to add the form into your web page as well as providing plenty of ways to reference the fields from your stylesheet in order to format it the way you want.&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/blforms.htm&quot;&gt;Dynamic Forms&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/13/dynamic-forms.htm"&gt;Dynamic Forms&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 13th, 2009 at 09:58:52.&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/13/dynamic-forms.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/13/dynamic-forms.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/13/dynamic-forms.htm&amp;zItl=Dynamic Forms"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/11/13/dynamic-forms.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-11-13T09:58:52Z</dc:date>
	</item>


	<item>
	<title>You Can't Protect Your Page Content</title>
	<link>http://javascript.about.com/b/2009/11/12/protecting-your-page-content.htm</link>
	<description>&lt;q&gt;&lt;i&gt;Web pages are open source and there is nothing you can do to protect the content&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

Every so often I receive emails about my &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blimgprot.htm&quot;&gt;Image Protection&lt;/a&gt; JavaScript that places the image in the background of a table with a transparent image in front of it. All of these emails have pointed out that there are other ways to obtain the image and that it is not really protected. In fact there is &lt;b&gt;no way&lt;/b&gt; to stop people obtaining the content of your web page since they have it already on their computer when they view your page. The same is true even if you use JavaScript to &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blenc.htm&quot;&gt;encrypt your page source&lt;/a&gt; since your visitors all have something that can decrypt it for them (called a web browser). In fact applying something as simple as a &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://javascript.about.com/library/blnoright.htm&quot;&gt;no right click script&lt;/a&gt; (which is the least effective way to try to protect anything) will just drive visitors away from your site. Any of these techniques may stop newbie web users from taking your code and images (and will do so at least as effectively as much longer codes and more expensive solutions found elsewhere on the web) but nothing will prevent someone who knows how the web works from obtaining whatever they want from your site.&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/12/protecting-your-page-content.htm"&gt;You Can't Protect Your Page Content&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 12th, 2009 at 09:52:58.&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/12/protecting-your-page-content.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/12/protecting-your-page-content.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/12/protecting-your-page-content.htm&amp;zItl=You Can't Protect Your Page Content"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/11/12/protecting-your-page-content.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-11-12T09:52:58Z</dc:date>
	</item>


	<item>
	<title>Minimum and Maximum Distance</title>
	<link>http://javascript.about.com/b/2009/11/11/minimum-and-maximum-distance.htm</link>
	<description>&lt;q&gt;&lt;i&gt;How far apart are specific characters? Find out with JavaScript&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

Continuing with our look at validating text input fields using JavaScript, the tenth tutorial in the form validation series looks at how we can test to make sure that selected characters in the input are a certain distance apart.&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/blvalid07.htm&quot;&gt;Minimum and Maximum Distance&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/11/minimum-and-maximum-distance.htm"&gt;Minimum and Maximum Distance&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 11th, 2009 at 18:26:28.&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/11/minimum-and-maximum-distance.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/11/minimum-and-maximum-distance.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/11/minimum-and-maximum-distance.htm&amp;zItl=Minimum and Maximum Distance"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/11/11/minimum-and-maximum-distance.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-11-11T18:26:28Z</dc:date>
	</item>


	<item>
	<title>Unobtrusive Add to Favourites</title>
	<link>http://javascript.about.com/b/2009/11/10/unobtrusive-add-to-favourites.htm</link>
	<description>&lt;q&gt;&lt;i&gt;JavaScript can add to the page when a feature is supported and not add when it isn't.&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

Having an &quot;Add to Favourites&quot; link is popular with people just starting out writing web pages. Not all browsers support such a link though and some pople have written scripts that use the wrong way of testing if the browser does support it. This version of the &quot;Add to Favourites&quot; script not only uses the correct method of testing if the browser supports the link, it supplies the necessary code for all the browsers that do provide a way to support such a link, and just leaves an empty tag in the page where the link would have gone if the browser doesn't support it.&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=javascript.about.com/library/blufav.htm&quot;&gt;Unobtrusive Add to Favourites&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/10/unobtrusive-add-to-favourites.htm"&gt;Unobtrusive Add to Favourites&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 10th, 2009 at 10:24: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/10/unobtrusive-add-to-favourites.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/10/unobtrusive-add-to-favourites.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/10/unobtrusive-add-to-favourites.htm&amp;zItl=Unobtrusive Add to Favourites"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/11/10/unobtrusive-add-to-favourites.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-11-10T10:24:20Z</dc:date>
	</item>


	<item>
	<title>Ignore Case and Global</title>
	<link>http://javascript.about.com/b/2009/11/08/ignore-case-and-global.htm</link>
	<description>&lt;q&gt;&lt;i&gt;Regular Expressions can ignore capitals and find all matches&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

The second tutorial on Regular Expressions covers how to set the expression for global processing and to ignore capitalization.&lt;br /&gt;&lt;br /&gt;

Even with this most basic use of regular expressions you will be able to do searches for either the first or all occurrences of a text string. You will also be able to decide whether the exact capitalisation you used is important for obtaining a match or whether the capitalisation should be ignored.&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/blre02.htm&quot;&gt;Ignore Case and Global&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/08/ignore-case-and-global.htm"&gt;Ignore Case and Global&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 8th, 2009 at 15:14:41.&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/08/ignore-case-and-global.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/08/ignore-case-and-global.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/08/ignore-case-and-global.htm&amp;zItl=Ignore Case and Global"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/11/08/ignore-case-and-global.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-11-08T15:14:41Z</dc:date>
	</item>


	<item>
	<title>JavaScript Alert</title>
	<link>http://javascript.about.com/b/2009/11/08/javascript-alert.htm</link>
	<description>&lt;q&gt;&lt;i&gt;You can do some quick debugging of simple JavaScripts using alert()&lt;/i&gt;&lt;/q&gt;&lt;br /&gt;&lt;br /&gt;

The alert built in function has little to no use in live JavaScript code (particularly since some browsers display an option to turn off JavaScript at the bottom of the alert) but it is still useful for finding and fixing errors in JavaScript code when you are testing in a browser that doesn't have a debugger built in (such as Firefox).&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/javascriptalert.htm&quot;&gt;JavaScript Alert&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/08/javascript-alert.htm"&gt;JavaScript Alert&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 8th, 2009 at 07:33:43.&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/08/javascript-alert.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/08/javascript-alert.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/08/javascript-alert.htm&amp;zItl=JavaScript Alert"&gt;Email this&lt;/a&gt;&lt;/p&gt;</description>
	<guid isPermaLink="true">http://javascript.about.com/b/2009/11/08/javascript-alert.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-11-08T07:33:43Z</dc:date>
	</item>


	<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>
	<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>
	<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>
	<dc:date>2009-11-05T08:58:32Z</dc:date>
	</item>


</channel>
</rss>
