try {document.execCommand("BackgroundImageCache", false, true);} catch(e) {}

function change(){
	number = Math.floor(Math.random()*2);
	document.getElementById("changeImg").src="http://img.imbc.com/broad/tv/drama/cinderellaman/images/side_change_img"+(number+1)+".jpg";
}

//¸ÞÀÎ»ó´Ü
function mainTop(num){
	document.write('<h1><a href="http://www.imbc.com/broad/tv/drama/cinderellaman/index.html"><b>MBC ¼ö¸ñ¹Ì´Ï½Ã¸®Áî ½Åµ¥·¼¶ó¡¤¸Ç</b></a></h1>');
	document.write('<div class="changeImg"><img id="changeImg" alt=""></div>');
	if(num == null){
		document.write('<div class="lnb">');
		writeSwf('http://swf.imbc.com/broad/tv/drama/cinderellaman/drameTop_cman.swf',705,108,false);
		document.write('</div>');
	} else if(num == 1){
	}
	change();
}

//ÁÂÃø¸Þ´º
function mainLeft(){
	document.write('<div class="sideMenu">');
	writeSwf('http://swf.imbc.com/broad/tv/drama/cinderellaman/menu.swf',149,700,false);
	document.write('</div>');
	document.write('<div class="mb_15"><a href="http://www.imbc.com/broad/tv/drama/cinderellaman/hotissue/index.html"><img src="http://img.imbc.com/broad/tv/drama/cinderellaman/images/imbc_hotissue_btn.jpg" alt="imbc ÇÖÀÌ½´"></a></div>');
	document.write('<div class="mb_5">');
	fDramaProgramGo(); 
	document.write('</div>');
	document.write('<div class="w_131 m_0a">');
	/* Áñ°ÜÃ£±â Ãß°¡ */
	writeMyFav('DRAMA00004143');
	document.write('</div>');
}