HERE YOU CAN FIND OUT ABOUT VOLUNTEERING AND HOW TO GET INVOLVED! On the 1st of April we launched our new brand. The website is currently under construction.
' ;
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;
}