I'm working with a nice freeware product called Timeline (http://simile.mit.edu/wiki/Timeline) which is a Javascript program that can be used to plot timecharts within a web page. I've been making a few custom modifications to it, currently it runs fine in Firefox but throws an error in IE. The error in IE tells me that it is occuring on line 354. The problem is, the javascript code of Timeline is being included using this line:

<script src="http://Canberra/Energenie/Project_Tracker/Timeline/timeline-api.js" type="text/javascript"></script>

And that file has less than 354 line so it must be occuring in one of the files that it imports. Is there a way of making IE display exactly what the line looks like?