<!DOCTYPE html>

<html>

<head>

    <title>Marion Chiropractic Centre - Chiropractor In Winnipeg, Manitoba Canada :: Home</title>

    <!--meta-->
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
    <meta name="Description" content="Marion Chiropractic Centre - Chiropractic Care in Winnipeg, Manitoba " />
    <meta name="Keywords" content="" />

    <!--fonts-->
    <link href='//fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
    <link href='//fonts.googleapis.com/css?family=Volkhov:400italic' rel='stylesheet' type='text/css'>
    <link href='//fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>

    <script type="text/vbscript" src="/js/detect_flash.vbs"></script>

    <!--style-->
    <link rel="stylesheet" type="text/css" href="/css/skins/global/global_new_common.css" />
    <link rel="stylesheet" type="text/css" href="/css/skins/template_15a/superfish.css" />
    <link rel="stylesheet" type="text/css" href="/css/skins/template_15a/jquery.fancybox.css" />
    <link rel="stylesheet" type="text/css" href="/css/skins/template_15a/jquery.qtip.css" />
    <link rel="stylesheet" type="text/css" href="/css/skins/template_15a/jquery-ui-1.9.2.custom.css" />
    <link rel="stylesheet" type="text/css" href="/css/skins/template_15a/skin15_common.css" />
    <link rel="stylesheet" type="text/css" href="/css/skins/template_15g/skin15_specific.css" />
    <link rel="stylesheet" type="text/css" href="/css/jquery_plugins/bxslider/jquery.bxslider.css" />
    <link rel="stylesheet" type="text/css" href="/css/skins/global/global_form_defaults.css" />
    <link rel="stylesheet" type="text/css" href="/css/jquery_plugins/owl.carousel.css" />
     <link rel="stylesheet" type="text/css" media="all" href="/css/skins/global/ada_button.css" />	<!-- responsive specific css -->
    <link rel="stylesheet" type="text/css" href="/css/skins/template_15a/responsive.css" />
            <link rel="stylesheet" type="text/css" href="/css/skins/template_15a/footer_responsive_two_tabs.css" />
    
    <!-- favicon -->
    <link rel="shortcut icon" href="/images/brands/chiro/common/favicon.ico" />

    <link rel="canonical" href="http://marionchiropractic.ca"/>
    <!--js-->
    <script type="text/javascript">
    var origin  = 'https://marionchiropracticca.chiromatrixbase.com';
    var referer = 'http://marionchiropractic.ca';
    var sdomain = 'https://marionchiropracticca.chiromatrixbase.com';
    </script>
    
    <script type="text/javascript" src="/combine_files.php?files=/js/jquery_plugins/jquery-1.8.3.min.js,/js/jquery_plugins/jquery-ui-1.9.2.custom.min.js,/js/imatrix.js,/js/imatrix2.js,/js/jquery_plugins/jquery.bxslider-mod-min.js"></script>
    <script type="text/javascript" src="/js/jquery_plugins/jquery.ba-bbq.min.js"></script>
    <script type="text/javascript" src="/js/jquery_plugins/jquery.easing.1.3.js"></script>
    <script type="text/javascript" src="/js/jquery_plugins/jquery.sliderControl.js"></script>
    <script type="text/javascript" src="/js/jquery_plugins/jquery.timeago.js"></script>
    <script type="text/javascript" src="/js/jquery_plugins/jquery.hint.js"></script>
    <script type="text/javascript" src="/js/jquery_plugins/jquery.isotope.min.js"></script>
    <script type="text/javascript" src="/js/jquery_plugins/jquery.isotope.masonry.js"></script>
	<script type="text/javascript" src="/js/jquery_plugins/jquery.fancybox.pack.js"></script>
    <script type="text/javascript" src="/js/jquery_plugins/jquery.qtip.min.js"></script>
    <script type="text/javascript" src="/js/jquery_plugins/jquery.blockUI.js"></script>
    <script type="text/javascript" src="/js/jquery_plugins/jquery.slick.2.1.js"></script>
    <script type="text/javascript" src="/js/modernizr/modernizr.js"></script>
    <script type="text/javascript" src="/js/global_form_defaults.js"></script>
    <script type="text/javascript" src="/js/jquery_plugins/owl.carousel.js"></script>

    <!-- combine js -->
    <script type="text/javascript" src="/js/skins/skin15.js"></script>
    <script src="/js/yui/2.9/yahoo/yahoo-min.js" ></script>

    <!-- Event source file -->
    <script src="/js/yui/2.9/event/event-min.js" ></script>

    <!-- Cookies library -->
    <script src="/js/js.cookie.js"></script>

	<script>

        jQuery(document).ready(function($) {

            /************* IE Warning *************/
            if ( Cookies.get('ie-warning') === undefined && navigator.userAgent.indexOf('MSIE') !== -1 ) {
                $('.chromeframe').show();
                $('.chromeframe div span').click(function() {
                    Cookies.set("ie-warning", "true", { expires: 90 });
                    $('.chromeframe').remove();
                });
            }

            window.open = function (open) {

                return function (url, name, features) {

                    var isPrintPage = false;
                    var isSpine = false;
                    var isPetSelector = false;

                    var useThisFancyBox = true;

                    if( url.search( new RegExp("print=1", "i") ) >= 0 ) { isPrintPage = true; }
                    if( url.search( new RegExp("/3d_spine/nerve_chart/index.htm", "i") ) >= 0 ) { isSpine = true; }
                    if( url.search( new RegExp("/pet_selector/index.html", "i") ) >= 0 ) { isPetSelector = true; }

                    if( url.search( new RegExp("request_appointment=1", "i") ) >= 0 ) { useThisFancyBox = false; }
                    if( url.search( new RegExp("send_doctor=1", "i") ) >= 0 ) { useThisFancyBox = false; }
                    if( url.search( new RegExp("send_email=1", "i") ) >= 0 ) { useThisFancyBox = false; }

                    function fancyboxDimensions(dimension) {

                        var fancyWidth =  $(window).width()*0.75;
                        var fancyHeight =  $(window).height()*0.75;

                        if( $(window).width() > 500 ) {
                            fancyWidth =  $(window).width()/4;
                            fancyHeight =  $(window).height()/4;
                        }

                        if(isPrintPage) {
                            fancyWidth = $(window).width()*0.75;
                            fancyHeight = $(window).height()*0.75;
                        }

                        if(isSpine || isPetSelector) {
                            fancyWidth = $(window).width()*0.95;
                            fancyHeight = $(window).height()*0.95;
                        }

                        if( dimension == 'width' ) {
                            return fancyWidth;
                        } else {
                            return fancyHeight;
                        }

                    }

                    if (useThisFancyBox === true) {
                        $(window).resize(function() {
                            $.fancybox.update();
                        });

                        url = url.replace(/\s/g,"+");
                        $.fancybox({
                            'speedIn': 600,
                            'speedOut': 200,
                            'transitionIn': 'elastic',
                            'width' : fancyboxDimensions('width'),
                            'height' : fancyboxDimensions('height'),
                            'autoScale' : false,
                            'titleShow': false,
                            'type' : "iframe",
                            'href': url,
                            onUpdate: function(){
                                $("iframe.fancybox-iframe");
                            }
                        });
                    } else {
                        return open(url, name, features);
                    }
                };
            }(window.open);
        });

    </script>

        <meta name="google-site-verification" content="c48MNvlYnYRB4vCrDk2Eb4pxCHvLVkZIsVi2uNzWU5k" />
                                <script>

                                    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
                                        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
                                        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
                                    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

                                    ga('create', 'UA-42651322-3', {'cookieDomain':document.location.hostname, 'name': 'iMatrixTracker', 'allowLinker':'true'});
                                    ga('iMatrixTracker.send', 'pageview');
                                    ga('iMatrixTracker.require', 'linker');
                                    ga('iMatrixTracker.linker:autoLink', [ 'marionchiropractic.ca',  'marionchiropracticca.chiromatrixbase.com']);

                                    var linker;

                                    $(function() {
                                        var myForm = document.getElementById('custom_form');
                                        if(myForm) addListener(myForm, 'submit', decorateForm);
                                    });



                                    function decorateForm(event) {
                                      event = event || window.event;                             // Cross browser hoops.
                                      var target = event.target || event.srcElement;

                                      if (target && target.action) {
                                        ga(function(tracker) {                                   // Only if ga is loaded.
                                          window.linker = window.linker ||
                                              new window.gaplugins.Linker( ga.getByName('iMatrixTracker') );              // Create linker object using default tracker.

                                          target.action = window.linker.decorate(target.action); // Decorate the HTML link.

                                          return false;
                                        });
                                      }
                                    }

                                    // Cross browser way to listen for events.
                                    function addListener(element, type, callback) {
                                     if (element.addEventListener) element.addEventListener(type, callback);
                                     else if (element.attachEvent) element.attachEvent('on' + type, callback);
                                    }

                                </script>    </head>

