If I understand correctly you only have this error when using preview in Actinic - online it is OK.
That being the case then some dependancy for your js is missing on your local PC referenced to the preview_html directory.
A couple of things:
Do you have a copy of actinic.css, actiniccore.js and actinicextras.js in the Preview_html folder?
On your 'spices' page I also see:
<LINK REL=STYLESHEET HREF="../../../../Documents%20and%20Settings/Owner/My%20Documents/Business/My%20Webs/The%20Spice%20Bazaar/actinic.css">
which is incorrect.
EDIT: Beat me to it Bill
That being the case then some dependancy for your js is missing on your local PC referenced to the preview_html directory.
A couple of things:
Do you have a copy of actinic.css, actiniccore.js and actinicextras.js in the Preview_html folder?
On your 'spices' page I also see:
<LINK REL=STYLESHEET HREF="../../../../Documents%20and%20Settings/Owner/My%20Documents/Business/My%20Webs/The%20Spice%20Bazaar/actinic.css">
which is incorrect.
EDIT: Beat me to it Bill
Comment