The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
<head>
<title>test with static page</title>
<script src="jquery-1.3.2.js"></script>
<script src="jquery.stardust.js"></script>
</head>
<body>
<h1>Stardust</h1>
<ul id="messages">
</ul>
<script>
$(function(){
  $.stardust.subscribe(null, ['foo'], {
  });
});
</script>
</body>
</html>