<div class="page old_fullfixed">
<article>
<header style="background-image:url(/uploads/535f650fbd922.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>Father's Day</span></h1>
</div>
<div class="container toggleContent">
<p class="summary">The 15th June 2014 is a special day to say thank you and show your dad just how much he means to you! </p>
<p class="byline">
</p>
<p>At Hastings Hotels there is something to make every father feel special, from a delicious dinner or a luxurious overnight stay to a special spa treatment or a gift cheque that can be spent in any of our Hotels!</p><p>For more information please call 028 9047 1066 or visit <a href="http://www.hastingshotels.com">www.hastingshotels.com</a></p>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->