function ActivateVideo()
{
document.write('<OBJECT ID=RVOCX CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"   WIDTH=320 HEIGHT=250 />\n');

document.write('<PARAM NAME="CONTROLS" VALUE="ImageWindow,All" />\n');

document.write('<param name="CONSOLE" value="radio" />\n');

document.write('<param name="AUTOSTART" value="TRUE" />\n');


document.write('<PARAM NAME="CONTROLS" VALUE="ControlPanel" HEIGHT="18" WIDTH="350" />\n');

document.write('<PARAM NAME="SRC" VALUE="http://www.trumanlibrary.org/audio/CarolineKennedy.rpm" />\n');

document.write('<embed name="player" type="audio/x-pn-realaudio-plugin" height="240" width="320" autostart="true" console="radio" controls="ImageWindow,All" src="http://www.trumanlibrary.org/audio/CarolineKennedy.rpm"/>\n');

document.write('</object>\n');
}


