function $(id){
	return YAHOO.util.Dom.get(id);
}
function $on(el,type,fnc){
	YAHOO.util.Event.addListener(el, type, fnc);
}