I am using jQuery and put this code in my javascript:
function HideMe(itemID) { var myDiv = \'item_\' + itemID; $(myDiv).fadeOut(\"slow\"); }
It looks like jquery is not correctly attached to the page.
Check your linking to jQuery.