// JavaScript Document
window.onload=fixClickMeObjProblem;function fixClickMeObjProblem(){var htmlObjects=document.getElementsByTagName("object");for(i=0;i<htmlObjects.length;i++){htmlObjects[i].outerHTML+="";}}
