var htmlOut = '';


function ShowSpecials(Language) {
  if (ControllerID != 'TStChristopheController2_1.8.2') { 
    htmlOut += '<h2><font color="#ff000">INVALID WEBSITE UPDATES RECEIVED!</font></h2>'; 
  }

  htmlOut += SpecialsHTML;

  document.writeln(htmlOut);
}