+++ /dev/null
-
-<?php wp_redirect(get_permalink(2027)); ?>
-
-<!--is_page();
-// When any single Page is being displayed.
-
-is_page(42);
-// When Page 42 (ID) is being displayed.
-
-is_page('Contact');
-// When the Page with a post_title of "Contact" is being displayed.
-
-is_page('about-me');
-// When the Page with a post_name (slug) of "about-me" is being displayed.
-
-is_page(array(42,'about-me','Contact'));
-// Returns true when the Pages displayed is either post ID 42, or post_name "about-me", or post_title "Contact". Note: the array ability was added at Version 2.5.-->
\ No newline at end of file
+<!-- This page will show only the online guide.-->
+
+<!--
<?php get_header(); ?>
<?php do_action('foundationPress_before_content'); ?>
<style type="text/css">#flipbookcontent{height:550px;width:728px;}#altcontent{width:600px;padding:20px;}#textualcontent{display:none;}div.ps-toolbar-close{display:block !important;}</style>
<script type="text/javascript" src="<?php echo bloginfo('template_directory') ?>/assets/flipbook/files/js/swfobject.js"></script>
<script type="text/javascript">var arr = new Array("iphone", "ipod", "ipad", "series60", "android", "windows ce", "blackberry", "palm", "phone", "nokia", "samsung");var uagent = navigator.userAgent.toLowerCase();var is_mobile = false;for(i in arr){if(arr[i] == "series60" && uagent.search("symbian") > -1){var ok = true;}else{var ok = false;}if(uagent.search(arr[i]) > -1 || ok){is_mobile = true;break;}}if(is_mobile){location.href = "<?php echo bloginfo('template_directory') ?>/assets/flipbook/files/index.html";}</script>
-<!--<h2 style="margin-top:0;padding-top:0;">View Online</h2>-->
+<h2 style="margin-top:0;padding-top:0;">View Online</h2>
<div id="flipbookcontent">
<div id="altcontent">
<h3>You will need the Flash plugin to view this publication</h3>
<?php get_footer(); ?>
-
+-->