function openHospital(pageURI) {
//alert("http://cssa/content/" +pageURI);
window.location="/content/" + pageURI;
}