

document.write("<object id='MediaPlayer' width='170' height='40' type='application/x-mplayer2' title='Title of this audio object'>");
document.write("<param name='filename' value='http://www.ojc.edu/content/oralHistory/OralHistory.asx' />");
document.write("<param name='height' value='40' />");
document.write("<param name='width' value='170' />");
document.write("<param name='autoStart' value='1' />");
document.write("<param name='autoPlay' value='1' />");
document.write("<param name='loop' value='0' />");
document.write("<em>Description of this audio object</em>");

document.write("<embed src='http://www.ojc.edu/content/oralHistory/OralHistory.asx' width='170' height='40' type='video/x-ms-asf' loop='0' autostart='1'></embed>");
document.write("<noembed></noembed>");

document.write("</object>");

