var maxLoops = 2; 
var bInterval = 2; 
var count = 2; 

//¸ÞÀÎ»ó´Ü
function mainTop(obj){
	document.write('<h1><a href="http://www.imbc.com/broad/tv/drama/seonduk/index.html"><b>¼±´ö¿©¿Õ</b></a></h1>');
	number = Math.floor(Math.random()*9)+1;
	document.write('<div style="position:absolute; left:180px; top:0px; width:635px; height:265px; background:url(http://img.imbc.com//broad/tv/drama/seonduk/images2/top'+number+'.jpg);"></div>');
	document.write('<div class="lnb">');
	writeSwf('http://swf.imbc.com/broad/tv/drama/dramatop/dramatop_Ver2.swf?Dcode=seonduk',705,108,false);
	document.write('</div>');	
	document.write('<div style="position:absolute; left:631px; top:0px; width:184px; height:66px;"><img src="http://img.imbc.com//broad/tv/drama/seonduk/images2/program_info.jpg" /></div>');
	document.write('<div style="position:absolute; left:830px; top:610px; z-index:10;"><a href="http://www.coverplus.co.kr/shop/goods/goods_list.php?category=003" target="_blank" id="banner_link"><img src="http://img.imbc.com/broad/tv/drama/seonduk/images2/sub_banner1.gif" alt="¸ÞÀÌÅ©¾÷ÀÇ ¾÷µ¥ÀÌÆ® ½¬Áî À¯¸®½º" id="banner_img"></a>');
	document.write('</div>');
	if(!obj) {
		document.write('<div style="position:absolute; left:609px; top:282px; width:180px; height:34px;">');
		writeSwf('http://swf.imbc.com/broad/tv/drama/seonduk/soundSub.swf',180,34,false);
		document.write('</div>');		
	}
	
}
//¸ÞÀÎ»ó´Ü
function mainTop2(obj){
	document.write('<h1><a href="http://www.imbc.com/broad/tv/drama/seonduk/index.html"><b>¼±´ö¿©¿Õ</b></a></h1>');
	document.write('<div style="position:absolute; left:180px; top:0px; width:635px; height:265px; background:url(http://img.imbc.com//broad/tv/drama/seonduk/images2/top10.jpg);"></div>');
	document.write('<div style="position:absolute; left:631px; top:0px; width:184px; height:66px;"><img src="http://img.imbc.com//broad/tv/drama/seonduk/images2/program_info.jpg" /></div>');
	document.write('<div style="position:absolute; left:830px; top:610px; z-index:10;"><a href="http://www.coverplus.co.kr/shop/goods/goods_list.php?category=003" target="_blank" id="banner_link"><img src="http://img.imbc.com/broad/tv/drama/seonduk/images2/sub_banner1.gif" alt="¸ÞÀÌÅ©¾÷ÀÇ ¾÷µ¥ÀÌÆ® ½¬Áî À¯¸®½º" id="banner_img"></a>');
	document.write('</div>');
	if(!obj) {
		document.write('<div style="position:absolute; left:609px; top:282px; width:180px; height:34px;">');
		writeSwf('http://swf.imbc.com/broad/tv/drama/seonduk/soundSub.swf',180,34,false);
		document.write('</div>');		
	}
}

//ÁÂÃø¸Þ´º
function leftMenu(){	
	document.write('<a href="http://club.imbc.com/seonduk" style="position:absolute; width:115px; height:25px; left:10px; top:827px; background:url(http://img.imbc.com/broad/images/blank.gif);" target="_blank"></a>');
	writeSwf('http://swf.imbc.com/broad/tv/drama/seonduk/subMenu.swf',180,820,false);	
	/*
	document.write('<div style="margin:50px 0px 0px 0px;">');
	document.write('</div>');
	*/
	document.write('<div style="margin-top:42px;">');
	document.write('<a href="http://www.cyworld.com/mall/mall9_brandshop_inside.asp?brand_seq=895" target="_blank"><img src="http://img.imbc.com//broad/tv/drama/seonduk/images2/banner_cyworld.jpg" width="180" height="60" alt="¼±´ö¿©¿Õ ½ÎÀÌ¿ùµå¿¡¼­ ¸¸³ªº¸¼¼¿ä" /></a>');
	document.write('</div>');
	document.write('<div style="margin-top:5px;">');
	document.write('<a href="http://www.tvian.com/gatepage/search/index.aspx?keyword=%uC120%uB355%uC5EC%uC655" target="_blank"><img src="http://img.imbc.com//broad/tv/drama/seonduk/images2/tvian_banner.jpg" width="180" height="70" alt="Tvian ¼±´ö¿©¿Õ ´º½º" /></a>');
	document.write('</div>');
}

//¼­ºê±¤º¸ ·Ñ¸µ
function init() {
	if (count < maxLoops) { 
		document.getElementById("banner_link").setAttribute("href","http://www.oklasik.com/promotion/200909/0917_imbc160x80.html");
		document.getElementById("banner_img").setAttribute("alt","00¸¸¿øÀÌ¸é ¶ó½Ä,¶ó¼½ ÇÒ¼öÀÖ´Ù?");
		document.getElementById("banner_img").src = "http://img.imbc.com/broad/tv/drama/seonduk/images2/sub_banner2.jpg";
		count = 2;
	} 
	else { 
		document.getElementById("banner_link").setAttribute("href","http://www.coverplus.co.kr/shop/goods/goods_list.php?category=003");
		document.getElementById("banner_img").setAttribute("alt","¸ÞÀÌÅ©¾÷ÀÇ ¾÷µ¥ÀÌÆ®");
		document.getElementById("banner_img").src = "http://img.imbc.com/broad/tv/drama/seonduk/images2/sub_banner1.gif";
		count = 1;
	} 
	setTimeout("init()", bInterval*700+1000); 
} 
