2 <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
3 <!--[if lt IE 7]> <html class="no-js ie6" lang="en"> <![endif]-->
4 <!--[if IE 7]> <html class="no-js ie7" lang="en"> <![endif]-->
5 <!--[if IE 8]> <html class="no-js ie8" lang="en"> <![endif]-->
6 <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
10 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
11 Remove this if you use the .htaccess -->
12 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge,chrome=1">
15 <meta name=
"description" content=
"">
16 <meta name=
"author" content=
"">
18 <!-- Mobile viewport optimized: j.mp/bplateviewport -->
19 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
21 <!-- Place favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
22 <link rel=
"shortcut icon" href=
"/favicon.ico">
23 <link rel=
"apple-touch-icon" href=
"/apple-touch-icon.png">
26 <!-- CSS: implied media="all" -->
27 <link rel=
"stylesheet" href=
"css/style.css">
29 <!-- Uncomment if you are specifically targeting less enabled mobile browsers
30 <link rel="stylesheet" media="handheld" href="css/handheld.css"> -->
32 <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
33 <script src=
"js/libs/modernizr-1.7.min.js"></script>
43 <div id=
"main" role=
"main">
49 </div> <!--! end of #container -->
52 <!-- JavaScript at the bottom for fast page loading -->
54 <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary -->
55 <script src=
"//ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.js"></script>
56 <script>window
.jQuery
|| document
.write("<script src='js/libs/jquery-1.5.2.min.js'>\x3C/script>")</script>
59 <!-- scripts concatenated and minified via ant build script-->
60 <script src=
"js/plugins.js"></script>
61 <script src=
"js/script.js"></script>
66 <script src="js/libs/dd_belatedpng.js"></script>
67 <script>DD_belatedPNG.fix("img, .png_bg"); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script>
71 <!-- mathiasbynens.be/notes/async-analytics-snippet Change UA-XXXXX-X to be your site's ID -->
73 var _gaq=[["_setAccount","UA-XXXXX-X"],["_trackPageview"]];
74 (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
75 g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
76 s.parentNode.insertBefore(g,s)}(document,"script"));