/* the retarded workaround required for IE's embedding issues */
function render_vidplayer_qt(width, height, url) {
    document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="' + width + '" HEIGHT="' + height + '" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
    document.write('<PARAM NAME="src" VALUE="http://www.bigcontact.com/click-to-play.mov">\n');
    document.write('<PARAM NAME="controller" VALUE="false">\n');
    document.write('<PARAM NAME="scale" VALUE="aspect">\n');
    document.write('<PARAM NAME="target" VALUE="myself">\n');
    document.write('<PARAM NAME="href" VALUE="' + url + '">\n');
    document.write('<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/">\n');
    document.write('<EMBED WIDTH="' + width + '" HEIGHT="' + height + '" SCALE="aspect" CONTROLLER="false" TARGET="myself" HREF="' + url + '" SRC="http://www.bigcontact.com/click-to-play.mov" BGCOLOR="000000" BORDER="1" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></EMBED>\n');
    document.write('</OBJECT>\n');
}
