// JavaScript Document
function flashFile()
{
document.write('<object type="application/x-shockwave-flash" data="/video/martinstest16.swf" width="450" height="365">\n');
document.write('<param name="movie" value="/video/martinstest16.swf" />\n');
document.write('</object>\n');
}