// JavaScript Document
function breaking()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="350" width="500">\n');
document.write('<param name="src" value="http://stream.cofc.edu/care/breaking_the_silence.mov" />\n');
document.write('<param name="autoplay" value="false" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<param name="scale" value="tofit" />\n');
document.write('<param name="type" value="video/quicktime" height="350" width="500" />\n');
document.write('</object>\n');
}
function wasted()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="350" width="500">\n');
document.write('<param name="src" value="http://stream.cofc.edu/care/wasted_youth.mov" />\n');
document.write('<param name="autoplay" value="false" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<param name="scale" value="tofit" />\n');
document.write('<param name="type" value="video/quicktime" height="350" width="500" />\n');
document.write('</object>\n');
}