<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>

<body>
/*<br />
* This file contains the loadMovie function. This comes from <br />
* http://www.oreillynet.com/pub/a/oreilly/digitalmedia/2007/07/16/quicktime-web-movie-secrets.html<br />
*/<br />
function loadMovie(triggerID,movieURL,movieWth,movieHt) {<br />
var embedcode = QT_GenerateOBJECTText_XHTML(movieURL, movieWth, movieHt, '');<br />
document.getElementById(triggerID).innerHTML=embedcode;<br />
}
</body>
</html>

