<!--
	// banner
	var myData = new Date();
	var myTime = myData.getSeconds();
	var ran;
	var gotoURL;
	var imgSRC;
			
	function getNum(i) {
	ran = (myTime+i)%2;
			if (ran == 0) {
				//Ã¤Æ®ÇÇ¾Æ 
				gotoURL = "#";
				imgSRC = "http://www.love21.co.kr/chatpia/image/2001_spring_main.swf";
			}

			else if (ran == 1)  {
				//  ¼îÇÎ·Î
				gotoURL = "#";
				imgSRC = "http://www.love21.co.kr/chatpia/image/020226_shoppingro.swf";
				}


		}
		
		// add Mkurl 
 		function gifprint(p) {
			URL = p;
			if (URL == '#'){		
				document.write (" <OBJECT CLASSID='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' CODEBASE='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH='507' HEIGHT='126'> <PARAM NAME=movie VALUE='" + imgSRC + "'> <PARAM NAME=quality VALUE=high> <EMBED SRC='" + imgSRC + "' QUALITY=high PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' TYPE='application/x-shockwave-flash' WIDTH='507' HEIGHT='126'> </EMBED> </OBJECT>");
			}

			else if (URL == '$'){
				document.write (" <script language=javascript>	function gmflash_samsungcard_open()	{		document.gmflash_samsungcard.submit();	}</script><form name=gmflash_samsungcard action=http://click.goodmatch.co.kr/click.asp?W_id=linkman&S_id=100&M_id=samsungcard&B_id=113315 target=_blank  method=post></form><OBJECT CLASSID='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' CODEBASE='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH='470' HEIGHT='130'> <PARAM NAME=movie VALUE='" + imgSRC + "'> <PARAM NAME=quality VALUE=high> <EMBED SRC='" + imgSRC + "' QUALITY=high PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' TYPE='application/x-shockwave-flash' WIDTH='470' HEIGHT='130'> </EMBED> </OBJECT>");
			}
				

			else {
			    document.write ("<a href='" + gotoURL + "' target='_blank'><img src='" + imgSRC + "' width='507' height='126' border='0'></a>");
			}
		} 


-->
