function lssp_onload(issuepath,tmplpath)
{
    var obj=null;
    var i=0;
	getUrlToInnerHTML("web_head","/lssp_webhead.aspx?rnd="+Math.random());
	getUrlToInnerHTML("web_foot","/lssp_webfoot.aspx?rnd="+Math.random());
	getUrlToInnerHTML("column_login","/lssp_columnex_login.aspx?rnd="+Math.random());
	getUrlToInnerHTML("web_links","/lssp_weblinks.aspx?rnd="+Math.random());
	while(true){
	    try{
	        i++;
	        obj=document.getElementById("column_"+i);
	        if(obj==null){throw "end";}
	        getUrlToInnerHTML("column_"+i,"/lssp_columnex_one.aspx?columnidx="+i+"&rnd="+Math.random());
	    }catch(e){
	        break;
	    }
	}
}
function lssp_onload_sear(issuepath,tmplpath)
{
	lssp_onload(issuepath,tmplpath);
	//¼ìË÷Íê³ÉÇ°ÏÔÊ¾Í¼Æ¬
        		try
						{		
			 				document.getElementById("search_info").innerHTML="<div class='searching'></div>"
			 				document.getElementById("search_info").style.display="block";
						}
						catch(err)
							{alert(err);}	
	var ev=function(){
		getUrlToInnerHTML("search_condition","/lssp_searchCondition.aspx?issuepath="+issuepath+"&tmplpath="+tmplpath+"&rnd="+Math.random());
		getUrlToInnerHTML("search_info","/lssp_serachInfo.aspx?issuepath="+issuepath+"&tmplpath="+tmplpath+"&rnd="+Math.random());
	}
	getUrlToInnerHTML("main_search","/lssp_column_search.aspx?issuepath="+issuepath+"&tmplpath="+tmplpath+"&rnd="+Math.random(),ev);	
}
function lssp_onload_detail(issuepath,tmplpath)
{
	lssp_onload(issuepath,tmplpath);
	getUrlToInnerHTML("detail_info","/lssp_columnex_detail_html.aspx?PCDID="+lssp_Request("PCDID")+"&rnd="+Math.random());
	getUrlToInnerHTML("detail_critique","/lssp_Critique.aspx?PCDID="+lssp_Request("PCDID")+"&rnd="+Math.random());
}
function lssp_onload_more(iPSId,issuepath,tmplpath)
{
	lssp_onload(issuepath,tmplpath);
	getUrlToInnerHTML("more_left","/lssp_columnex_more_left.aspx?PSCID="+lssp_Request("PSCID")+"&PSID="+iPSId+"&rnd="+Math.random());
	OnMoreListByPSID_PSCID(lssp_Request("PSCID"),iPSId,document.getElementById('txtTitleText').value,1);
}

