<div class="page fullfixed">
<article>
<header style="
background-color: #fff;
background-image:url(/uploads/54eddf64a32ff.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>Nightly Moves </h1>
</div>
<div class="container toggleContent">
<p class="summary">[Originally Published in Issue 4] </p>
<p class="byline">Carter Vance </p>
<p><span style="font-family: Georgia;">The early-oncoming chill of unseasonable<br>September slithers around broken <br>church tenement's cracked oak windowframe, <br>wraps about my shoulders as patch-patterned <br>quilting, each square a figment-face lost<br>in wiry AT&T-Rogers state code<br>speaking,<br><br>A stench of stoked coal burns through <br>sinus, infected with a slimmer shape's <br>possible promise, the hammered smokestack<br>clang of smelting steel fell silent,<br>bright as the motel vacancy sign once<br>could have been before a manager neglected<br>maintenance. <br><br>We fill time as teacup jades, <br>blackened patterns crawling through the <br>winded cupboard clatters, of cement <br>and plaster still finding its settle in<br>the bony fragment sand.</span></p>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->