/*
 * Compressed by JSA(www.xidea.org)
 */
function initPage(){$("#loading-mask").ajaxSend(function(A,_,B){$(this).show()}).ajaxSuccess(function(A,_,B){$(this).hide()}).ajaxError(function(B,A,C,_){$(this).hide();alert(A.responseText)});$.ajaxSetup({cache:false});$("#loading-mask").fadeOut("slow")}function initContentSubject(){$("div[subjectName]").each(function(E){var _=$(this).attr("subjectName"),A=$(this).attr("requestPage"),B=$(this).attr("rowCount"),D=$(this).attr("baseURI"),C=$(this).attr("templatePath");$(this).load(D+"/publish/findSubjectContent.shtml",{requestPage:A,rowCount:B,subjectName:_,templatePath:C},function(){})})}function incrementContentReadCount(A,_){$.post(A+"/publish/incrementContentReadCount.shtml",{contentOID:_},function(){})}function initContentAnyOne(_){$("div[anyContent]").each(function(D){var A=$(this).attr("anyContent"),B=$(this).attr("serialNumber"),C=$(this).attr("templatePath");$(this).load(_+"/publish/getAnyOneContent.shtml",{subjectName:A,templatePath:C,serialNumber:B},function(){})})}