<script src="scripts/phonegap-1.3.0.js"></script> <!-- for us phonegap users -->
<script src="scripts/fastclick.js"></script>
</head>
Now run the script on body load or, preferably, in your pageInit():
<body onload="initFastButtons();">
Finally, wrap everything in between your body tags with a span called "fastclick". Note that if you use a div, you'll run into problems with input fields... so use a span.