//¸ÞÀÎ»ó´Ü
function mainTop(num){
	document.write('<h1><a href="http://www.imbc.com/broad/tv/drama/triple/index.html">MBC ¼ö¸ñ¹Ì´Ï½Ã¸®Áî Æ®¸®ÇÃ</a></h1>');
	if(num == null ){
		document.write('<div class="lnb">');
		writeSwf("http://swf.imbc.com/broad/tv/drama/dramatop/top.swf?Dcode=triple",705,108,false);
		document.write('</div>');
	}
}

//ÁÂÃø¸Þ´º
function mainSide(){
	document.write('<div class="sideMenu">');
	writeSwf("http://swf.imbc.com/broad/tv/drama/triple/subMenu1.swf",166,780,false);
	document.write('</div>');
	document.write('<ul class="select_list">');
	document.write('	<li>');
	fDramaProgramGo();
	document.write('	</li>');
	document.write('	<li>');
	/* Áñ°ÜÃ£±â Ãß°¡ */
	writeMyFav('DRAMA00004144');
	document.write('	</li>');
	document.write('</ul>');
}

function change(){
	number = Math.floor(Math.random()*6)+1;
	document.getElementById("wrap_outer").style.background="url(http://img.imbc.com/broad/tv/drama/triple/images2/change_img"+number+".jpg) no-repeat center 150px";
}
change();
