<!-- Hide script from non-javascript enabled browsers

// ***** Retrieve current date information ********************

var y_cur = 0;
var today=new Date();

var y_cur=today.getFullYear();


if (y_cur == 2003){
  document.write("<center>Copyright © 2003 detroitsantarchy.net</center>");
}
else{
document.write("<center>Copyright © 2003-" + y_cur + " detroitsantarchy.net</center>");
}

//******* End Javascript *************** -->
