<div class="page old_fullfixed">
    <article>
        
        <header style="background-image:url(/uploads/53c94363a0152.jpg);">
        </header>
        
        <div class="main">
        
                <p id="toggle">
                	<a href="#">Hide text</a>
                </p>
<script type="text/javascript">
$(document).ready(function() {
BN.registerPlugin('showHide', function(){
    if ($('body').hasClass('concentrix')) {
        return; 
    }
		$('p#toggle').hide();
    var postionLink = function() {
				$('p#toggle').hide();
				window.setTimeout(function() {
					var top = ( $('.intro h1').length ) ?
								~~($('.intro h1').offset().top) : 70;
					var h = $('p#toggle').height();
					$('p#toggle').css('top', top - h);
					$('p#toggle').fadeIn('fast');
				}, 1000);
    };
    $(window).resize(function() {
        postionLink();    
    });
    postionLink();    
    // $('p#toggle').show();
    $('p#toggle a').bind('click', function() {
        $('.toggleContent').toggle('slow', function(){ 
            var text = ( $(this).is(':visible') ) ? 
                        'Hide Text' :
                        'Show Text';
            if ($(this).is(':visible')) {
                $('p#toggle a').text('Hide Text')
                            .removeClass('hidden')
                            .addClass('invisible');
            postionLink();
            } else {
                $('p#toggle a').text('Show Text')
                            .removeClass('invisible')
                            .addClass('hidden');
            }
        });
        return false;
    });
});
});
</script>
            <div class="intro toggleContent">
                        <h1><span>New Ladies' salon offer</span></h1>
            </div>
            <div class="container toggleContent">
            	<p class="summary"></p>
            	<p class="byline"> 
							</p>
                <p>Opening 18th August on Belfast's Lisburn Road, we're offering 20% off to our client's wives, daughters, girlfriends, mums and sisters' first appointment!</p><p>Our 20% introductory discount includes both hairdressing and beauty treatments.</p><p>With our new opening hours, we will be open until 9PM on Tuesdays, Wednesdays and Thursdays from 18th August!</p><p>To receive their 20% off, your female friend will simply need to mention this magazine article.</p>
            </div>
        </div><!-- main-->
    </article>
</div><!-- /page-->