Site tours with Amberjack - IE bug
NeoID - August 19, 2007 - 16:15
Project: http://drupal.org/project/site_tour
Bug: "Hi, you have put the Amberjack code right *after* the *opening* body-tag, instead of putting it right *before* the *closing* body-tag. Please change this and let me know if it works then.
Cheers, Arash"
Here's the deal, is there a way of getting this module to output it's code right after the body-tag?
Any help is appreciated..

Found the solution: Change
Found the solution:
Change the following line from from footer to header and it'll work perfectly in IE
$output .= "\n Amberjack.open();\n";drupal_add_js($output, 'inline', 'footer', TRUE);