|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Date2 Experiment</title>
|
|
|
|
<!-- Library Support -->
|
|
<script type="text/javascript" src='../scripts/firebug/firebug.js'></script>
|
|
<script type='text/javascript' src='../scripts/jquery-1.2.1.pack.js'></script>
|
|
<!-- Datejs -->
|
|
<script type='text/javascript' src='date2.js'></script>
|
|
<script type='text/javascript' src='../../src/globalization/en-US.js'></script>
|
|
</head>
|
|
<body>
|
|
<h1>Date2 Experiment</h1>
|
|
</body>
|
|
</html>
|