var s7Server = location.protocol + "//s7.landsend.com"; 
var sj_codebase = s7Server + "/is-viewers/dhtml/";

sj=[];
sj.path='../dhtml/';
if (typeof(sj_codebase)!="undefined"){
 sj.path=sj_codebase;
}


sj.setPath=function(path){
 if (path.substring(path.length-1)!='/' && path!='')
 path+='/';
 sj.path=path;
}
sj.include=function(js){
 js=js.replace(/\./g,'\/');
 document.write('<script language="javascript" type="text/javascript" src="'+sj.path+js+'.js?ver=le.1"><\/script>');

}

function SJResource() {

}

SJResource.prototype.getResource = function(text) {
	return this[text.split("%")[1]];
}

sj_resource = new SJResource();

sj.include('include.sj_resource')
sj.include('include.sj_config')
sj.include('include.sj_browser')
sj.include('include.sj_core')
/*sj.include('include.sj_textloader')*/
sj.include('include.sj_hashtable')
sj.include('include.sj_element')
sj.include('include.sj_layer')
/*sj.include('include.sj_picture')*/
sj.include('include.sj_zoom')
/*sj.include('include.sj_zoomviewer')*/ 

