-<!DOCTYPE html>\r
-<html>\r
- <head>\r
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\r
- <meta http-equiv="Cache-Control" content="max-age=0">\r
- <meta http-equiv="Cache-Control" content="no-cache">\r
- <meta http-equiv="Expires" content="0">\r
- <meta http-equiv="Expires" content="Tue, 01 Jan 1980 1:00:00 GMT">\r
- <meta http-equiv="Pragma" content="no-cache">\r
- <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE8">\r
- <meta name="google" value="notranslate">\r
- $favicon\r
- $robots\r
- $facebook\r
- $description\r
- $keywords\r
- <title>$title</title>\r
- <link href="$spstyle.css?junk=$junk" rel="stylesheet" type="text/css">\r
- <style type="text/css" media="print">*{ visibility: hidden; display: none }</style>\r
- <script type="text/javascript" src="$spfluidbook.js?junk=$junk"></script>\r
- <script type="text/javascript">\r
- FB_DEFAULT_LANG = '$lang';\r
- var backgroundColor = "$bgcolor";\r
- if (isMobile() || $alwaysHTML5) {\r
- $redirectMobile\r
- } else if (isBadMobile()) {\r
- $redirectPDF\r
- } else {\r
- swfobject.embedSWF("$pathToIndex?junk=$junk", "fluidbook", "100%", "100%", "$flashversion", "", getFlashvars($junk, $fv), {"allowScriptAccess": "always", "quality": "high", "scale": "noscale", "wmode": getWmode(), "allowFullScreen": "true", 'allowFullScreenInteractive': 'true'}, {"bgcolor": "#" + getBackgroundColor()});\r
- }\r
- </script>\r
- $ga\r
- $redirectScript\r
- </head>\r
- <body onload="ready();">\r
- <div id="fluidbook">\r
- <div style="padding:20px;text-align:center;"><a href="http://get.adobe.com/flashplayer/" target="_blank"><img style="border:0;" src="$pathToGetflash" alt="" width="734" height="409" /></a></div>\r
- <div style="padding:20px;">$alt</div>\r
- </div>\r
- </body>\r
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta http-equiv="Cache-Control" content="max-age=0">
+ <meta http-equiv="Cache-Control" content="no-cache">
+ <meta http-equiv="Expires" content="0">
+ <meta http-equiv="Expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
+ <meta http-equiv="Pragma" content="no-cache">
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE8">
+ <meta name="google" value="notranslate">
+ $favicon
+ $robots
+ $facebook
+ $description
+ $keywords
+ <title>$title</title>
+ <link href="$spstyle.css?junk=$junk" rel="stylesheet" type="text/css">
+ <style type="text/css" media="print">*{ visibility: hidden; display: none }</style>
+ <script type="text/javascript" src="$spfluidbook.js?junk=$junk"></script>
+ <script type="text/javascript">
+ FB_DEFAULT_LANG = '$lang';
+ var backgroundColor = "$bgcolor";
+ if (isMobile() || $alwaysHTML5) {
+ $redirectMobile
+ } else if (isBadMobile()) {
+ $redirectPDF
+ } else {
+ swfobject.embedSWF("$pathToIndex?junk=$junk", "fluidbook", "100%", "100%", "$flashversion", "", getFlashvars($junk, $fv), {"allowScriptAccess": "always", "quality": "high", "scale": "noscale", "wmode": getWmode(), "allowFullScreen": "true", 'allowFullScreenInteractive': 'true'}, {"bgcolor": "#" + getBackgroundColor()});
+ }
+ </script>
+ $ga
+ $redirectScript
+ </head>
+ <body onload="ready();">
+ <div id="fluidbook">
+ <div style="padding:20px;text-align:center;"><a class="getflash" href="http://get.adobe.com/flashplayer/" target="_blank" style="background-image:url('$pathToGetflash');"></a></div>
+ <div style="padding:20px;">$alt</div>
+ </div>
+ </body>
</html>
\ No newline at end of file