Non sapendo cosa fa lo script, potrebbe essere che debba essere lanciato a fine caricamento pagina (cioè dopo che si è caricato tutto il layout) prova cosi:
codice:
<!doctype html>
<html>
<head>
  	<title>tap tap Sfx</title>
    <meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width" />		
</head>
<body>
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-3498836-3']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
  })();
</script>	


Click this bookmarklet to enable:



 


<h2>typing sandbox</h2>
<input type="text" id="textField" />a


<textarea id="textArea" rows="4" cols="45"></textarea>

</body>
<script type="text/javascript" src="../tuacartella/taptapSfx.js"></script>
</html>
se non funziona per capire il motivo bisognerebbe studiarsi la classe, ma forse fai prima o a usarla come è "nata" o a cercare in rete qualcosa che si avvicini di più alle tue esigenze.


P.S. Fermo restando che il tuo sito comunque potrebbe avere la necessità di essere online (cioè su server pubblico tuosito.xxxx) provalo in locale tipo file://c:localhost... non è detto che funzioni