//Utility Functions used by Video Players


//Eolas/Microsoft Patent Workaround Function For ActiveX Objects
function writeObject(p_tag) {
    document.write(p_tag);
}