function RunON_THE_EDGE1()
{
    document.write('<OBJECT ID=video1 CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" HEIGHT=240 WIDTH=320>\n');
    document.write('<PARAM NAME="controls" VALUE="ImageWindow">\n');
    document.write('<PARAM NAME="console" VALUE="Clip1">\n');
    document.write('<PARAM NAME="autostart" VALUE="false">\n');
    document.write('<PARAM NAME="src" VALUE="on_the_edge.rpm">\n');
    document.write('<EMBED SRC="on_the_edge.rpm" type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="ImageWindow" HEIGHT=240 WIDTH=320 AUTOSTART=false>\n');
    document.write('</object>\n');
}