function getElementById()

in source/javascripts/libs/swfobject-dynamic.js [187:194]


	function getElementById(id) {
		var el = null;
		try {
			el = doc.getElementById(id);
		}
		catch (e) {}
		return el;
	}