<div class="page old_fullfixed">
<article>
<header style="background-image:url(/uploads/52a5f09b7530e.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>It's beginning to look a lot like Christmas ...</span></h1>
</div>
<div class="container toggleContent">
<p class="summary">Which Hotel do you think has the most beautiful tree?
"Like" us on Facebook and let us know!</p>
<p class="byline">
</p>
<p>
<strong>The Europa Hotel</strong>
</p>
<p>
<img src="/uploads/52a1b74c043b3.jpg" style="opacity: 1; width: 818px; ">
</p>
<p>
<strong>The Stormont Hotel</strong>
</p>
<p>
<img src="/uploads/52a1b92661f5b.jpg">
</p>
<p>
<strong>The Slieve Donard Resort and Spa</strong>
</p>
<p>
<img src="/uploads/52a1b7f4c578a.JPG" style="opacity: 1; ">
</p>
<p>
<strong>The Culloden Estate and Spa</strong>
</p>
<p>
<img src="/uploads/52a1b898acf82.jpg">
</p>
<p>
<strong>The Everglades Hotel</strong>
</p>
<p>
<strong><br>
</strong>
</p>
<p>
<img src="/uploads/52a1b95a0d8e5.jpg">
</p>
<p>
<strong><br>
</strong>
</p>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->