function getFeedbackEm () {
net = 'com';
theDom = 'school-ratings';
uno = 'feedback';
mailto = uno + '@' + theDom + '.' + net;
return '<a href="mailto:' + mailto + '">' + mailto + '</a>';
}