function EmailAlert()
{
    var newWin = window.open('http://info.pewtrusts.org/site/PageNavigator/PCSNewsroomRegistration.html', 'NewsroomRegistration', 'height=500,width=680,scrollBars=1,resizable=0');
   newWin.focus();
}
