function checkFlashLoaded() {
  if (document.getElementById("noFlash")) {
    document.getElementById("noFlash").innerHTML = 
        "Sorry, you need a newer version of Flash for this site.<br>Please download the most recent version of Flash <a href='http://get.adobe.com/flashplayer/'>here</a>.";
  }
}