<body>
<div id="ada_bar">If you need a more accessible version of this website, click this button on the right. <a href="?ada=1"><i class="fa fa-wheelchair" aria-hidden="true"></i>Switch to Accessible Site</a></div>
            <div class="site_container">

    <!-- We are using JavaScript for this alert to IE users, since we no longer support IE10 and IE10+ no longer support conditional comments -->
    <div class="chromeframe">
        <p class="warning">WARNING</p>
        <p >You are using an outdated browser.  Please <a href="http://outdatedbrowser.com/en">upgrade your browser</a> to improve your experience.</p>
        <div>Close [<span>x</span>]</div>
    </div>


<div class="header_container">

    <div class="socialBarWrap">
        <div class="socialBar">
            <div class="custom_content_module_3">
	<p class="cc_module_title">Follow Us</p>
    <div class="cc_module_content clearfix">
        <!-- Begin Follow Us Module Code -->
<div class="follow_us">
<p class="social phone">Call today: <span>204-615-0230</span></p>

<div class="social icons"><!-- Default Icons --><a class="facebook_icon" href="https://business.facebook.com/Marion-Chiropractic-Centre-1481482715515304" target="_blank" title="Marion Chiropractic Centre on Facebook"><span>Facebook</span></a> <a class="twitter_icon" href="https://twitter.com/MarionChiroCtr" target="_blank" title="Marion Chiropractic Centre on Twitter"><span>Twitter</span></a> <a class="googleplus_icon" href="https://plus.google.com/u/2/b/107396576075884375074/107396576075884375074/" target="_blank" title="Marion Chiropractic Centre on Google+"><span>Google+</span></a>&nbsp;</div>
</div>
<!-- End  -->    </div>
</div>
        </div>
    </div>

    <div class="header clearfix">
        <div class="header_left">
            <a href="?page=home" title="Marion Chiropractic Centre ">
                                    <a href="http://marionchiropractic.ca/" rel="nofollow"><img id="page_logo" src="/clients/19030/images/logo/Marion CC logo2.png" alt="Marion Chiropractic Centre Logo" /></a>
                            </a>
        </div>

        <span id="menuWrap" style="display:none"><ul id='custom_content_menu'><li ><a  href="/home.html"><span>Home</span></a></li><li  class='drop_down'><a  href="/new-patient-center.html"><span>New Patient Center</span></a><div><ul><li class='menu_top'></li><li ><a  href="/online-forms.html"><span>Online Forms</span></a></li><li  class='drop_down'><a  href="/what-to-expect.html"><span>What to Expect</span></a><div><ul><li class='menu_top'></li><li ><a  href="/your-first-visit-to-the-chiropractor.html"><span>Your First Visit</span></a></li><li ><a  href="/chiropractic-relief-care.html"><span>Phase 1: Relief Care</span></a></li><li ><a  href="/corrective-care-from-the-chiropractor.html"><span>Phase 2: Corrective Care</span></a></li><li ><a  href="/wellness-care.html"><span>Phase 3: Wellness Care</span></a></li><li class='menu_btm'></li></ul></div></li><li ><a  href="/health-resources.html"><span>Health Resources</span></a></li><li ><a  href="/payment-options.html"><span>Payment Options</span></a></li><li ><a  href="/chiropractic-office-tour.html"><span>Virtual Office Tour</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a  href="/about-us.html"><span>About Us</span></a><div><ul><li class='menu_top'></li><li ><a  href="/meet-the-chiropractor.html"><span>Meet the Chiropractors</span></a></li><li ><a  href="/services.html"><span>Services &amp; Techniques</span></a></li><li class='menu_btm'></li></ul></div></li><li ><a  href="/testimonials.html"><span>Testimonials</span></a></li><li ><a  href="/contact-us.html"><span>Contact Us</span></a></li><li class='menu_btm'></li></ul><ul><li><a href="http://marionchiropractic.ca/blog/blog.html" id="blog_button" title="Read the Blog"><span>Blog</span></a></li></ul></span>

        <div class="mobile_menu">
            <select>
            </select>
        </div>
    </div>
</div>

<!-- slider -->

    <!-- DO NOT DELETE THESE COMMENTS - THEY ARE USED FOR SKIN SPECIFIC POSITIONING INSIDE THE HOME PAGE -->
<div id="slideshow_attraction_1ea5b1b" class="slideshow_attraction">
    <div id="slideshow_1ea5b1b" class="slideshow">
		<ul id="bxslider_1ea5b1b">
						<li>
				<a >

										<img src="/clients/19030/images/slideshows/57525/skin15-blank1.jpg" 
						 alt = "" data-headline = "Wellness Awaits You" data-sub_text = "" data-button_text = "Request Appointment" data-link = "?request_appointment=1"					>
					
				</a>
			</li>
						<li>
				<a >

										<img src="/clients/19030/images/slideshows/57525/skin15-blank3.jpg" 
						 alt = "" data-headline = "Supporting Spinal Health" data-sub_text = "" data-button_text = "Request Appointment" data-link = "?request_appointment=1"					>
					
				</a>
			</li>
						<li>
				<a >

										<img src="/clients/19030/images/slideshows/57525/skin15-blank2.jpg" 
						 alt = "" data-headline = "Creating Healthy Lifestyles" data-sub_text = "" data-button_text = "Request Appointment" data-link = "?request_appointment=1"					>
					
				</a>
			</li>
					</ul>
    </div>
    <div class="slideshow_text">
        <h2 class="headline"></h2>
        <h3 class="sub_text"></h3>
        <div class="button_text"></div>
    </div>

</div>



<script type="text/javascript">
	function getSlideShowConfig() {
		var slideShowConfig = {"mode":"fade","pause":3000,"infiniteLoop":true,"auto":true,"autoHover":true,"pager":true,"controls":true,"centerSlides":true,"nextText":">","prevText":"<"};
		var isTouchDevice = 'ontouchstart' in document.documentElement;
		if( window.Modernizr ) {
			//The syntax for modernizr is a little strange.  This conditional statement says:
			//If the user device is touch enabled and it is a screen, and the max-device-width is LESS than
			//1025px (1024 or below) hide controls ... Basically, we want to hide the nav on mobile devices.
			if( isTouchDevice && Modernizr.mq('only screen and (max-device-width:1025px)') ) {
				slideShowConfig.controls = false;
			}
		}
		return slideShowConfig;
	}

	var config = getSlideShowConfig();

	// Use adaptiveHeight option for bxSlider from template 19 on
	
	config.captions = true;
	// Updates the general divs with the information of each element
	config.onSlideBefore = function (slideElement, oldIndex, newIndex) {
        img = slideElement.find('img');
        headline = img.attr('data-headline');
        sub_text = img.attr('data-sub_text');
        button_text = img.attr('data-button_text');
        link = img.attr('data-link');

        slideshow_attraction = img.closest('.slideshow_attraction');
        showAdditionalText(slideshow_attraction, '.headline', headline);
		showAdditionalText(slideshow_attraction, '.sub_text', sub_text);
		showAdditionalText(slideshow_attraction, '.button_text', button_text, link);
    }
    // Updates the general divs with the first element info
    config.onSliderLoad = function (currentIndex) {
    	//Check to see if bxslider has added slide to front
    	//Class will be bx-clone
    	cls = $("#bxslider_1ea5b1b li:eq(0)");
    	if(cls.attr('class') == 'bx-clone'){
    		currentIndex ++;
    	}
    	img = $("#bxslider_1ea5b1b li:eq("+currentIndex+") img");
		headline = img.attr('data-headline');
		sub_text = img.attr('data-sub_text');
		button_text = img.attr('data-button_text');
		
		link = img.attr('data-link');

        slideshow_attraction = img.closest('.slideshow_attraction');
		showAdditionalText(slideshow_attraction, '.headline', headline);
		showAdditionalText(slideshow_attraction, '.sub_text', sub_text);
		showAdditionalText(slideshow_attraction, '.button_text', button_text, link);
    }
	//Build the slideshow.
	jQuery("#bxslider_1ea5b1b").bxSlider(config);

	

	// Function to update the element information
	function showAdditionalText(elem, selector, text, link) {
		if(text && link) 
			elem.find(selector).hide().html('<a'+(link.indexOf('request_appointment') > 0?' class="fancybox-appointment-iframe"':'')+' href="'+link+'">'+text+'</a>').fadeIn('slow');
		else if(text) 
			elem.find(selector).hide().html(text).fadeIn('slow');
		else
			elem.find(selector).hide();
	}

