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