	if (typeof(console) == 'undefined') {
		if (document.location.href.indexOf('firebug=true') != -1) {
			document.writeln(unescape('%3Cscript%20type%3D%22text%2Fjavascript%22%20src%3D%22http%3A%2F%2Fgetfirebug.com%2Freleases%2Flite%2F1.2%2Ffirebug-lite-compressed.js%22%3E%3C%2Fscript%3E'));
		} else {
			var console = {
				log:   function() {},
				warn:  function() {},
				error: function() {},
				debug: function() {}
			}
		}
	}