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