function writeJS(){
var str='';
str+='Bike New York, 891 Amsterdam Avenue, New York, NY 10025 &#183;';
str+=' 212 932 BIKE &#183; ';
str+='<a class="smallgrey" href="http://www.bikenewyork.org/contact_form.php4?address=info">info&#64;bikenewyork.org<\/a> <br \/>';
str+='&#169; 1996-2009, Bike New York, all rights reserved. <a class="smallgrey" href="http://www.bikenewyork.org/privacy.html">Privacy policy<\/a>.';
document.write(str);
}
writeJS();
