function custom_init() {
	pgm = document.getElementsByTagName('body')[0].id;
	switch (pgm) {
	case 'EXAMPLE': break;
	default: 
	}
}

