
function paintAboutNews(){var body=document.getElementById('centerContentOneCol');var handler=new PinkNewsHandler(body);if(id==undefined)
handler.run();else{handler.doPinkNewsDetail({id:id})}}
function PinkNewsHandler(body){this.body=body;this.listHandler=new ListPinkNewsSimple(iqCaller,new NewsWorklistDOM(false),PAGE_SIZE_WORKLIST,undefined,undefined,APPLICATION_ID_OTCQX,this);}
PinkNewsHandler.prototype.run=function(){this.listHandler.doLatestQx(this.body);}
PinkNewsHandler.prototype.doPinkNewsDetail=function(record){this.listHandler.showContents(false,record.id,{'body':this.body,'applicationId':APPLICATION_ID_OTCQX,'statusId':STATUS_ID_ACTIVE});}