
var pageHandler;function paintPage()
{pageHandler=new Level2Handler(document.getElementById('pageContent'));pageHandler.run();}
function Level2Handler(body)
{this.body=body;var caller=new PinkCommonCalls();var viewer=new Level2SecuritiesWorklistDOM();this.handler=new Level2SecuritiesWorklistSimple(caller,viewer,undefined,this,PAGE_SIZE_LARGE);}
Level2Handler.prototype.run=function()
{this.handler.doAll(this.body);}
Level2Handler.prototype.gotoQuote=function(symbol,securityId)
{appNav.gotoQuotePage(symbol,securityId);}