// Take the "Click to Activate this Control" off the home page with the flash intro
objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++) {
	objects[i].outerHTML = objects[i].outerHTML;
}
