// ====================================================================
	// Copyright (c) 2007, Yahoo! Inc. All rights reserved.
	// Code licensed under the BSD License:
	//
	// ====================================================================
	//
	// ====================================================================
	//       urlEncodedFormat and urlDecode functions
	//
	// Copyright Albion Research Ltd. 2002
	// http://www.albionresearch.com/
	//
	// You may copy these functions providing that
	// (a) you leave this copyright notice intact, and
	// (b) if you use these functions on a publicly accessible
	//     web site you include a credit somewhere on the web site
	//     with a link back to http://www.albionresearch.com/
	//
	// If you find or fix any bugs, please let us know at albionresearch.com
	//
	// SpecialThanks to Neelesh Thakur for being the first to
	// report a bug in URLDecode() - now fixed 2003-02-19.
	// And thanks to everyone else who has provided comments and suggestions.
	// ====================================================================
	//
	// ====================================================================
	// Date Format 1.2.2 as QBOS.datetime.format = function () {...};
	// (c) 2007-2008 Steven Levithan 
	// MIT license
	// Includes enhancements by Scott Trenda  and Kris Kowal 
	// ====================================================================