yearview IE not rendering

I have copied the example with year view.

I do the init like this.

scheduler.config.xml_date="%Y-%m-%d %H:%i";
scheduler.init(“scheduler_here”,schedulerBegin,“year”);
scheduler.load(“someurl.json”,“json”);

Works fine in Firefox and Chrome.
in IE6 && IE8
‘O.parentNode’ is null or not an object
dhtmlxscheduler_year_view.js line:1
Code:0 Char:5753

What am I doing wrong?

nevermind its working now