function L(text) {
    /*
    if (text.substr(0, 1) == "/") {
	return "/ver0.1" + text;
    }
    */
    return text;
}

function base_url() {
    return document.location.protocol + "///www.trialreach.com/";
}
