Hi Bill

In order that the issues have come to me I'll try to address yours first... Hopefully this will work... Firstly, find the line that says:

Code:
objPrice = document.getElementById('productPrices');
and change it to:

Code:
objPrice = document.getElementById('price').getElementsByTagName('P')[0];
Your template has a different document structure to what the Updater is expecting... Hopefully that's the only difference but give it a try and let me know what happens

Cheers

Dan