/** Base href **/
var basehref;
try {
	basehref = document.getElementsByTagName("base")[0].getAttribute("href");
} catch(er) {
	basehref = '';
}

