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