How to store extra information in Drupal $node?



Hi All,

In my drupal theming, I am stuck. I am using Drupal 6.

I have some extra data that I want to put in $node, so that I can show this data when theming the template file (node-contentype.tpl.php). I don't want to query mysql database in my template file?

Please help.