// JavaScript Document
function link(args){ 
	var url=""; 
	var target = "http://www.micah608.com";

	switch(args){ 
		case "01":		url = target + "?_p=centerinfo/01";break;  
		case "01_02":	url = target + "?_p=centerinfo/02";break;   
		case "01_03":	url = target + "?_p=centerinfo/03";break;   
		case "01_04":	url = target + "?_p=centerinfo/04";break;   
		case "01_05":	url = target + "?_p=centerinfo/05";break; 
		case "02":		url = target + "/xe/?mid=revelation&category=12560";break;  
		case "02_02":	url = target + "/xe/?mid=revelation&category=12561";break;  
		case "02_03":	url = target + "/xe/?mid=revelation&category=12562";break;  
		case "02_04":	url = target + "/xe/?mid=revelation&category=12563";break;  
		case "02_05":	url = target + "?_p=revelation/01";break; 
		case "03":		url = target + "/xe/?mid=column";break;  
		case "04":		url = target + "?_p=books/01";break;   
		case "04_02":	url = target + "?_p=books/02";break;  
		case "04_03":	url = target + "?_p=books/03";break;
		case "05":		url = target + "/xe/?mid=notice";break;
		case "06":		url = target + "/xe/?mid=theology";break; 
		case "98":		url = "mailto:micah608@naver.com";break;  
		case "99":		url = target + "?_p=home";break;  

	} 
document.location.href=url 
} 


