﻿
/**
 * Funktion erstellt eine zufällige Id. 
 * @author Markus 31.3.2010
 */
function createId ()
{
	id = Math.random ();
	
}