dcAd(‘cbs.kdka’, ‘health’, ‘modulesponsor’, ‘pg=UPMC.braddock.closing.2.1251674.html;l1=news;l2=health;’, false);
$(document).ready(function() {
$(“#divEmailPopup”).jqm(
{ modal: true,
trigger: document.getElementById(“lnkEmailPopupShow”),
closeClass: “cbstv_close_dialog_link”,
onShow: loadPopup,
onHide: hidePopup
});
});
function loadPopup(hash) {
refreshCaptcha();
hash.w.show();
$(“.cbstv_module_hideonpopup”).css(“visibility”, “hidden”);
}
function hidePopup(hash) {
hash.w.hide();
hash.o.fadeOut(“1000”);
hash.o.remove();
$(“.cbstv_module_hideonpopup”).css(“visibility”, “visible”);
}
function sendEmail() {
var errors = clientValidation();
if (!displayErrors(errors)) {
// try to send email
var sendData = {
RecipientEmail: $(“#txtRecipientfEmailAddress”).val(),
Name: $(“#txtSenderName”).val(),
Email: $(“#txtSenderEmailAddress”).val(),
Message: $(“#txtEmailMessage”).val(),
SendCopy: $(“#cbSenderCopy”).attr(“checked”),
CaptchaKey: $(“#imgCaptchaKey”).val(),
CaptchaResponse: $(“#tbEmailCaptchaText”).val(),
PageUrl: “http://kdka.com/health/UPMC.braddock.closing.2.1251674.html”,
DomainName: “kdka.com”,
CallLetters: “KDKA”
}
//alert(msJSON.stringify(sendData));
$.jmsajax({
type: “POST”,
url: ‘/services/CBSEmail.asmx’,
method: “SendCBSEmail”,
data: sendData,
success: function(data) {
if(data!=null) {
displayErrors(data);
}
else {
$(“#lblConfirmationRecipientEmailAddress”).text(sendData.RecipientEmail);
if(sendData.SendCopy) {
$(“#divConfirmationCopyTo”).css(“display”, “block”);
$(“#lblConfirmationSenderEmailAddress”).text(sendData.Email);
}
else
$(“#divConfirmationCopyTo”).css(“display”, “none”);
$(“#divEmail”).css(“display”, “none”);
$(“#divEmailConfirmation”).css(“display”, “block”);
}
}
});
}
}
function sendAnotherEmail() {
$(“#txtRecipientfEmailAddress”).val(“”);
$(“#txtSenderName”).val(“”);
$(“#txtSenderEmailAddress”).val(“”);
$(“#txtEmailMessage”).val(“”);
$(“#cbSenderCopy”).attr(“checked”, “”);
$(“#tbEmailCaptchaText”).val(“”);
refreshCaptcha();
$(“#divEmail”).css(“display”, “block”);
$(“#divEmailConfirmation”).css(“display”, “none”);
}
function displayErrors(errors) {
var hasErrors = false;
//clear errors
$(“#lblRecipientEmailError”).text(“”);
$(“#lblSenderNameError”).text(“”);
$(“#lblSenderEmailError”).text(“”);
$(“#tbCaptcha”).attr(“class”, “”);
jQuery.each(errors, function(key, value) {
hasErrors = true;
switch(key) {
case “tbCaptcha”:
$(“#tbCaptcha”).attr(“class”, “cbstv_entry_error”).fadeIn(“slow”);
break;
case “email”:
alert(value);
break;
default:
$(“#” + key).text(value);
break;
}
});
return hasErrors;
}
function clientValidation() {
var errors = new Object();
if ($(“#txtRecipientfEmailAddress”).val().length == 0) {
errors[“lblRecipientEmailError”] = “Required”;
}
if ($(“#txtSenderName”).val().length == 0) {
errors[“lblSenderNameError”] = “Required”;
}
if ($(“#txtSenderEmailAddress”).val().length == 0) {
errors[“lblSenderEmailError”] = “Required”;
}
if ($(“#tbEmailCaptchaText”).val().length == 0) {
errors[“tbCaptcha”] = “Captcha is required”;
}
return errors;
}
function refreshCaptcha() {
$.jmsajax({
type: “GET”,
url: ‘/services/CBSEmail.asmx’,
method: “GenerateCaptcha”,
data: {},
success: function(data) {
$(“#imgCaptcha”).css(“visibility”, “visible”).attr(“src”, data.ImageUrl);
$(“#imgCaptchaKey”).val(data.CaptchaKey);
}
});
}
function fbs_click() { u = location.href; t = document.title; window.open(‘http://www.facebook.com/sharer.php?u=’ + encodeURIComponent(u) + ‘&t=’ + encodeURIComponent(t), ‘sharer’, ‘toolbar=0,status=0,width=626,height=436’); return false; }UPMC officials announced today that it is closing its UPMC Braddock facility.
Starting next month, the hospital will begin moving its clinical operations to other UPMC facilities.
The hospital will close completely at the end of January.
UPMC issued a news release this morning formally announcing the closure.
"UPMC’s mission of providing access to superb clinical care must be carefully balanced with a prudent stewardship of our economic resources and their effective utilization across the entire UPMC system," said Elizabeth B. Concordia, executive vice president, UPMC, and president, Hospital and Community Services Division.
UPMC officials say the closure is due to a declining usage by Braddock residents and a loss of nearly $27 million over the last six years.
"This decision was made in the face of continued declining community utilization of UPMC Braddock," Concordia added in the statement, "which impaired the long-term viability of services we’re able to offer."
About 670 people work at the hospital which sees about 25,000 patients a year in the emergency room alone.
The health system plans to continue to operate key community-based outpatient programs in Braddock.
Hospital officials tell KDKA that four out of five people in Braddock seek treatment elsewhere.
Stay with KDKA for the latest details.
(© MMIX, CBS Broadcasting Inc. All Rights Reserved.)