Hello everyone,

I'm in the midst of recreating a site with Drupal 5.x, and I'm just a little lost on the drupal_add_js() function.

As of this writing, I am attempting to load a simple JS to cycle three pictures on a timer by imbedding it into the page; to be congruent, however, i use the drupal_add_js('/files/whatever.js') code to the proper files, just to be sure.

I noticed in IE, if that drupal_add_js() function is there, all javascript ceases to run. In firefox it's fine; all of this is alleviated by simply removing the drupal_add_js()function.

Perhaps I'm using this wrong.

1. Is this a known issue with IE on any level?
2. How does one use the drupal_add_js() function successfully, without embedding it into the pages?

Thank you,

-Michael