Code Style test

this.itemDataTable.subscribe("rowMouseoverEvent", this.itemDataTable.onEventHighlightRow);
this.itemDataTable.subscribe("rowMouseoutEvent", this.itemDataTable.onEventUnhighlightRow);
this.itemDataTable.subscribe("rowClickEvent", this.itemDataTable.onEventSelectRow);
this.itemDataTable.subscribe("rowSelectEvent", function(oArgs){
    this.clearTextSelection();
});

Hello World

I’m going to start writing some technical stuff here. It should all be related to Coldfusion, Java, Medical Informatics and other such stuff, but who knows how well I’ll stay on target.