// JavaScript Document
var uniqid = (function(){var id=new Date().getTime();return function() {return id++;}})();