</script>
    
        <script>

            function adjustHomebox() {
                /* -- ensure that the slideshow is fully loaded prior to positioning the home_box modules -- */
                if($('div.site_container').children('.slideshow_attraction').length > 0) {

                    if($(document).width() >= 1009) {
                        $('.home_box_container').css({
                           "margin-top": "-210px"
                        });

                    } else if($(document).width() >=767) {
                        $('.home_box_container').css({
                           "margin-top": "-50px"
                        });

                    } else {
                        $('.home_box_container').css({
                           "margin-top": "-40px"
                        });

                        $('.slider_navigation').css({
                           "top": "-240px"
                        });
                    }

                }
            }

            $(document).ready(function() {
                adjustHomebox();

                /* -- only the positioning of the home_box modules should be dependant on the slideshow, otherwise, just show them -- */
                $('.home_box_container').css('display', 'block');
            });

            $(window).resize(function() {
                adjustHomebox();
            });
        </script>
    

<div class="page relative noborder">

    <div class="slider_content_box clearfix"></div>
    
        <!--if there are 2 boxes set left on home_box_container to 17%
        //if only one box set left to 34%
        //in media queries set left to 0 !important when they stack
        //also make the position relative for this to work
        -->
                    <ul class="home_box_container clearfix" style="position:relative;left:0%;">
                                    <li class="home_box first_home_box">
                        <div class="custom_content_module_4">
	<p class="cc_module_title">Request Appointment</p>
    <div class="cc_module_content clearfix">
        <!--MODULE4 Make Appointment -->
<div class="homeBoxContentWrap">
<p>We will do our best to accommodate your busy schedule. Schedule an appointment today!</p>
<a class="fancybox-appointment-iframe" href="?request_appointment=1" rel="group">Schedule Now</a></div>
    </div>
</div>
                    </li>
                                                    <li class="home_box second_home_box">
                        <div class="custom_content_module_5">
	<p class="cc_module_title">Services</p>
    <div class="cc_module_content clearfix">
        <!--MODULE5 Our services -->
<div class="homeBoxContentWrap">
<p>We strive to provide complete care for our patients. Learn more about all the services we provide.</p>
<a class="boxLink pgLink02" href="services.html">Read More</a></div>
<!-- End  -->    </div>
</div>
                    </li>
                                                    <li class="home_box third_home_box">
                        <div class="custom_content_module_2">
	<p class="cc_module_title">Forms</p>
    <div class="cc_module_content clearfix">
        <!-- Online Forms Code -->
<div class="homeBoxContentWrap">
<p>Marion Chiropractic Centre offers our patient form(s) online so they can be completed it in the convenience of your own home or office.<br />
<a class="boxLink pgLink02" href="online-forms.html">Download Online Forms Here</a></p>
</div>
<script>

</script><!-- End -->    </div>
</div>
                    </li>
                            </ul>
            
    <div class="page_layout page_margin_top_section clearfix">

        
		                <div class="optionSearchWrap">
                 		                    <div class="pageOptionsWrap">
	                        <div id="page_options" class="dotrans">
    <ul>
		<li class="pOpt">
            <a href='http://marionchiropractic.ca/imatrix.php?print=1' class="print_page" title="Print Page" rel="nofollow"><span>Print Page</span></a>
		</li>
		<li class="pOpt">
						<a href='https://marionchiropracticca.chiromatrixbase.com/imatrix.php?send_email=1&amp;title=Home' onclick="Popup = window.open('https://marionchiropracticca.chiromatrixbase.com/imatrix.php?send_email=1&amp;title=Home', 'Popup2', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,dependent=yes,width=376,height=475'); return false;" class="send_friend" title="Send to Friend" rel="nofollow"><span>Send To Friend</span></a>
		</li>
		<li class="pOpt">
            <a href='/index.php' onclick="Popup = window.open('https://marionchiropracticca.chiromatrixbase.com/send_doctor=1', 'Popup3', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,dependent=yes,width=376,height=528'); return false;" class="email_us" title="Email Us" rel="nofollow"><span>Email Us</span></a>
		</li>
				<li class="pOpt">
            <a href='/index.php' onclick="Popup = window.open('https://marionchiropracticca.chiromatrixbase.com/request_appointment=1', 'Popup4', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,dependent=yes,width=376,height=710'); return false;" class="request_appointment" title="Request Appointment" rel="nofollow"><span>Request Appointment</span></a>
		</li>
				<li class="zoomCtrl">
			<span class="zmLbl">Zoom: </span>
			<a class="zoom_0 postHref" title="Standard Zoom Level" href="" data-params="zoom=zoom_0">A</a>
			<a class="zoom_1 postHref" title="Medium Zoom Level" href="" data-params="zoom=zoom_1">A</a>
			<a class="zoom_2 postHref" title="Large Zoom Level" href="" data-params="zoom=zoom_2">A</a>
		</li>
	</ul>
</div>
	                    </div>
                                        <form action="http://marionchiropractic.ca" method="get" name="search_form" id="search_form">
                        <div>
                            <input type="text" class="defaultText" name="search_query" value="" title="Search" />
                            <input type="hidden" name="form_id" value="content_search" />
                            <input type="hidden" name="package" value="iedit" />
                            <input type="hidden" name="action" value="content_search" />
                            <input type="submit" name="button_search" value="Search" />
                        </div>
                    </form>
                </div>
        



        <div class="page_left">
            <hgroup style="margin-bottom: 15px; text-align: center; ">
	<h1>Welcome to Marion Chiropractic Centre</h1>

	<h2>Your Winnipeg Chiropractors</h2>
</hgroup>

