var site = new Array();
//site[0] = ['http://edu.chosun.com/gnb/images_si/GNB_matgong.gif','study.chosun.com', ''];
site[0] = ['http://edu.chosun.com/gnb/images_si/GNB_learnning.gif','learning.matgong.com', ''];
site[1] = ['http://edu.chosun.com/gnb/images_si/GNB_books.gif','blog.matgong.com', ''];
site[2] = ['http://edu.chosun.com/gnb/images_si/GNB_edu1.gif','www.edu1.co.kr', ''];
site[3] = ['http://edu.chosun.com/gnb/images_si/GNB_munos.gif','www.munos.co.kr', ''];
site[4] = ['http://edu.chosun.com/gnb/images_si/GNB_kudos.gif','www.kudosedu.com', ''];
site[5] = ['http://edu.chosun.com/gnb/images_si/GNB_camp.gif','camp.delienglish.com', ''];
site[6] = ['http://edu.chosun.com/gnb/images_si/GNB_uhak.gif','uhak.delienglish.com', ''];
site[7] = ['http://edu.chosun.com/gnb/images_si/GNB_junior.gif','junior.delienglish.com', ''];
site[8] = ['http://edu.chosun.com/gnb/images_si/GNB_matcall.gif','www.matcall.co.kr', ''];

var site_domain = document.location.host;
var tmp = "";
for (i=0; i < site.length; i++) {
	if (site[i][1] != site_domain) {
		tmp += "<a href='http://" + site[i][1] + "' target='_blank'><img src='" + site[i][0] + "' border=0 alt='" + site[i][2] + "'></a>";
		if ((i+1) < site.length) {
			tmp += "<img src='http://edu.chosun.com/gnb/images_si/GNB_spaceblit.gif'>";
		}
	}
}
		
var tmp_cnt = "";
tmp_cnt += "<table width=100% cellpadding=0 cellspacing=0 border=0 height=29>";
tmp_cnt += "<tr>";
tmp_cnt += "<td align=center background=http://edu.chosun.com/gnb/images_si/GNB_bg.gif>";
tmp_cnt += "<table width=870 cellpadding=0 cellspacing=0 border=0>";
tmp_cnt += "<tr>";
tmp_cnt += "<td width=74><a href='http://edu.chosun.com' target='_blank'><img src='http://edu.chosun.com/gnb/images_si/GNB_logo.gif' border=0></a></td>";
tmp_cnt += "<td>&nbsp;</td>";
tmp_cnt += "<td><iframe src='http://edu.chosun.com/gnb/news.jsp' marginWidth=0 marginHeight=0 frameBorder=0 scrolling=no ALLOWTRANSPARENCY='true'  width='241' height='25' style='margin-top:-10px;'></iframe></td>";
tmp_cnt += "<td align=right>" + tmp + "</td>";
tmp_cnt += "</tr>";
tmp_cnt += "</table>";
tmp_cnt += "</td>";
tmp_cnt += "</tr>";
tmp_cnt += "</table>";
//<iframe src='http://edu.chosun.com/gnb/news.jsp' marginWidth=0 marginHeight=0 frameBorder=0 scrolling=no ALLOWTRANSPARENCY='true'  width='100%' height='29' style={word-break:break-all;}></iframe>
document.write(tmp_cnt);