Add the following code to the document you want to use the script in (before any reference to the quicktimeVersion or quicktimeVersion_DONTKNOW variables):
<script type="text/javascript" src="quicktime_detect.js">
//<![CDATA[
function getQuicktimeVersion() { return null; };
//]]>
</script>
<script type="text/javascript" src="quicktime_cookie.js">
//<![CDATA[
var quicktimeVersion = 0;
var dontKnow = true;
//]]>
</script>
If the quicktime_detect.js and quicktime_cookie.js files are in a different directory than the html document, be sure to include the relative path to the Javascript file in the src attribute values.
Have a nice day.
This script is released under a Creative Commons License.