<p><div id="lead_video_attraction_407706" class="lead_video_attraction">

    <script type="text/javascript">

        //Section for flash video action screen ( on hover )
        function getFlashMovieObject(movieName)
        {
            if (window.document[movieName]) {
                return window.document[movieName];
            } else {
                if (navigator.appName.indexOf("Microsoft Internet")==-1) {
                    if (document.embeds && document.embeds[movieName]) {
                        return document.embeds[movieName];
                    }
                }

                return document.getElementById(movieName);
            }
        }

        function onMouseOverLeadVideo()
        {
            var leadvideo=getFlashMovieObject("leadvideoplayer");
            leadvideo.ShowActionScreen();
        }

        function onMouseOutLeadVideo()
        {
            var leadvideo=getFlashMovieObject("leadvideoplayer");
            leadvideo.HideActionScreen();
        }
        //End video action screen

        //Return to the beginning at the end of the video (html 5 video).
        function endVideo(video){
            video[0].load();
        }

        //Section for handling responsive flash video
        function makeResponsive(){
            var originalWidth = 480;
            var originalHeight = 270;
            var aspectRatio = ( originalWidth / originalHeight );

            jQuery("[name='leadvideoplayer']").each( function(){
                var currentWidth = jQuery(this).parent().parent().width();
                var newHeight = ( currentWidth * ( 1 / aspectRatio ) );

                jQuery( this ).parent().parent().height( newHeight );
            });
        }

        //Build variables to be used later
        var videoDiv = jQuery('div#lead_video_attraction_407706');

        //For non responsive skins, we need to set the width/height for the parent consadftainer to hardcoded values.
        
        //Make sure client has flash at least version x.
        var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

        if( hasRightVersion ) {
            //Show flash video

            //Add mouse events to flash video
            jQuery(videoDiv).attr({
                onMouseOver: "onMouseOverLeadVideo(); return true;",
                onMouseOut: "onMouseOutLeadVideo(); return true;"
            });


            var oeTags =  '<object ';
            oeTags += ' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
            oeTags += ' codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ';
            oeTags += ' id="leadvideoplayer" ';
            oeTags += ' width= "100%" ';
            oeTags += ' height= "100%"> ';
            oeTags += ' <param name="movie" value="http://marionchiropractic.ca/imatrix_video_player.php?r=67021"> ';
            oeTags += ' <param name="loop" value="true"> ';
            oeTags += ' <param name="menu" value="false"> ';
            oeTags += ' <param name="quality" value="high"> ';
            oeTags += ' <param name="wmode" value="transparent"> ';
            oeTags += ' <param name="allowScriptAccess" value="always"> ';
            oeTags += ' <param name="allowFullScreen" value="true"> ';
            oeTags += ' <param name="swliveconnect" value="true"> ';
            oeTags += ' <param name="bgcolor" value="#000000"> ';
            oeTags += ' <embed ';
            oeTags += ' name="leadvideoplayer" ';
            oeTags += ' src="http://marionchiropractic.ca/imatrix_video_player.php?r=83073" ';
            oeTags += ' loop="true" ';
            oeTags += ' menu="false" ';
            oeTags += ' quality="high" ';
            oeTags += ' wmode="transparent" ';
            oeTags += ' width= "100%" ';
            oeTags += ' height= "100%" ';
            oeTags += ' allowScriptAccess="always" ';
            oeTags += ' allowFullScreen="true" ';
            oeTags += ' swliveconnect="true" ';
            oeTags += ' bgcolor="#000000" ';
            oeTags += ' type="application/x-shockwave-flash" ';
            oeTags += ' pluginspage="http://www.macromedia.com/go/getflashplayer"> ';
            oeTags += ' </embed> ';
            oeTags += ' </object> ';
            document.write(oeTags);   // embed the flash movie



            jQuery(window).resize( function(){
                makeResponsive();
            });

            jQuery( document).ready( function(){
                makeResponsive();
            });

        } else {

            //Show HTML5 VIdeo
            var startFrame = "http://marionchiropractic.ca/images/brands/chiro/video/start_frame.jpg";
            var videoSource = "http://marionchiropractic.ca/client_lead_video.php";

            oeTags = '<video ';
            oeTags +=' id="lead_video_player_407706"';
            oeTags +=' style="width:100%;"';

                        oeTags += ' poster="http://marionchiropractic.ca/images/brands/chiro/video/start_frame.jpg"';
            
            oeTags += ' controls>';

            oeTags += ' <source src="http://marionchiropractic.ca/client_lead_video.php" type="video/mp4" />';
            oeTags += ' Your browser does not support the video tag. ';
            oeTags += ' </video>';
            document.write(oeTags);

            var videoTag = jQuery('video[id^="lead_video_player_"]');
            //Return video to beginning once the video finishes.
            jQuery(videoTag).bind("ended", function(){ endVideo(videoTag); });
        }
    </script>
</div>
<!-- main_attraction end --></p>

<p>For more information or to schedule an appointment with our Winnipeg chiropractor, call <strong>204-615-0230</strong> today!</p>

<p>Drs Michael deJong, Gerald Chartier, Jeff Seney&nbsp;are&nbsp;chiropractors serving Winnipeg and the surrounding area. Our chiropractors and the rest of the welcoming team at Marion Chiropractic Centre are committed to providing chiropractic solutions to address your unique needs, whether you are experiencing back pain, neck pain, headaches, or even muscular tightness and tension. You may be searching for pain relief after an accident, experiencing an injury, or if you suffer from a specific condition like chronic back pain or a spinal condition. Even if you&#39;re looking to improve your overall health, our chiropractor can help you attain your everyday wellness goals! Visit our testimonials page to find out what our patients are saying about our Winnipeg chiropractor and our chiropractic care plans.</p>

<p>At your first visit to Marion Chiropractic Centre, We will explain how chiropractic care works and give you a full evaluation to see if our chiropractic solutions are a good fit to address your needs. If there is a good fit, we can customize a plan of chiropractic care for your condition and health goals.</p>

<p>If you have not been to a chiropractor before and want to find out more, please <a class="launch_email_us" href="#" title="Email Us">Email Us</a> or call <strong>204-615-0230</strong> to receive the answers to your questions from our experienced team. We also welcome referrals, so we invite you to use the &quot;<a class="send_friend" href="/index.php" onclick="Popup = window.open('?send_email=1&amp;title=Home', 'Popup2', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,dependent=yes,width=376,height=475'); return false;" rel="nofollow" title="Send to Friend">Send to Friend</a>&quot; link to share our chiropractic and wellness information with your friends and loved ones.</p>

<p>If you would like to stay informed about the latest in chiropractic care or if you want to start receiving free articles about health and wellness news, subscribe to our bi-weekly newsletter, even if you are not a patient. We also offer a member wellness area which includes our animated exercise videos, wellness articles, and other healthcare resources.&nbsp;</p>

<p style="text-align: right; "><strong>Dr. Michael deJong | Dr.&nbsp;Gerald Chartier | Dr.&nbsp;Jeff Seney</strong><br />
<strong>Winnipeg Chiropractor | Marion Chiropractic Centre | 204-615-0230</strong></p>

