/* INSTRUCTIONS 
1. Copy fixit.js into the same folder as the design file.
2. Insert the following code after the last </object> tag in the design file
*/
document.write('                    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ')
document.write('                     onfocus="document.location=\'../html/\'" ')
document.write('                     codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ')
document.write('                     WIDTH="200" HEIGHT="120" id="icfrithflash" ALIGN=""> ')
document.write('                     <PARAM NAME=movie VALUE="../images/icf-logo3d.swf">  ')
document.write('                     <PARAM NAME=quality VALUE=high> ')
document.write('                     <PARAM NAME=loop VALUE=false>  ')
document.write('                     <PARAM NAME=salign VALUE=T>  ')
document.write('                     <PARAM NAME=bgcolor VALUE=#FFFFFF>  ')
document.write('                    </OBJECT> ')
