var youngAtHeartPopup = new PopupWindow('popupDiv');
youngAtHeartPopup.setSize(200,300);
youngAtHeartPopup.offsetY = -100;
youngAtHeartPopup.offsetX = -180;
youngAtHeartPopup.autoHide();
youngAtHeartPopup.populate(
"<h1 align=\"center\">Ask the Pastor</h1>" +
"<p align=\"center\">Come with your questions for the Pastor on <a title=\"calendar\" href=\"../Calendar/February.htm\">February 20</a><sup>th</sup>.</p>" +
"<p align=\"center\">Fellowship begins at 11:30 and we will eat at 12 Noon. We will " +
"be having a potluck for our meal. Meatballs will be provided. Bring or buy your " +
"favorite dish.</p>" +
"<p align=\"center\">Looking forward to seeing YOU there!" +
"<br><br><a class=\"actionbutton\" HREF=\"#\" onClick=\"youngAtHeartPopup.hidePopup();return false;\">Close</a></p>"
);

