theObjects = document.getElementById("fixit");
var myhtml = "<object type='application/x-shockwave-flash' data='/Images/spanish_green.swf' width='145' height='90'> <param name='movie' value='/Images/spanish_green.swf'> Costa Rica Green Season specials - bargain rates on travel packages  </object>";
theObjects.outerHTML = myhtml;
