function change(){
	number = Math.floor(Math.random()*5)+1;
	document.body.style.background="#020202 url(http://img.imbc.com/broad/tv/drama/2009_friend/images/main_img"+number+".jpg) no-repeat center 150px";
}

//¸ÞÀÎ»ó´Ü
function mainTop(A){
	document.write('<h1><a href="http://www.imbc.com/broad/tv/drama/2009_friend/index.html">MBC ÁÖ¸»±âÈ¹ µå¶ó¸¶ Ä£±¸, ¿ì¸®µéÀÇ Àü¼³</a></h1>');
	if(A !== "vod"){
		change();
		document.write('<div class="lnb">');
		writeSwf('http://swf.imbc.com/broad/tv/drama/dramatop/top.swf?Dcode=2009_friend',705,108,false);
		document.write('</div>');
	}
	document.write('<div class="program_info"><img src="http://img.imbc.com/broad/tv/drama/2009_friend/images/program_info.png" alt="" class="png24"></div>');
}

//ÁÂÃø¸Þ´º
function mainSide(){
	document.write("<div class=\"sideMenu\">");
 	writeSwf("http://swf.imbc.com/broad/tv/drama/2009_friend/subMenu.swf",180,730,false);
	document.write("</div>");
}