<p style="text-align: right; "><strong>1-230 Marion St.<br />
Winnipeg, Manitoba R2H 0T6</strong></p>
                    </div>

                <div class="page_right">

            
            <div class="sidebar_box first">
                            </div>

                        <div class="sidebar_box">
                                    <p id="community_content_toggle" class="toggle_skin10_menu" title="Show/Hide Community Content">Community Content</p>

                    <div class="target_skin10_menu">
                        <ul id='community_content_menu'><li  class='drop_down'><a rel="nofollow" href="/wellness_topics/c_1_we_may_help_you_with.html"><span>We May Help You With</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/wellness_topics/c_5_adhd.html"><span>ADHD</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_6_allergies.html"><span>Allergies</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_7_asthma.html"><span>Asthma</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_8_auto_accidents.html"><span>Auto Accidents</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_9_back_painlower.html"><span>Back Pain-Lower</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_10_back_painupperneck.html"><span>Back Pain-Upper/Neck</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_11_bedwetting.html"><span>Bedwetting</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_12_carpal_tunnel.html"><span>Carpal Tunnel</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_14_colic.html"><span>Colic</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_15_ear_infections.html"><span>Ear Infections</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_16_fibromyalgia.html"><span>Fibromyalgia</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_1203_frozen_shoulder.html"><span>Frozen Shoulder</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_17_headaches.html"><span>Headaches</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_1202_osteoarthritis.html"><span>Osteoarthritis</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_1182_osteoporosis.html"><span>Osteoporosis</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_18_pinched_nerve.html"><span>Pinched Nerve</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_1201_plantar_fasciitis.html"><span>Plantar Fasciitis</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_19_pms.html"><span>PMS</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_21_pregnancy.html"><span>Pregnancy</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_22_sciatica.html"><span>Sciatica</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_23_scoliosis.html"><span>Scoliosis</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_24_slipped_disc.html"><span>Slipped Disc</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_1204_shoulder_pain.html"><span>Shoulder Pain</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_25_stress.html"><span>Stress</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_1200_tennis_elbow.html"><span>Tennis Elbow</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_27_whiplash.html"><span>Whiplash</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_26_wellness.html"><span>Wellness</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/wellness_topics/c_2856_auto_injury_chiropractic_care.html"><span>Auto Injury Chiropractic Care</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/wellness_topics/c_2859_a_day_in_the_life_of_a_chiropractor.html"><span>A Day in the Life of a Chiropractor</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2857_lessen_pain_medication_dependence.html"><span>Lessen Pain Medication Dependence</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2860_active_release_techniques.html"><span>Active Release Techniques</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2861_drop_table_technique.html"><span>Drop Table Technique</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2862_manual_technique.html"><span>Manual Technique</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2868_myofascial_release.html"><span>Myofascial Release</span></a></li><li  class='drop_down'><a rel="nofollow" href="/wellness_topics/c_2934_electrotherapy.html"><span>Electrotherapy</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/wellness_topics/c_2935_transcutaneous_electrical_nerve_stimulators_tens.html"><span>Transcutaneous Electrical Nerve Stimulators (TENS)</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2936_interferential_current_ifc.html"><span>Interferential Current (IFC)</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2937_galvanic_stimulation_gs.html"><span>Galvanic Stimulation (GS)</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/wellness_topics/c_2878_verterbral_subluxation.html"><span>Verterbral Subluxation</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/wellness_topics/c_2879_spinal_kinesiopathology.html"><span>Spinal Kinesiopathology</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2880_neuropathophysiology.html"><span>Neuropathophysiology</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2881_myopathy.html"><span>Myopathy</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2883_histopathology.html"><span>Histopathology</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2884_pathophysiology.html"><span>Pathophysiology</span></a></li><li class='menu_btm'></li></ul></div></li><li ><a rel="nofollow" href="/wellness_topics/c_2873_cluster_headaches.html"><span>Cluster Headaches</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2874_migraine_headaches.html"><span>Migraine Headaches</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2875_tension_headaches.html"><span>Tension Headaches</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2872_tmj.html"><span>TMJ</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2865_knee_pain.html"><span>Knee Pain</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2933_shin_splints.html"><span>Shin Splints</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2869_orthotics.html"><span>Orthotics</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/wellness_topics/c_2858_functional_medicine_chiropractic_care.html"><span>Functional Medicine Chiropractic Care</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/wellness_topics/c_2888_the_role_of_chiropractic_care_in_functional_medicine.html"><span>The Role of Chiropractic Care in Functional Medicine</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2911_a_functional_medicine_chiropractors_day.html"><span>A Functional Medicine Chiropractor's Day</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2870_chiropractic_care_for_children.html"><span>Chiropractic Care for Children</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2871_preventing_falls_in_older_adults.html"><span>Preventing Falls in Older Adults</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2896_how_technology_affects_health.html"><span>How Technology Affects Health</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2895_chiropractic_care_for_athletes.html"><span>Chiropractic Care for Athletes</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2867_cold_laser_therapy.html"><span>Cold Laser Therapy</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2876_heat_therapy.html"><span>Heat Therapy</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2877_cold_therapy.html"><span>Cold Therapy</span></a></li><li  class='drop_down'><a rel="nofollow" href="/wellness_topics/c_2890_drugfree_alternatives_for_pain_management.html"><span>Drug-Free Alternatives for Pain Management</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/wellness_topics/c_2891_exercise.html"><span>Exercise</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2892_diet.html"><span>Diet</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2893_acupuncture.html"><span>Acupuncture</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2894_acupressure.html"><span>Acupressure</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2912_massage.html"><span>Massage</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2913_lifestyle_practices.html"><span>Lifestyle Practices</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2914_yoga.html"><span>Yoga</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2915_tai_chi.html"><span>Tai Chi</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2916_strength_training.html"><span>Strength Training</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2917_mindbody_techniques.html"><span>Mind-Body Techniques</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2918_stress_management.html"><span>Stress Management</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2919_aromatherapy.html"><span>Aromatherapy</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/wellness_topics/c_2926_nutrition.html"><span>Nutrition</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/wellness_topics/c_2927_vitamins_and_nutrients.html"><span>Vitamins and Nutrients</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2928_superfoods.html"><span>Superfoods</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2929_whole_grains.html"><span>Whole Grains</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2930_lean_protein_sources.html"><span>Lean Protein Sources</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_2931_sugar_salt_and_trans_and_saturated_fats.html"><span>Sugar, Salt and Trans and Saturated Fats</span></a></li><li class='menu_btm'></li></ul></div></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/wellness_topics/c_30_todays_chiropractic.html"><span>Today's Chiropractic</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/wellness_topics/c_32_wellness_vs_medical_care.html"><span>Wellness vs. Medical Care</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_31_what_is_chiropractic.html"><span>What is Chiropractic?</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_33_effects_of_chiropractic_care.html"><span>Effects of Chiropractic Care</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/wellness_topics/c_2_story_of_chiropractic.html"><span>Story of Chiropractic</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/wellness_topics/c_34_suggested_reading.html"><span>Suggested Reading</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_3_history.html"><span>History</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_4_how_does_it_work.html"><span>How Does it Work?</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/wellness_topics/c_36_success_in_your_spine.html"><span>Success in Your Spine</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/wellness_topics/c_37_posture.html"><span>Posture</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_38_movement.html"><span>Movement</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_39_strength.html"><span>Strength</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_40_balance.html"><span>Balance</span></a></li><li class='menu_btm'></li></ul></div></li><li ><a rel="nofollow" href="/wellness_topics/c_50_the_wellness_approach.html"><span>The Wellness Approach</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_46_chiro_myths__facts.html"><span>Chiro Myths &amp; Facts</span></a></li><li ><a rel="nofollow" href="/wellness_topics/c_28_wellness_glossary.html"><span>Wellness Glossary</span></a></li><li class='menu_btm'></li></ul>                                                                                <ul id="newsletter_library_menu"><li><a href="http://marionchiropractic.ca/index.php?package=newsletter&amp;action=show_archive"><span>Newsletter Library</span></a></li></ul>                            <ul id="exercise_content_menu"><li class='drop_down'><a href='http://marionchiropractic.ca/iexercise/exercises_main.html'><span>Video Exercises</span></a>
<div><ul><li class="menu_top"></li>
<li><a href="http://marionchiropractic.ca/iexercise/exercise_group_6.html"><span>Abs</span></a></li>
<li><a href="http://marionchiropractic.ca/iexercise/exercise_group_5.html"><span>Arms</span></a></li>
<li><a href="http://marionchiropractic.ca/iexercise/exercise_group_4.html"><span>Back</span></a></li>
<li><a href="http://marionchiropractic.ca/iexercise/exercise_group_3.html"><span>Chest</span></a></li>
<li><a href="http://marionchiropractic.ca/iexercise/exercise_group_7.html"><span>Hips</span></a></li>
<li><a href="http://marionchiropractic.ca/iexercise/exercise_group_9.html"><span>Ice/Heat Therapy</span></a></li>
<li><a href="http://marionchiropractic.ca/iexercise/exercise_group_8.html"><span>Legs</span></a></li>
<li><a href="http://marionchiropractic.ca/iexercise/exercise_group_1.html"><span>Neck</span></a></li>
<li><a href="http://marionchiropractic.ca/iexercise/exercise_group_2.html"><span>Shoulders</span></a></li>
<li class="menu_btm"></li>
</ul></div></li></ul>
                            <ul id='community_content_member_menu'><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_78_wellness_lifestyle_tips.html"><span>Wellness Lifestyle Tips</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/member_wellness/c_85_change_unhealthy_habits.html"><span>Change Unhealthy Habits</span></a></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_79_read_the_labels.html"><span>Read the Labels</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/member_wellness/c_107_hall_of_shame.html"><span>Hall of Shame</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_312_hall_of_fame.html"><span>Hall of Fame</span></a></li><li class='menu_btm'></li></ul></div></li><li ><a rel="nofollow" href="/member_wellness/c_82_get_your_sleep.html"><span>Get Your Sleep</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_81_quit_smoking.html"><span>Quit Smoking</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_83_love_others.html"><span>Love Others</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_80_turn_off_the_television.html"><span>Turn off the Television</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_84_advanced_citizenry.html"><span>Advanced Citizenry</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_64_wellness_perspectives.html"><span>Wellness Perspectives</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/member_wellness/c_67_wellness_psychology.html"><span>Wellness Psychology</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_68_choices__decisions.html"><span>Choices &amp; Decisions</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_69_identity.html"><span>Identity</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_73_spirituality.html"><span>Spirituality</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_70_personality.html"><span>Personality</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_71_quality_of_life.html"><span>Quality Of Life</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_72_personal_growth.html"><span>Personal Growth</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_74_prosperity_consciousness.html"><span>Prosperity Consciousness</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_75_relationships.html"><span>Relationships</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_76_aging__longevity.html"><span>Aging &amp; Longevity</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_86_wellness_essentials.html"><span>Wellness Essentials</span></a><div><ul><li class='menu_top'></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_108_at_home.html"><span>At Home</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/member_wellness/c_109_cervical_pillow.html"><span>Cervical Pillow</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_110_a_good_mattress.html"><span>A Good Mattress</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_89_at_work.html"><span>At Work</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/member_wellness/c_111_lumbar_support.html"><span>Lumbar Support</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_112_desk_chair.html"><span>Desk Chair</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_114_headsets.html"><span>Headsets</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_113_monitor_arm.html"><span>Monitor Arm</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_115_keyboard__mouse_pads.html"><span>Keyboard &amp; Mouse Pads</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_106_what_you_wear.html"><span>What You Wear</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/member_wellness/c_116_orthotics.html"><span>Orthotics</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_117_buy_good_shoes.html"><span>Buy Good Shoes</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_119_a_back_saver_wallet.html"><span>A Back Saver Wallet</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_118_a_healthy_backpack.html"><span>A Healthy Backpack</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_95_exercise.html"><span>Exercise</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/member_wellness/c_122_bosudisc.html"><span>BOSU/Disc</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_124_core_trainer.html"><span>Core Trainer</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_120_exercise_ball.html"><span>Exercise Ball</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_123_foam_roll.html"><span>Foam Roll</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_125_power_plate.html"><span>Power Plate</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_121_resistance_bandsweights.html"><span>Resistance Bands/Weights</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_298_personal_trainer.html"><span>Personal Trainer</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_297_videos_books__internet.html"><span>Videos, Books, &amp; Internet</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_299_wrist_metabolism_monitor.html"><span>Wrist Metabolism Monitor</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_100_nutrition.html"><span>Nutrition</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/member_wellness/c_300_essential_fatty_acids.html"><span>Essential Fatty Acids</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_301_vitamins__supplements.html"><span>Vitamins &amp; Supplements</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_302_greens.html"><span>Greens</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_303_protein.html"><span>Protein</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_304_detox.html"><span>Detox</span></a></li><li class='menu_btm'></li></ul></div></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_54_healthy_thinking.html"><span>Healthy Thinking</span></a><div><ul><li class='menu_top'></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_55_get_positive.html"><span>Get Positive</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/member_wellness/c_305_positive_affirmations.html"><span>Positive Affirmations</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_306_relationships_with_others.html"><span>Relationships with Others</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_307_relationship_with_self.html"><span>Relationship with Self</span></a></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_56_relaxation_techniques.html"><span>Relaxation Techniques</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/member_wellness/c_308_control_your_breathing.html"><span>Control Your Breathing</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_310_find_your_mantra.html"><span>Find Your Mantra</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_309_muscle_relaxation.html"><span>Muscle Relaxation</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_311_soothing_sounds.html"><span>Soothing Sounds</span></a></li><li class='menu_btm'></li></ul></div></li><li class='menu_btm'></li></ul></div></li><li  class='drop_down'><a rel="nofollow" href="/member_wellness/c_8_wellness4kids.html"><span>Wellness4Kids</span></a><div><ul><li class='menu_top'></li><li ><a rel="nofollow" href="/member_wellness/c_29_printable_games__puzzles.html"><span>Printable Games &amp; Puzzles</span></a></li><li ><a rel="nofollow" href="/member_wellness/c_30_wellness_coloring_book.html"><span>Wellness Coloring Book</span></a></li><li class='menu_btm'></li></ul></div></li><li class='menu_btm'></li></ul>                                            </div>
                
                            </div>

        </div>
            </div>


