/*zie http://docs.jquery.com/Tutorials:Auto-Selecting_Navigation voor meer info*/
$(function(){

  // omzetten van de smilies naar de juiste afbeeldingen 
  jQuery('.comment_text, #latestComments .bericht').emoticons();

  // plaatsen van de smilies balk in het formulier.
  //jQuery('#reply_message').emoticonForm( { emoticonsEl: jQuery('#comment_reply div.comment_bar') } );
  jQuery('#reply_message').emoticonForm( { emoticonsEl: jQuery('#the_emoticon_bar') } );

 });
