
function getResourcePath(filename,folder){if(filename.indexOf('http://')==0)
return filename;if(filename.indexOf('~')==0)
return filename.replace('~/',oDnnUrl);if(typeof(folder)!='undefined')
return oDnnUrl+'content/'+oTemplateApp+'/'+folder+'/'+filename;return filename;};function loadCss(filename){filename=getResourcePath(filename,'css');document.write('<link href="'+filename+'" rel="Stylesheet" />');};function loadJs(filename){filename=getResourcePath(filename,'javascript');document.write('<script type="text/javascript" src="'+filename+'"></script>');};function getJS(filesrc,onSucess){filesrc=getResourcePath(filesrc,'javascript');jh.getScript(filesrc,function(){if(typeof(onSucess)!='undefined')
onSucess();});};