</div>


<div class="footer_container">

    <div class="footer">

                    <ul class="footer_banner_box_container clearfix">
                <li class="footer_banner_box" id="btn-tab01">
                    <p class="footerHeader">
                        Business Information
                    </p>
                </li>

                                    <li class="footer_banner_box" id="btn-tab02">
                        <p class="footerHeader">
                            Newsletter
                        </p>
                    </li>
                
                            </ul>
        
        <div class="footer_box_container clearfix">
                            <div class="pTab01" id="tab01_container">
                    <div class="businessInfoBox">
                        <div class="custom_content_contact_module">
	<p class="cc_module_title">Contact</p>
    <div class="cc_module_content clearfix">
	    <!--MODULE6 Begin Contact Module Code -->
<div class="contact_info" itemscope="itemscope" itemtype="http://schema.org/LocalBusiness"><span itemprop="name">Marion Chiropractic Centre</span>
<div itemprop="address" itemscope="itemscope" itemtype="http://schema.org/PostalAddress"><span itemprop="streetAddress">1-230 Marion St.</span><br />
<span itemprop="addressLocality">Winnipeg</span>, <span itemprop="addressRegion">Manitoba</span> <span itemprop="postalCode">R2H 0T6</span></div>
<a class="launch_google_maps" href="http://maps.google.com/maps?q=%0D%0A%0D%0A1-230+Marion+St.+Winnipeg%2C+Manitoba+R2H+0T6" title="Get 

Directions">Get Directions</a><br />
&nbsp;
<ul>
	<li>Phone: <span itemprop="telephone">204-615-0230</span></li>
	<li>Fax: <span itemprop="faxNumber">204-615-0237</span></li>
	<li><a class="fancybox-emailus-iframe" href="?send_doctor=1" rel="group" title="Email Us">Email Us</a></li>
</ul>
</div>

<div id="miniMap">		<script src="/js/generic.js" type="text/javascript"></script>
		<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=AIzaSyCaInmpXjmbamEaBfCvrQvnf36Qoqkql6Q"></script>
		<script type="text/javascript">
		jQuery(function() {
			function map_initialize() {
				var directionsService = new google.maps.DirectionsService();
				var directionsDisplay = new google.maps.DirectionsRenderer();

			    var latlng = new google.maps.LatLng(49.881373, -97.117746);

			    var myOptions = {
			      	zoom: 13,
			      	center: latlng,
			      	navigationControl: true,
			      	mapTypeControl: true,
			      	mapTypeControlOptions: {
			      		style: google.maps.MapTypeControlStyle.DROPDOWN_MENU,
						position: google.maps.ControlPosition.TOP_LEFT
			    	},
			      	scaleControl: false,
			      	mapTypeId: google.maps.MapTypeId.ROADMAP
			    };
			    var map = new google.maps.Map(
			    	document.getElementById("map_module"),
			        myOptions
			    );
				// setup the map display panel and the directiosn display panel
			    directionsDisplay.setMap(map);
			    directionsDisplay.setPanel(document.getElementById('directions'));

			    // generates the page marker
			    var marker = new google.maps.Marker({
					position: latlng,
					map: map,
					title: ''
			    });

			    var ballon = new google.maps.InfoWindow({
					content: '<div class="ballon">'
						+ '<a href="">Marion Chiropractic Centre</a><br />'
						+ '1-230 Marion St.<br />'
						+ 'Winnipeg, Manitoba R2H 0T6<br />'
						+ '204-615-0230'
				        + '</div>'
			    });

				// generate the 'ballon' text and display it over the clients location
			    google.maps.event.addListener(marker, 'click', function() {
			    	ballon.open(map,marker);

			    });

			    // start and stop locations for route
			    var waypoints = [];

			    // get and poopulate the waypoints from the user form submission
			    function getWaypoints() {
			    	waypoints[0] = document.getElementById('directions_from').value;		// the clients location
			    	waypoints[1] = document.getElementById('directions_to').value;			// where you are going to
			    }

				/**
				 *	callback function to handle the display of the routes directions
				 *	@param e Event
				 *	@param config array
				 */
			    function getDirections(e, config) {
                    // clear marker
                    marker.setMap(null);

				    // close the info balloon is directions are requested
			    	ballon.close();

				    // initialize the waypoint values if this is the first time the directions are requested
				    // or a new address was provided in the 'From' field
				    if (!waypoints.length || config.clear) {

		                getWaypoints();
		            }

				    // reverse the results if the option to do so is selected
			    	if (config.reverse) {
		                waypoints.reverse();
		            }

			    	// make sure the user has supplied both locations for the route before processing
			        if (!waypoints[0] || !waypoints[1]) {
			            alert('Please insure that both the \'To\' and \'From\' fields are populated');
			            return;
			        }

			        // callback function for the 'route' request
			    	var directionsRequest = {
			    		origin: 		waypoints[0],								// required
			    		destination: 	waypoints[1],								// required
			    		travelMode: 	google.maps.DirectionsTravelMode.DRIVING,	// required
			    		avoidHighways: 	false,										// optional
			    		avoidTolls: 	true										// optional
			    	};

			    	// request the route's directions
			    	directionsService.route(directionsRequest, function(result, status) {
			        	if (status == google.maps.DirectionsStatus.OK) {
			        		directionsDisplay.setDirections(result);

			        		YAHOO.util.Dom.setStyle(YAHOO.util.Dom.get('bottom_controls'), 'display', 'block');
						}
			    	});
			    }

			    // attach google events
			    google.maps.event.addListener(marker, 'click', function() { ballon.open(map, marker); });

			    // attach custom events
			    YAHOO.util.Event.addListener('directions_getmap_module', 'click', getDirections, { clear: true, reverse: false });
			    YAHOO.util.Event.addListener('directions_reversemap_module', 'click', getDirections, { clear: false, reverse: true });
			}

			// as soon as the DOM is ready, make the request to draw the google map
			YAHOO.util.Event.onDOMReady(map_initialize);
		});
		</script>

