<!-- <![CDATA[
var xponsor = {
  author : "Xponsor",

  addEventListener : function(o, typeEvent, callback)
  {
    if (o.addEventListener)
    {
      o.addEventListener(typeEvent, callback, false);
    }
    else if (o.attachEvent)
    {
      o.attachEvent("on" + typeEvent, callback);
    }
  }
};
// ]]> -->
