function initEvent() {
	if(!document.getElementById("event_paging"))
		return;

	a = document.getElementById("event_paging").getElementsByTagName("A");

	for (i = 0; i < a.length; i++) {
		a[i].onclick = function () {
			var href = this.href,
				id = "divEventList02";

			loading(id);
			Async.send("/common/async/inc_eventList_board.asp", function ( send_ ) {
				setTimeout( function () {
					insertNodes(id, send_.responseText, initEvent);
				}, random(400, 600));
			}, getQueryString(href));
			return false;
		};
	}	
};
initEvent();


function initEventList(){
	var id = "divEventList";

	var now = new Date();
	var time = now.getSeconds() + now.getMilliseconds();

	loading(id);
	Async.send("/common/async/inc_eventList_board.asp", function ( send_ ) {
		setTimeout( function () {
			insertNodes(id, send_.responseText, initEvent);
		}, random(400, 600));
	}, "time="+ time);

	addClass(document.getElementById("divEventBtn1"), "dsp_none");
	removeClass(document.getElementById("divEventBtn2"), "dsp_none");

	return false;
};

function initEventThum(){
	var id = "divEventList";

	var now = new Date();
	var time = now.getSeconds() + now.getMilliseconds();

	loading(id);
	Async.send("/common/async/inc_eventList_thumbnail.asp", function ( send_ ) {
		setTimeout( function () {
			insertNodes(id, send_.responseText, initEvent);
		}, random(400, 600));
	}, "time="+ time);

	addClass(document.getElementById("divEventBtn2"), "dsp_none");
	removeClass(document.getElementById("divEventBtn1"), "dsp_none");

	return false;
};


function frmSrcSubmit(theForm){
	//if( theForm.Search.value != "03" && theForm.Search.value != "04" ){
		if( theForm.Keyword.value == "" ){
			alert("°Ë»öÇÏ½Ç Å°¿öµå¸¦ ÀÔ·ÂÇÏ¿© ÁÖ½Ã±â ¹Ù¶ø´Ï´Ù.");
			theForm.Keyword.focus();
			return false;
		}
	//}

	var id = "divEventList02";

	loading(id);
	Async.send("/common/async/inc_eventList_board.asp", function ( send_ ) {
		setTimeout( function () {
			insertNodes(id, send_.responseText, initEvent);
		}, random(400, 600));
	}, formQueryString(theForm));
	return false;
};


function openFlv(){
	var aa = window.open("about:blank", "aaa", "width=420,height=353");
	aa.document.write(swfHtml("http://www.skin79.com/images/swf/sub/player.swf?param1=http://www.skin79.com/data/event_images/no16_gtv_trendy.flv&thumb1=http://www.skin79.com/data/event_images/no16_gtv_trendy.jpg", "TVGallery_Player", "transparent", 400, 330, "" ));
}
