function BuildEvents(gGraph){ var newDate = new Date(2025, 5, 23); arrEvents.push({date:newDate, showOnAxis: true,type: "pin", backgroundColor: "#dddddd", borderColor: "#bbbbbb", rollOverColor: "#bbbbbb", graph: gGraph, text: "N", description: "test", url: "https://www.pressviewer.com/profiles/investor/NewsPrint.asp?v=7&m=rl&print=0&b=2857&ID=147052", urlTarget: "_blank"}); }