
function gbl_redirect_file(file){if(!file.match(/^.*\/jquery.*\.js$/))
return file;var gbl_dir="/gbl/";if(location.host=="www.smallapple.net"&&file.substring(0,gbl_dir.length)==gbl_dir){file="http://gbl.smallapple.net/"+file.substring(gbl_dir.length);}
return file;}
function gbl_load_js(file){document.writeln("<"+"script src='"+gbl_redirect_file(file)+"' type='text/javascript'></"+"script>");}
function gbl_load_css(file,alt,title){var rel=alt==null?"stylesheet":"alternate stylesheet";if(title!=null)
title=" title='"+title+"'";else
title="";document.writeln("<"+"link href='"+gbl_redirect_file(file)+"' rel='"+
rel+"' type='text/css'"+title+">");}
function gbl_cond_load_css(file,alt,title){var hdr="http://"+location.host;for(var i=0;i<document.styleSheets.length;++i){var cur=document.styleSheets[i].href;if(cur.substring(0,hdr.length)==hdr)
cur=cur.substring(hdr.length);if(cur==file)
return;}
gbl_load_css(file,alt,title);}
if(typeof uni_inc_obj==="undefined")
uni_inc_obj={};if(uni_inc_obj.gui===undefined)
uni_inc_obj.gui=true;gbl_cond_load_css("/gbl/style3.css");if(uni_inc_obj.gui){document.writeln("<!--[if IE]>");gbl_load_css("/gbl/gui3-ie.css");document.writeln("<![endif]-->");}
gbl_load_js("/gbl/jquery.all.js");gbl_load_js("/gbl/hlp3.all.js");if(uni_inc_obj.md5)
gbl_load_js("/gbl/md5.js");