function $( tag ) {
	return typeof( tag ) == 'object' ? tag : document.getElementById( tag );
}

function $$( tag ) {
	return $( $( tag ).id );
}

