<div class="page fullfixed">
<article>
<header style="
background-color: #fff;
background-image:url(/uploads/51d6a4449b00c.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>Make Your Own Cracked Skin Blend </h1>
</div>
<div class="container toggleContent">
<p class="summary">A natural, home made remedy to heal cracked skin. Blend our special mix of essential oils to soothe and repair the broken skin. Includes Spike Lavender, Myrrh, Sweet Orange and more beautiful ingredients which work hard to naturally cure your cracked skin.</p>
<p class="byline"> </p>
<iframe width="420" height="315" src="//www.youtube.com/embed/BQjkVH9XpbE" frameborder="0" allowfullscreen=""></iframe>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->