Community Advice Services on
var now = new Date();
var days = new Array(
'Sunday','Monday','Tuesday',
'Wednesday','Thursday','Friday','Saturday');
var months = new Array(
'January','February','March','April','May',
'June','July','August','September','October',
'November','December');
var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();
function fourdigits(number) {
return (number < 1000) ? number + 1900 : number;}
today = days[now.getDay()] + ", " +
months[now.getMonth()] + " " +
date + ", " +
(fourdigits(now.getYear()));
document.write(today);
Community Advice Services
www.communityadviceservices.org
Second Avenue
Grimsby, DN33 1NU
01472 871383
Get directions
More information »
Community Advice Services provides advice and assistance directly to individuals and groups in North East Lincolnshire on matters relating to social law including welfare benefits, debt, housing and general legal advice.
Community Advice Services is based in the Second Avenue Resource Centre and is open for drop in every weekday morning or can be contacted by telephone on 01472 871383