/*
	所有页面均包含
*/
function e(obj) {
	return document.getElementById(obj);
}
function n(obj) {
	return document.getElementByName(obj);
}

