function change(){
	number = Math.floor(Math.random()*5);
	document.getElementById("changeImg").style.background="#000 url(http://img.imbc.com/broad/tv/drama/2009baseball/images/change_img"+number+".jpg) no-repeat center 150px";
}

//¸ÞÀÎ»ó´Ü
function mainTop(num){
	
	document.write('<h1><a href="http://www.imbc.com/broad/tv/drama/2009baseball/index.html"><b>2009¿ÜÀÎ±¸´Ü</b></a></h1>');
	if(num == 0){
	} else {
		change();
		document.write('<div class="lnb">');
		writeSwf('http://swf.imbc.com/broad/tv/drama/dramatop/top.swf?Dcode=2009baseball',705,108,false);
		document.write('</div>');
	}
	document.write('<div class="program_info"><img src="http://img.imbc.com/broad/tv/drama/2009baseball/images/program_info.png" alt="" class="png24"></div>');
}

//ÁÂÃø¸Þ´º
function mainSide(){
	document.write('<div class="sideMenu">');
	writeSwf('http://swf.imbc.com/broad/tv/drama/2009baseball/menu.swf',180,750,false);
	document.write('</div>');
	document.write('<ul class="select_list">');
	document.write('<li>');
	fDramaProgramGo();
	document.write('</li>');
	document.write('<li>');
	/* Áñ°ÜÃ£±â Ãß°¡ */
	writeMyFav('DRAMA00004145');
	document.write('</li>');
	document.write('</ul>');
}