offer: trace on map at http://www.openstreetmap.org/traces

Hallo,

OSM is very wonderful. But perhaps it is possible to program a little feature for the trace-view at

http://www.openstreetmap.org/traces

If i use the link “map” or perhaps a new link “see trace on map” i want to see the trace on the OSM-Map, perhaps with a code like this:

var lgpx = new OpenLayers.Layer.GML("Tracks", "current.gpx", {
  format: OpenLayers.Format.GPX,
  style: {strokeColor: "green", strokeWidth: 5, strokeOpacity: 0.5},
  projection: new OpenLayers.Projection("EPSG:4326")
});
map.addLayer(lgpx);

Perhaps it is possible. Thank you and Greetings from Germany.