d = document;

function showFlashPiece(path, width, height){
    d.write('<embed src="' + path + '" height="' + height + '" width="' + width + '" ');
    d.write('quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ');
    d.write('type="application/x-shockwave-flash"></embed>');
}
