Not sure if this is just a typo, but in your code for 01, it should be
$(document).ready(function() { $('#{0}').custSelectBox(); });
and not
$(document).ready(function() {{ $('#{0}').custSelectBox();}});
Tim B James
2010-10-05 08:25:38