summaryrefslogtreecommitdiffstats
path: root/includes/header.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2012-08-18 19:50:20 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2012-08-18 19:50:20 -0500
commit55656d931a05f533e11b8a3860c5dce4c66c88ca (patch)
tree9c3297a89cfc02f5c663c6c4ff26cc8af829df06 /includes/header.php
parentdc2e5f61451d10fc2dd6d4255a5602dbbb69def2 (diff)
downloadpathery-55656d931a05f533e11b8a3860c5dce4c66c88ca.tar.xz
Preloading of path images
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/header.php b/includes/header.php
index 4e19fad..f9b0f18 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -56,7 +56,17 @@ function hideSignin() {
}
function htmlFooter() {
+ //Preload the path-images and add the google-analytics script
?>
+ <div style='visibility:hidden;display:none'>
+ <img src='images/Path1.png' alt=''>
+ <img src='images/Path2.png' alt=''>
+ <img src='images/Path3.png' alt=''>
+ <img src='images/Path4.png' alt=''>
+ <img src='images/OverlayTileFaceted50.png' alt=''>
+ <img src='images/OverlayTileFaceted30.png' alt=''>
+ <img src='images/OverlayTileFaceted10.png' alt=''>
+ </div>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-371072-3']);