// these values are computed from the current document. If this produces incorrect values you can set them by hand
protocol = location.protocol;
hostName = location.host;
urlBase = location.pathname.substring(0,location.pathname.lastIndexOf('/')) + '/';
//baseUrl = protocol + '//' + hostName + urlBase;
baseUrl = "http://www.siliconglen.com/"
