<div class="page fullfixed">
<article>
<header style="
background-color: #fff;
background-image:url(/imageLibrary/droplets.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(){
$('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>Banish Bruises</h1>
</div>
<div class="container toggleContent">
<p class="summary">A natural remedy for bruising made from our unique blend of essential oils. You can make your own blend at home to speed up the healing of bruising and visibly reduce the appearance at the site of the bruise. It is so important to use our wonderful natural remedies to treat our skin and bodies.</p>
<p class="byline"> </p>
<iframe width="420" height="315" src="//www.youtube.com/embed/nUYKFeaKPKs" frameborder="0" allowfullscreen=""></iframe>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->