try {
_WidgetManager._HandleControllerResult('LinkList1', 'initial',{'title': 'Links', 'sorting': 'none', 'shownum': -1, 'links': [{'name': 'Steve Gordon Law', 'target': 'http://www.stevegordonlaw.com/'}, {'name': 'The Future Of The Music Business Podcasts', 'target': 'http://www.stevegordonlaw.com/podcasts.htm'}, {'name': 'Hal Leonard', 'target': 'http://www.halleonard.com/'}]});
} catch (e) {
  if (typeof log != 'undefined') {
    log('HandleControllerResult failed: ' + e);
  }
}
