<div class="page old_fullfixed">
<article>
<header style="background-image:url(/uploads/536267f177d1c.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>Refurbishment Work Update</span></h1>
</div>
<div class="container toggleContent">
<p class="summary">Following the successful refurbishment of Ballygally Castle the renovation work within the Hastings Hotels Group has not stopped. Both the Percy French Inn and Cultra Inn have undergone work! Call in, sample our delicious new menus and let us know what you think!</p>
<p class="byline">
</p>
<p><img src="/uploads/535f5f361be2d.jpg"></p><p><img src="/uploads/535f5f6218043.jpg"></p><p><img src="/uploads/535f5f7d33f1f.jpg"></p><p><img src="/uploads/535f60613efec.JPG"></p><p><img src="/uploads/535f6077ab7b0.JPG"></p>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->