// JavaScript Document
function InsertSHAWMovie()
{
document.write(’<object classid="clsid: 02BF25D5..." ...>\n’);
document.write(’<param name="src" value="video/SHAW-JS.mov" width="200"/>\n’);
document.write(’</object>\n’);
}