function tsf_display(key, url)
{
  var now = new Date();
  var str = 't=' + now.getYear() + now.getMonth() + now.getDay() + now.getHours() + now.getMinutes() + now.getSeconds();
  new Ajax.Updater(key, url, {method: 'get', parameters: str});
}
