<div class="page fullfixed">
<article>
<header style="
background-color: #fff;
background-image:url(/uploads/54eddf4d4b2cb.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>Calling Car Services </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 idle splish-splosh of orange-green<br>
cabbie paint shades cuts a night's reflective <br>
bloom in airs of protest signs,<br>
a hail of marching feet, vague memories<br>
of lights uncovered, flickering in<br>
polish-finish of your eyeglass frames.<br>
<br>
The times on the waiting porches for them<br>
after five hastily swallowed mixed drinks<br>
when I'd think of holding you between<br>
sky-pine snowfall and errant<br>
atmosphere of electric wire body heat;<br>
<br>
twist as Gaelic flags in winter wind<br>
but they pass as the taxi rain, <br>
the notions pile, <br>
as whiskey ice.</span></p>
</div>
</div><!-- main-->
</article>
</div><!-- /page-->