[jQuery] Falling at the first hurdle

[jQuery] Falling at the first hurdle


Having major problems getting anything set up here.
http://jquery.com/demo/thickbox/
On the above page it says I should download the files mentioned and
put them in my scripts folder which I did.
In my page (aspx) I have this
<script type="text/javascript" src="scripts/jquery-1.2.pack.js"
runat="server"></script>
<script type="text/javascript" src="scripts/thickbox.js"
runat="server"></script>
When I browse my page I get the error....
Compilation Error
Compiler Error Message: BC30035: Syntax error.
Source Error:
Line 1: /*
Line 2: * jQuery 1.2 - New Wave Javascript
Line 3: *
When I view this js file I see it's entire contents (minus the first
few lines which are comments) are on a single line so not sure if this
is the problem.
Any ideas?
I saw something about a correct DTD being needed mine (which Visual
Studio 2005 auto adds) is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">