<xsl:copy-of select="$html.head.append"/>
</head>
- <body>
+ <body class="no-js">
+ <!-- Changed body classname from "no-js" to "with-js" for styling purposes -->
+
+ <script type="text/javascript"><![CDATA[document.body.className=(' '+document.body.className+' ').replace('no-js','with-js');]]></script>
<!-- Header -->
<xsl:copy-of select="$html.body.outer.append"/>
</div>
- <!-- Load latest version of jQuery 1.4 from the Google CDN -->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+ <!-- Load latest version of jQuery 1.6 from the Google CDN -->
+ <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
<!-- Local JavaScript -->
<script type="text/javascript" src="{$docroot}/common.js"></script>