Recent Public Consultations
+ '
' + '
' + item['title'] + '
' + '
' + '
' + '
' + ((item['summary'] == undefined)? "": item['summary']) + '
' + '
' + '
' + '
' + '
' + '
' + '' + 'Started' + '' + '' + item['daysAgo'] +' day(s)' + '' + '
' + '
' + '' + 'Status' + ''; if (item['situation'] == "ongoing") { html = html + '' + 'Ongoing' + ''; } if (item['situation'] == "ending") { html = html + '' + 'Ending' + ''; } if (item['situation'] == "ended") { html = html + '' + 'Ended' + ''; } html = html + '
' + '
' + '
' + '
' + '
' + '
' + 'more' + '
' + '
' + '' + '
' + '
' + '
'; return html; } -->