<%if(Application(lbsNamespace+"siteClosed")==true){%>
Site is Currently Closed
<%}%>
<%
}
// Sidebar //////////////////////////////////////////////////////////////
function sidebar(){
%>
<%
}
// Message Box while redirect after operation //////////////////////////////////////
function redirectMessage(strTitle, strContent, strRediret, targetURL, bAuto, strStyle){
if(strStyle==undefined){ strStyle="messagebox" }
%>
<%=strTitle%>
<%=strContent%>
<% if(bAuto){ %>
<% } %>
<%
}
// Comment Box //////////////////////////////////////////////////////////////
function commentForm(strTitle,strActionURL,strContent,strUBBFlags,bHidden,strReply,bShowReplyArea){
if(!strContent) strContent="";
if(!strUBBFlags) strUBBFlags="110011";
if(!bHidden) bHidden=false;
%>
<%
}
// Page footer //////////////////////////////////////////////////////////////
function pageFooter(){
// Caculate Execution Time
processTime = Number(new Date()) - processTime;
%>