// global javascripts

function gotoURL(gotolink) {
window.location.href=gotolink;
}


