<!-- 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 == 2005){
  document.write("Copyright © 2005 lostdragway.com");
}
else{
document.write("Copyright © 2005-" + y_cur + " lostdragway.com");
}

//******* End Javascript *************** -->
