{\rtf1\mac\ansicpg10000\cocoartf102
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww9000\viewh9000\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural

\f0\fs24 \cf0 flashfix = function() \{\
theObjects = document.getElementsByTagName("object");\
for (var i = 0; i < theObjects.length; i++) \{\
theObjects[i].outerHTML = theObjects[i].outerHTML;\
\}\
\}\
\
if (window.attachEvent)\
window.attachEvent("onload", flashfix)\
else\
window.onload=flashfix;}