﻿/*
 * http://snippets.prendreuncafe.com/snippets/tagged/firebug/order_by/date
 */

function log() {
  try {
    console.log.apply(console, arguments);
  } catch(e) {
    try {
      opera.postError.apply(opera, arguments);
    } catch(e) {
    }
  }
}
