var output = '
Volunteer Now: connect. build. change

On 1 April 2010 Loughside Volunteer Centre merged with 8 other volunteer centres and the Volunteer Development Agency to form a new volunteering organisation called Volunteer Now.

Volunteer Now is a regional to local organisation that will work to promote, enhance and support volunteering across Northern Ireland.

A Charity (Inland Revenue) No. XT22896 Company Limited by Guarantee No. NI602399 Registered in Northern Ireland

Merger Partners: Armagh and Dungannon Volunteer Centre, Ballymena and Larne Volunteer Centre, Down District Volunteer Centre, Loughside Volunteer Centre, Newry and Mourne Volunteer Centre, Lisburn Volunteer Centre and VSB (Belfast and Castlereagh, Fermanagh and North Down and Ards Volunteer Centres) and the Volunteer Development Agency.
Click here to access the website and find out more about volunteering
' ; function msetCookie(c_name,value,expiredays) { var exdate=new Date(); exdate.setDate(exdate.getDate()+expiredays); document.cookie=c_name+ '=' +escape(value)+((expiredays==null) ? '' : ';expires='+exdate.toGMTString()); } function mgetCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + '='); if (c_start!=-1) { c_start=c_start + c_name.length+1; c_end=document.cookie.indexOf(';',c_start); if (c_end==-1) c_end=document.cookie.length; return unescape(document.cookie.substring(c_start,c_end)); } } return '' ; } //set cookie document.write(output); document.getElementById('vsnsplash').style.position = 'fixed'; var viewportwidth; var viewportheight; // the more standards compliant browsers (mozilla/netscape/opera/IE7) use window.innerWidth and window.innerHeight if (typeof window.innerWidth != 'undefined') { viewportwidth = window.innerWidth, viewportheight = window.innerHeight } // IE6 in standards compliant mode (i.e. with a valid doctype as the first line in the document) else if (typeof document.documentElement != 'undefined' && typeof document.documentElement.clientWidth != 'undefined' && document.documentElement.clientWidth != 0) { viewportwidth = document.documentElement.clientWidth, viewportheight = document.documentElement.clientHeight } // older versions of IE else { viewportwidth = document.getElementsByTagName('body')[0].clientWidth, viewportheight = document.getElementsByTagName('body')[0].clientHeight } document.getElementById('vnsblanket').style.position = 'fixed'; document.getElementById('vnsblanket').style.width = viewportwidth+'px'; document.getElementById('vnsblanket').style.height = viewportheight+'px'; var postop = viewportheight > 656 ? (viewportheight-656)/2 : 35 ; var posleft = viewportwidth > 960 ? (viewportwidth-960)/2 : 15 ; document.getElementById('vsnsplash').style.top = postop+'px'; document.getElementById('vsnsplash').style.left = posleft+'px'; function closeVsnSplash() { document.getElementById('vsnsplash').style.display = 'none'; document.getElementById('vnsblanket').style.display = 'none'; return false; }