//console.log
function log(text) {
	if (jQuery.browser.mozilla) {
		console.log(text);
	}
}