self.defaultStatus = "Welcome to the Herefordshire Youth Council Website";

function getElemId(objectID){return document.getElementById(objectID);}
function getElemAll(objectID){return document.all[objectID];}
var getElem = (document.getElementById) ? getElemId : getElemAll;

var gInnerWidth = document.body.clientWidth;
if (!gInnerWidth){gInnerWidth = window.innerWidth;}
if (!gInnerWidth){gInnerWidth = 900;}

if(gInnerWidth > 901){
	getElem("wrapper").style.left = ((gInnerWidth - 900)/2) + "px";
}
