is the macro 'node_slot' not working or am I using it wrong?

On the a navon we want to pull an item from one of its slots to display in the menu. I saw the node_slot macro and thought that would be the just what I needed to use. this is how I am calling it:
#node_slot("$node" “nav_sectionimage” “” “” “” “” “”)
but it outputs ‘$cloneditem.setNode($node)’ in text, as well as thee information from the slot.

Can anyone help with this? :confused:

        Thanks!

try removing the quotes around $node

Thanks Rushing I guess with everything going on here at work I just wasn’t paying attention to the Quotes.

       Thanks  thats a big help.  :D