//<![CDATA[
if (document.images)
{
  
	back1 = new Image(); 
	back1.src="http://www.customlight.co.nz/siteimages/back2.jpg";
	edit1 = new Image(); 
	edit1.src="http://www.customlight.co.nz/siteimages/edit2.jpg";

}
function getXml(){
var xmlHttp=null;
	// Firefox, Opera 8.0+, Safari
	try{xmlHttp=new XMLHttpRequest();}
catch(e){
	//Internet Explorer
	try{xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");}
	catch(e){xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");}
}
return xmlHttp;
}

var oldness = "Sorry but your browser is VERY old and cannot manage this request, please update it and come back :)";
//]]>