.js include

.js include

I am super newby in JS, and have a problem.

I want to write a script in a separate file and link it to html, but it`s doesnt working.
here is code

  1. <!DOCTYPE html>

  2. <html>
  3. <head>
  4.    
  5.     <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  6.     <script type="text/javascript" src="js/zenit.js"></script>

  7.     <style type="text/css">
  8.         @import url("styles.css");
  9.     </style>

  10. </head>

  11. <body>
  12. ...
  13. </body>
  14. </html>

its work well here -  http://jsfiddle.net/corpz/q4RTT/36/