function switch_panel(conpane_id){
	var callback_func = get_search_callback_func(conpane_id);
	get_request('index_controlpanel','/index_top/controlpanel/'+conpane_id+'.html',callback_func);
}


window.onload = function(){
	tv_seatch_init();
	loadCookieColorSet();
	loadCookieFontSet();
	switch_panel('pl_program');
	get_request('index_blog','/search_top/blog.html');
	get_request('index_footer','/index_top/footer.html');

}

