<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Javascript_gid</id>
		<title>Javascript gid - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.johnfreier.com/index.php?action=history&amp;feed=atom&amp;title=Javascript_gid"/>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Javascript_gid&amp;action=history"/>
		<updated>2026-05-20T11:21:52Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://wiki.johnfreier.com/index.php?title=Javascript_gid&amp;diff=687&amp;oldid=prev</id>
		<title>Jfreier: Created page with &quot;This is a function for generating an id.    /**    * Create a uniqe id.    * Example: ae7d31a6-e955-8e2e-ebf5-8863ed74e55d    */   function guid() {   	function s4() {...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.johnfreier.com/index.php?title=Javascript_gid&amp;diff=687&amp;oldid=prev"/>
				<updated>2015-05-28T18:47:19Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;This is a function for generating an id.    ‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;*    * Create a uniqe id.    * Example: ae7d31a6-e955-8e2e-ebf5-8863ed74e55d: &lt;/span&gt;   function guid() {   	function s4() {...&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is a function for generating an id.&lt;br /&gt;
&lt;br /&gt;
  /**&lt;br /&gt;
   * Create a uniqe id.&lt;br /&gt;
   * Example: ae7d31a6-e955-8e2e-ebf5-8863ed74e55d&lt;br /&gt;
   */&lt;br /&gt;
  function guid() {&lt;br /&gt;
  	function s4() {&lt;br /&gt;
      	return Math.floor((1 + Math.random()) * 0x10000).toString(16).substring(1);&lt;br /&gt;
    	}&lt;br /&gt;
    	return s4() + s4() + '-' + s4() + '-' + s4() + '-' + s4() + '-' + s4() + s4() + s4();&lt;br /&gt;
  }&lt;/div&gt;</summary>
		<author><name>Jfreier</name></author>	</entry>

	</feed>