<div class="page old_fullfixed">
<article>
<header style="background-image:url(/uploads/52a1e6bee51e5.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>Duck Adventures</span></h1>
</div>
<div class="container toggleContent">
<p class="summary">Christmas Party Nights are now in full swing at the Stormont Hotel and Mr Duck went on an adventure to see what happens behind the scenes!</p>
<p class="byline">
</p>
<p>
Mr Duck took a sneak peak at all the preparation that goes into making the delicious Christmas dinners served at the Stormont Hotel and was lucky enough to sample the menu!
</p>
<p>
<img src="/uploads/52a1e75b37ce9.jpg">
</p>
<p>
Next he was off to the Grand Ballroom to help set up the tables and double check everything was in tip top shape for the guests arriving.
</p>
<p>
<img src="/uploads/52a1e74eb406c.jpg" style="opacity: 1; ">
</p>
<p>
He meet lots of lovely new friends on his adventure including the wonderful team in La Scala Restaurant who are all set to welcome guests to the hotel this Christmas!
</p>
<p>
<img src="/uploads/52a1e78816f51.jpg">
</p>
<p>
Finally Mr Duck helped decorate the hotel to make sure it felt festive and welcoming this Christmas, he was even lucky enough to meet Mr Claus himself who make a regular appearance at the Stormont Santa Sunday Buffet Lunches in December
</p>
<p>
<img src="/uploads/52a1e796233f4.jpg">
</p>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->