/*=============================================================================
Asset-embedding functions
------------------------------------------------------------------------------*/
function insertQTMovie(loc, width, height) {
if (!width) { width = "400"; }
if (!height) { height = "240"; }
document.write(
'\n'
);
}
function insertFlashMovie(loc, width, height) {
if (!width) { width = "400"; }
if (!height) { height = "240"; }
document.write(
'\n'
);
}
// Obsolete: remove once the equinox page is updated
function InsertEquinoxMovie()
{
document.write('\n');
}