
window.onerror = function(e){return false;}


function $(s){
	return document.all?document.all[s]:document.getElementById(s);
}