<div id="map_container">
	<div id="top_controls">
		<label for="directions_from">From:&nbsp;</label>
		<input type="text" id="directions_from" name="directions_from" value="" />
		<label for="directions_to">To:&nbsp;</label>
		<input class="to_address" type="text" id="directions_to" name="directions_to" value="1-230 Marion St., Winnipeg, Manitoba R2H 0T6, Canada" disabled="disabled" />
		<a id="directions_getmap_module" href="javascript:void(0);" title="Get Directions">Get Directions</a>
	</div>
  	<div id="map_module" ></div>
  	<div id="bottom_controls" style="display: none;">
		<strong>Driving Directions:</strong>
		<a class="directionsgetreverse" href="javascript:void(0);" id="directions_reversemap_module">Reverse Directions</a>
		<a class="printdirections" href="javascript:void(0);" id="directions_print" onClick="javascript:window.print()">Print Directions</a>
	</div>
  	<div id="directions"></div>
</div>

</div>
<!-- Begin Office Hours Module Code -->

<div class="office_hours">
<p class="cc_module_title">Office Hours</p>
<table class="office_hours">
    <thead>
	<tr><th>Day</th><th>Morning</th><th>Afternoon</th></tr>
    </thead>
    <tbody>
        <tr><td>Mon<span>day</span></td><td>7:30 - 11</td><td>3 - 6</td></tr>
        <tr><td>Tues<span>day</span></td><td>Closed</td><td>3 - 6</td></tr>
        <tr><td>Wed<span>nesday</span></td><td>7:30 - 11</td><td>3 - 6</td></tr>
        <tr><td>Thurs<span>day</span></td><td>Closed</td><td>3 - 6</td></tr>
        <tr><td>Fri<span>day</span></td><td>7:30 - 11</td><td>Closed</td></tr>
        <tr><td>Sat<span>urday</span></td><td>Closed</td><td>Closed</td></tr>
        <tr><td>Sun<span>day</span></td><td>Closed</td><td>Closed</td></tr>
    </tbody>
</table>
</div>
<!-- End -->    </div>
</div>


                    </div>
                </div>

            
            <div class="pTab02" id="tab02_container">
                                                            <div class="faWrp">
                            <p class="featuredArticleTitle dotrans">Featured Articles</p>
<section id="featured_articles">
        <article class="featured_article odd">
        <img width="75" height="75" alt="Care of Concussions" src="/images/brands/chiro/newsletter/front_page/200x200chiro275.jpg" />
        <h3><a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33229.html" title="Care of Concussions">Care of Concussions</a></h3>
        <p>Concussions are becoming increasingly common, especially among school-age athletes. It has been estimated that there are up to 3.8 million sports-related concussions in the United States each year ...</p>
        <a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33229.html" title="View Article" class="dotrans articleButton">View Article</a>
    </article>
            <article class="featured_article even">
        <img width="75" height="75" alt="An Apple a Day . . ." src="/images/brands/chiro/newsletter/front_page/chiro2apple200x20075.jpg" />
        <h3><a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33249.html" title="An Apple a Day . . .">An Apple a Day . . .</a></h3>
        <p>What is so good about an apple? Is it the color, ranging from ruby red to pale pink? Is it the crunch? The sweetness? Or is it, instead, a combination of all of these qualities, plus the natural g ...</p>
        <a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33249.html" title="View Article" class="dotrans articleButton">View Article</a>
    </article>
            <article class="featured_article odd">
        <img width="75" height="75" alt="Hitting for the Cycle" src="/images/brands/chiro/newsletter/front_page/baseball75.jpg" />
        <h3><a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33190.html" title="Hitting for the Cycle">Hitting for the Cycle</a></h3>
        <p>In baseball, hitting for the cycle means that a batter hits a single, a double, a triple, and a home run during the same game. Hitting for the cycle is a rare baseball event, occurring about as of ...</p>
        <a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33190.html" title="View Article" class="dotrans articleButton">View Article</a>
    </article>
            <article class="featured_article even">
        <img width="75" height="75" alt="Detective Story" src="/images/brands/chiro/newsletter/front_page/shutterstock_Dectective_200_1510246277_75.jpg" />
        <h3><a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33210.html" title="Detective Story">Detective Story</a></h3>
        <p>When Sir Arthur Conan Doyle’s Sherlock Holmes applied himself to a difficult case, he famously utilized his powers of deduction. Holmes assembled and examined the facts before him and employed a ...</p>
        <a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33210.html" title="View Article" class="dotrans articleButton">View Article</a>
    </article>
            <article class="featured_article odd">
        <img width="75" height="75" alt="Chiropractic Care for the Young and the Young at Heart" src="/images/brands/chiro/newsletter/front_page/shutterstock_200x20075.jpg" />
        <h3><a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33232.html" title="Chiropractic Care for the Young and the Young at Heart">Chiropractic Care for the Young and the Young at Heart</a></h3>
        <p>Children and adults are the same but different. Most kids want to play all the time, but they also are required to go to school. Most adults would prefer to play all the time – relax, go to the  ...</p>
        <a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33232.html" title="View Article" class="dotrans articleButton">View Article</a>
    </article>
            <article class="featured_article even">
        <img width="75" height="75" alt="Holiday Cheer" src="/images/brands/chiro/newsletter/front_page/200x200shutterstock_53122472875.jpg" />
        <h3><a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33219.html" title="Holiday Cheer">Holiday Cheer</a></h3>
        <p>In early winter, whether we're celebrating Hanukkah or Christmas, both or nothing at all, families and friends gather to share food and drink and give thanks for a year successfully completed. We  ...</p>
        <a rel="nofollow" href="http://marionchiropractic.ca/articles/a_33219.html" title="View Article" class="dotrans articleButton">View Article</a>
    </article>
    </section>                            <a class="faBtn prev">Previous</a>
                            <a class="faBtn next">Next</a>
                        </div>
                                        <div id="news_signup_module" class="doTrans">
	<p class="nws_mod_ttl"><strong>Newsletter Sign Up</strong></p>
	<form name="inews_subscribe" method="post" action="https://marionchiropracticca.chiromatrixbase.com/" id="inews_subscribe" class="nws_sub_frm">
        		<div class="news_mod_usr_nam">
			<label class="nws_usr_lbl">First Name:</label>
			<input id="subscriber_name" name="subscriber_name" type="text" class="nws_usr_ipt" value="" />
					</div>
		<div class="news_mod_usr_eml">
			<label class="nws_usr_lbl">Email:</label>
			<input id="subscriber_email" name="subscriber_email" type="text" class="nws_usr_ipt" value="" />
					</div>
		<div class="news_mod_usr_int clearfix">
			<label class="nws_int_lbl">Interests:</label>
							<input id="subscriber_newsletters_1" class="nws_cat_cbx" type="checkbox" value="1" name="subscriber_newsletters[]"  />
				<label class="nws_cat_lbl">Backaches &amp; Sciatica</label><br />
							<input id="subscriber_newsletters_2" class="nws_cat_cbx" type="checkbox" value="2" name="subscriber_newsletters[]"  />
				<label class="nws_cat_lbl">Headaches &amp; Neck Pain</label><br />
							<input id="subscriber_newsletters_3" class="nws_cat_cbx" type="checkbox" value="3" name="subscriber_newsletters[]"  />
				<label class="nws_cat_lbl">Wellness Topics</label><br />
							<input id="subscriber_newsletters_4" class="nws_cat_cbx" type="checkbox" value="4" name="subscriber_newsletters[]"  />
				<label class="nws_cat_lbl">Diet &amp; Nutrition</label><br />
							<input id="subscriber_newsletters_5" class="nws_cat_cbx" type="checkbox" value="5" name="subscriber_newsletters[]"  />
				<label class="nws_cat_lbl">Exercise &amp; Fitness</label><br />
							<input id="subscriber_newsletters_6" class="nws_cat_cbx" type="checkbox" value="6" name="subscriber_newsletters[]"  />
				<label class="nws_cat_lbl">Women's Health Issues</label><br />
							<input id="subscriber_newsletters_7" class="nws_cat_cbx" type="checkbox" value="7" name="subscriber_newsletters[]"  />
				<label class="nws_cat_lbl">Children's Health Issues</label><br />
							<input id="subscriber_newsletters_8" class="nws_cat_cbx" type="checkbox" value="8" name="subscriber_newsletters[]"  />
				<label class="nws_cat_lbl">Stress Management</label><br />
							<input id="subscriber_newsletters_9" class="nws_cat_cbx" type="checkbox" value="9" name="subscriber_newsletters[]"  />
				<label class="nws_cat_lbl">Doctor's Announcements</label><br />
								</div>	
				<div class="news_mod_ver clearfix verify_required">
			<input type="text" name="required_email" value="" />
			<input type="hidden" name="verification_timestamp" value="1524677039" />
		</div>
				<div class="news_mod_sbmt">
			<input type="hidden" name="form_id" value="inews_subscribe" />
			<input type="hidden" name="subscriber_icard" value="0" />
      <input type="submit" name="button_add" value=" Subscribe " class="nws_smt_btn" title="Submit Your Subscription" />
    </div>
  </form>
