/**
 * 2007-2010 Copyright MagicWeb.org
 * Oct 21, 2010 - 7:56:46 PM
 *
 */

/**
 * Quick debug
 */
function d()
{
	if (window.console) {
		if (arguments.length > 1) {
			console.log(arguments);
		} else {
			console.log(arguments[0]);
		}
	}
}

// Pass init() as callback to revoke it whenever needed
function init()
{

}


$(init);

