Syntax Highlighter Plugin stopped working after made some modification in WordPress blog.
I tried by changing the theme to different one and it worked.
Yesterday I removed some unwanted codes from footer file. So I checked the themes/footer.php file and found wp_footer() is missing.
Added the code again just before the closing </body> and plugin started to working
<?php wp_footer(); ?>