Strict Standards: Declaration of mystique_CategoryWalker::start_lvl() should be compatible with Walker::start_lvl(&$output, $depth = 0, $args = Array) in /wp-content/themes/mystique/lib/core.php on line 0

Strict Standards: Declaration of mystique_CategoryWalker::end_lvl() should be compatible with Walker::end_lvl(&$output, $depth = 0, $args = Array) in /wp-content/themes/mystique/lib/core.php on line 0

Strict Standards: Declaration of mystique_CategoryWalker::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in /wp-content/themes/mystique/lib/core.php on line 0

Strict Standards: Declaration of mystique_CategoryWalker::end_el() should be compatible with Walker::end_el(&$output, $object, $depth = 0, $args = Array) in /wp-content/themes/mystique/lib/core.php on line 0

Strict Standards: Declaration of mystique_PageWalker::start_lvl() should be compatible with Walker::start_lvl(&$output, $depth = 0, $args = Array) in /wp-content/themes/mystique/lib/core.php on line 0

Strict Standards: Declaration of mystique_PageWalker::end_lvl() should be compatible with Walker::end_lvl(&$output, $depth = 0, $args = Array) in /wp-content/themes/mystique/lib/core.php on line 0

Strict Standards: Declaration of mystique_PageWalker::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in /wp-content/themes/mystique/lib/core.php on line 0

Strict Standards: Declaration of mystique_PageWalker::end_el() should be compatible with Walker::end_el(&$output, $object, $depth = 0, $args = Array) in /wp-content/themes/mystique/lib/core.php on line 0

Warning: Cannot modify header information - headers already sent by (output started at /wp-content/themes/mystique/lib/core.php:0) in /wp-content/themes/mystique/lib/settings.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /wp-content/themes/mystique/lib/core.php:0) in /wp-content/themes/mystique/lib/settings.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /wp-content/themes/mystique/lib/core.php:0) in /wp-content/themes/mystique/lib/settings.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /wp-content/themes/mystique/lib/core.php:0) in /wp-content/themes/mystique/lib/settings.php on line 219
// some global variables var ajaxComments = 1; // init jQuery(document).ready(function ($) { if (isIE6) { jQuery('#page').append("
You're using a old and buggy browser. Switch to a or consider to the latest version
"); } jQuery('#navigation').superfish({ autoArrows: true }); webshot("a.websnapr", "webshot"); jQuery("a[rel='lightbox'], a[href$='.jpg'], a[href$='.jpeg'], a[href$='.gif'], a[href$='.png'], a[href$='.JPG'], a[href$='.JPEG'], a[href$='.GIF'], a[href$='.PNG']").fancyboxlite({ 'zoomSpeedIn': 333, 'zoomSpeedOut': 333, 'zoomSpeedChange': 133, 'easingIn': 'easeOutQuart', 'easingOut': 'easeInQuart', 'overlayShow': true, 'overlayOpacity': 0.75 }); // layout controls fontControl("#pageControls", "body", 10, 18); //pageWidthControl("#pageControls", ".page-content", '100%', '940px', '1200px'); webshot("a.websnapr", "webshot"); jQuery(".post-tabs").minitabs({ content: '.sections', nav: '.tabs', effect: 'top', speed: 333, cookies: false }); jQuery(".sidebar-tabs").minitabs({ content: '.sections', nav: '.box-tabs', effect: 'slide', speed: 150 }); jQuery("ul.menuList .cat-item").bubble({ timeout: 6000 }); jQuery(".shareThis, .bubble-trigger").bubble({ offset: 16, timeout: 0 }); jQuery("#pageControls").bubble({ offset: 30 }); jQuery('ul.menuList li a').nudge({ property: 'padding', direction: 'left', amount: 6, duration: 166 }); jQuery('a.nav-extra').nudge({ property: 'marginTop', direction: '', amount: -18, duration: 166 }); // fade effect if (!isIE) { jQuery('.fadeThis').append('').each(function () { var jQueryspan = jQuery('> span.hover', this).css('opacity', 0); jQuery(this).hover(function () { jQueryspan.stop().fadeTo(333, 1); }, function () { jQueryspan.stop().fadeTo(333, 0); }); }); } jQuery("#footer-blocks.withSlider").loopedSlider(); jQuery("#featured-content.withSlider").loopedSlider({ autoStart: 10000, autoHeight: false }); // scroll to top jQuery("a#goTop").click(function () { jQuery('html').animate({ scrollTop: 0 }, 'slow'); }); jQuery('.clearField').clearField({ blurClass: 'clearFieldBlurred', activeClass: 'clearFieldActive' }); setup_comments(); if(redirectReadMore) setup_readmorelink(); jQuery('a.print').click(function() { jQuery('.post.single').printElement({printMode:'popup'}); return false; }); // set accessibility roles on some elements trough js (to not break the xhtml markup) jQuery("#navigation").attr("role", "navigation"); jQuery("#primary-content").attr("role", "main"); jQuery("#sidebar").attr("role", "complementary"); jQuery("#searchform").attr("role", "search"); });