</div>
                            </div>

            <div class="pTab03" id="tab03_container">
                            </div>
        </div>

        <div class="copyright_area clearfix">
            <div class="copyright_left">
                Copyright &copy;2018 ChiroMatrix. All Rights Reserved. Chiropractic Website By <a href="http://chiromatrix.com" target="_blank">ChiroMatrix</a>
            </div>

            <div class="copyright_right">
                                    <a href="http://marionchiropractic.ca/terms_of_use.html">Terms of Use</a> |
                                                    <a href="http://marionchiropractic.ca/privacy_policy.html">Privacy Policy</a> |
                                                <a href="https://marionchiropracticca.chiromatrixbase.com/icontrol/login.php?marionchiropractic_ca=5vgjok7erktg9rise0f5g1ou63" target="_blank">Client Admin</a> |
                <a href="http://marionchiropractic.ca/imatrix.php?reload_menu=1" rel="nofollow">Refresh *</a> |
                <a class="scroll_top icon_small_arrow top_white" href="#top" title="Scroll to top">Top</a>
            </div>

        </div>

    </div>

</div>


</div>



<script>

    $("#custom_content_menu").attr("class", "sf-menu");

    if( $("#calendar_button") )
    {
        $("#custom_content_menu").append( $("#calendar_button").parent() );
    }
    if( $("#blog_button") )
    {
        $("#custom_content_menu").append( $("#blog_button").parent() );
    }
    if( $("ul#store_content_menu") )
    {
        $("#store_content_menu li:first").appendTo( $("#custom_content_menu") );
    }

    $("#menuWrap").css("display", "block");

    $("#custom_content_menu li a").each( function() {

        var depth = '';
        if( ( $(this).parents( "li").length - 1 ) == 1 )
        {
            var depth = '&nbsp;&nbsp;-- ';
        }
        else if( ( $(this).parents( "li").length - 1 ) > 1 )
        {
            var depth = '&nbsp;&nbsp;&nbsp;&nbsp;---- ';
        }

        selected = '';
        if( $(this).attr( "href" ) == window.location.href )
        {
            selected = ' selected';
        }

        $(".mobile_menu select").append( '<option value="'+$(this).attr( "href" )+'" '+selected+'>'+depth+$(this).text()+'</option>' );
    });

    
    $("#custom_content_menu li:first").addClass( "selected" );

    
        $( "#community_content_toggle").next().find("> ul:last").append( '<li><a href="/3d_spine/nerve_chart/index.htm" class="launch_spine_simulator" onClick="window.open(this.href); return false;" title="Launch 3D Spine Simulator">3D Spine Simulator</a></li>' );
    
    
    
</script>

<script type="text/javascript">
<!--

function set_cookie(cookieName,cookieValue,nDays) {
	var today = new Date();
	var expire = new Date();
	if (nDays==null || nDays==0) nDays=1;
		expire.setTime(today.getTime() + 3600000*24*nDays);

	document.cookie = cookieName + "=" + escape(cookieValue) + ";expires=" + expire.toGMTString();
}

function get_cookie ( cookie_name )
{
  var results = document.cookie.match ( cookie_name + '=(.*?)(;|$)' );

  if ( results )
    return ( unescape ( results[1] ) );
  else
    return null;
}


function roll(img_name, img_src)
   {
   document[img_name].src = img_src;
   }


//script for collapse through pages using a cookie
// if cookie:'collapse_header' is not set, set it to 'stop'
if(get_cookie('collapse_header') == null){
	set_cookie('collapse_header', 'Stop', null);
}

var flip = get_cookie('collapse_header');
toggle();

//***************************************

function toggle() {
	if(document.getElementById('toggle')){
		if (flip == "Start") {
			flip = "Stop";
			//insert start code here
			Set_Cookie( 'collapse_header', 'Start', '', '/', '', '' );
			copy ='<a href="#" class="expand" onclick="toggle();" title="show/hide banner">Expand</a>';
			document.getElementById('toggle').innerHTML=copy;
			document.getElementById('header').style.display='none';
		} else {
			flip = "Start";
			//insert stop code here
			Set_Cookie( 'collapse_header', 'Stop', '', '/', '', '' );
			copy ='<a href="#" class="collapse" onclick="toggle();">Collapse</a>';
			document.getElementById('toggle').innerHTML=copy;
			document.getElementById('header').style.display='block';
		}
	}
}

//***************************************

function Set_Cookie( name, value, expires, path, domain, secure )
{
// set time, it's in milliseconds
var today = new Date();
today.setTime( today.getTime() );
/*
if the expires variable is set, make the correct
expires time, the current script below will set
it for x number of days, to make it for hours,
delete * 24, for minutes, delete * 60 * 24
*/
if ( expires )
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date( today.getTime() + (expires) );

document.cookie = name + "=" +escape( value ) +
( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) +
( ( path ) ? ";path=" + path : "" ) +
( ( domain ) ? ";domain=" + domain : "" ) +
( ( secure ) ? ";secure" : "" );
}


//***************************************

sfHover = function() {

	var list = new Array("custom_content_menu","custom_content_member_menu","community_content_menu", "community_content_member_menu", "exercise_content_menu");
	for(var a = 0; a < list.length; a++) {
		// check obj existence
		if(document.getElementById(list[a])){

			var sfEls = document.getElementById(list[a]).getElementsByTagName("LI");
			for (var i = 0; i < sfEls.length; i++) {
				sfEls[i].onmouseover=function() {
					this.className+=" sfhover";
				}

				sfEls[i].onmouseout=function() {
					this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
				}
			}
		}
	}
}

//only load for IE6 or older
var browser=navigator.appName;
temp=navigator.appVersion.split("MSIE")
version=parseFloat(temp[1])
if (browser=="Microsoft Internet Explorer" && version<=6)
{
	if (window.attachEvent) window.attachEvent("onload", sfHover);
		alert('Your version of Internet Explorer is not supported. Please upgrade to Internet Explorer 7 or higher for a better surfing experience. The free upgrade is available at www.microsoft.com.');
		}

//*************************************** show/hide icalendar popup

function openEventInfo(id) {
	var eventWin = document.getElementById(id);

	eventWin.style.visibility = 'visible';
}
function sustainEventInfo(id) {
	var eventWin = document.getElementById(id);
	eventWin.style.visibility = 'visible';
}
function closeEventInfo(id) {
	var eventWin = document.getElementById(id);
	eventWin.style.visibility = 'hidden';
}

//-->
</script><script>
if($('.contact_us_form').length >=1 ){    
                    $('#directions_from').keypress(function(e) {
                        if(e.which == 13) {
                            document.getElementById('directions_getmap').click();
                        }
                    });
                }

</script>
<script type="text/javascript" src="/js/ada_button.js"></script></body>

</html>
