I am trying to use nifty corners without any luck and I am not sure where in the process I am going wrong. I have read the FAQ on java script as weel as the posts on the forum.

THis is what I have down.

/includes/templates/CUSTOM TEMPLTE/jscript/jscript_nifty.js
/includes/templates/CUSTOM TEMPLTE/css/stylesheet_niftyCorners.css
/includes/templates/CUSTOM TEMPLATE/jscript/on_load/jscript_on_load_nifty.js

Everything seems to be loading properly but the on_load. My understanding is that it should show up as part of the body tag. It does not.

This is jscript_on_load_nifty.js

window.onload=function(){
if(!NiftyCheck())
return;
RoundedTop("div#constantcontactsidebox.leftBoxContainer","#fff" "#2e2e2e");
RoundedBottom("div#constantcontactsidebox.leftBoxContainer","#fff","#2e2e2e");
}

This is the url http://www.tillitomas. com/catalog/

TIA Tom