function Check_login_for_flash(name) {
    var cname = name + "=";
    var dc = document.cookie;
    var val = "";

    if (dc.length > 0) {
        begin = dc.indexOf(cname);
        if (begin != -1) {
            begin += cname.length;
            end = dc.indexOf(";", begin);
            if (end == -1) end = dc.length;
            val += unescape(dc.substring(begin, end));
        }
    }
    return val;
}

function flashObject(file_name, width, height, section){
	document.write('<center><object name="myFlash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + height + ' z-index:1">');
	document.write('<param name="movie" value="' + file_name + '" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="menu" value="false" />');
	document.write('<param name="allowScriptAccess" value="always" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="flashvars" value="loginout=' + Check_login_for_flash("dongauserid") + '&rlocation=' + escape(location.href) + '&section=' + section + '" />');
	document.write('<embed src="' + file_name + '" width="' + width + '" height="' + height + '" quality="high" flashvars="loginout=' + Check_login_for_flash("dongauserid") + '&rlocation=' + escape(location.href) + '&section=' + section + '" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" allowScriptAccess="always"></embed>');
	document.write('</object><center>');
}

function flashResize(width, height) {
	var obj = document.getElementsByName("myFlash");
	flashArea.style.height = height;
}

var search_url = new Array(
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=1&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=2&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=4&query=',
	'http://www.donga.com/search/', 'http://sports.donga.com/search/search.php?tabname=14&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=5&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=6&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=7&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=8&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=9&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=10&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=11&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=12&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=13&query=',
	'http://www.donga.com/search/', 'http://www.donga.com/search/donga_search.php?tabname=15&query='
);

function search_go(sel, query) {
	var n, istr;
	n = sel.options.selectedIndex;
	istr = query.value;

	if (istr == '') document.location = search_url[(n)*2];
	else document.location = search_url[(n)*2 + 1] + unescape(istr);

	return false;
}

function bookmark_site(title,url) {
	if (window.sidebar) { // For firefox
		window.sidebar.addPanel(title, url, "");
	} else if(window.opera && window.print) { // For opera
		var elem = document.createElement('a');
		elem.setAttribute('href',url);
		elem.setAttribute('title',title);
		elem.setAttribute('rel','sidebar');
		elem.click();
	} else if(document.all) { // For ie
		window.external.AddFavorite(url, title);
	}
}

document.write("<!-- ·Î±×ºÐ¼® ½ºÅ©¸³Æ® ½ÃÀÛ -->\n");
document.write("<script language='javascript' src='http://sports.donga.com/acecounter/acecounter_yessports_code.js'></script>\n");
document.write("<!-- ·Î±×ºÐ¼® ½ºÅ©¸³Æ® ³¡ -->\n");
