/* This script ensures that the site visitor is using a modern web browser capable of supporting the DOM-1 standard */
if (document.getElementById && document.getElementById("pagecontent") && document.getElementById("pagecontent").style)
{ //do nothing
}
else
{ window.location.href="http://www.theatreinthepark.org/browsercompatibility.cfm"; }
