jqdock doesn't do anything

jqdock doesn't do anything

Whats wrong with this  jqDock code? Nothing happens; the pictures stay the same size... Thanks in advance!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Login</title>
</head>
<body>
<div id="menu">
<a href='page.html' title=''>
    <img src="../DockIcons/Login.png" alt='' title='' /></a>
<a href='page.html' title=''>
    <img src="../DockIcons/CreateAccount.png" alt='' title='' /></a>
<a href='page.html' title=''>
    <img src="../DockIcons/Manual.png" alt='' title='' /></a>
<a href='page.html' title=''>
    <img src="../DockIcons/News.png" alt='' title='' /></a>
<a href='page.html' title=''>
    <img src="../DockIcons/Contact.png" alt='' title='' /></a>
</div>
</html>
<script type="text/javascript" src="../Scripts/jquery.jqDock.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
<script type="text/javascript">  
  $(document).ready(function() {
    $("#menu").jqDock();
  });
</script>