document.write(
' <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> '
+ ' <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->'
+ ' <!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->'
+ ' <!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->'
+ ' <!--[if IE 9 ]>    <html lang="en" class="no-js ie9"> <![endif]-->'
+ ' <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->'
+ ' <head>'
+ '   <meta charset="utf-8">'
+ '   <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame '
+ '        Remove this if you use the .htaccess -->'
+ ' <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">'
+ '   <title></title>'
+ '   <meta name="description" content="">'
+ '   <!--  Mobile viewport optimized: j.mp/bplateviewport -->'
+ '   <meta name="viewport" content="width=device-width, initial-scale=1.0">'
+ '   <!-- Place favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->'
+ '   <link rel="shortcut icon" href="/favicon.ico">'
+ '   <link rel="apple-touch-icon" href="/apple-touch-icon.png">'
+ '   <!-- CSS : implied media="all" -->'
+ '   <link rel="stylesheet" href="css/boilerplate.css">'
+ '   <link rel="stylesheet" href="css/style.css">'
+ '   <link href="http://fonts.googleapis.com/css?family=Syncopate" rel="stylesheet" type="text/css">'
+ '   <!-- Uncomment if you are specifically targeting less enabled mobile browsers -->'
+ '   <link rel="stylesheet" media="handheld" href="css/handheld.css?v=2"> ' 
+ '   <!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->'
+ '   <script src="js/libs/modernizr-1.6.min.js"></script>'
+ ' </head>'
);
