<div class="page fullfixed">
<article>
<header style="
background-color: #ffffff;
background-image:url(/uploads/5288f51eb6fc3.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>Contents</h1>
</div>
<div class="container toggleContent">
<p class="summary"></p>
<p class="byline"> </p>
<ol>
<li><span style="font-family: Georgia;"><strong>Wind Warriors. </strong>John Budinsky.<em> A look at Ontario's wild wind activists</em></span></li>
<li><span style="font-family: Georgia;"><strong>Grudge Match</strong>. James R Baird Rimmer & Patrick Noland. <em>Should defeated MP's run again?</em></span></li>
<li><span style="font-family: Georgia;"><strong>J-a-z-z.</strong> AK Lamm. <em>A piece of fiction</em>.</span></li>
<li><span style="font-family: Georgia;"><strong>Life & Breath.</strong> Kylie Bergfalk. <em>A Poem. </em></span></li>
<li><span style="font-family: Georgia;"><strong>Post Script.</strong> James Rimmer, Editor-in-Chief. </span></li>
<li><span style="font-family: Georgia;"><strong>About the contributors</strong>.</span></li></ol>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->