var customerArray = new Array();
var customerPopulated = false;

function customer(customerName, url){
	this.customerName = customerName;
	this.url = url;
}

function populateCustomerArray(){
	/*var customerElement = new customer;
	customerElement.customerName = "Air Products Medical";
	customerElement.url = "http://www.airproducts.co.uk/index.htm";
	customerArray[customerArray.length] = customerElement;*/
	
	customerElement = new customer;
	customerElement.customerName = "Airedale NHS Trust";
	customerElement.url = "http://www.airedale-trust.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
	/*customerElement = new customer;
	customerElement.customerName = "Ashdown Consultants";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;*/
	
	customerElement = new customer;
	customerElement.customerName = "Ashton, Leigh and Wigan";
	customerElement.url = "http://www.alwpct.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
	customerElement = new customer;
	customerElement.customerName = "Barking, Havering and Redbridge Hospitals NHS Trust";
	customerElement.url = "http://www.bhrhospitals.nhs.uk/aboutus/home.jsp";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Barnsley District General Hospital NHS Trust";
	customerElement.url = "http://www.bhnft.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
	customerElement = new customer;
	customerElement.customerName = "Basildon PCT";
	customerElement.url = "http://www.basildon-pct.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
		customerElement.customerName = "Bedford Hospital NHS Trust";
		customerElement.url = "http://www.bedfordhospital.org.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
		customerElement.customerName = "Bedfordshire & Hertfordshire Ambulance Service";
		customerElement.url = "http://83.138.170.26/bhamb/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
		customerElement.customerName = "Bedfordshire and Luton Community NHS Trust";
		customerElement.url = "http://www.bedfordshire.nhs.uk/default.asp";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
		customerElement.customerName = "Benenden Hospital";
		customerElement.url = "http://www.benendenhospital.org.uk/Home.aspx";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
		customerElement.customerName = "Berkshire Healthcare NHS Trust";
		customerElement.url = "http://www.berkshire.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
		customerElement.customerName = "Birmingham Children's Hospital NHS Trust";
		customerElement.url = "http://www.nhs.uk/england/authoritiestrusts/acute/showTrust.aspx?id=RQ3";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
		customerElement.customerName = "Birmingham Heartlands Solihull NHS Trst (Teaching)";
		customerElement.url = "http://www.heartsol.wmids.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
		customerElement.customerName = "Birmingham Women's Health Care NHS Trust";
		customerElement.url = "http://www.bwhct.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
		customerElement.customerName = "BMI Healthcare";
		customerElement.url = "http://www.bmihealthcare.co.uk/";
	customerArray[customerArray.length] = customerElement;
	
		/*customerElement = new customer;
		customerElement.customerName = "BOC plc";
		customerElement.url = "http://www.boc.com/";
	customerArray[customerArray.length] = customerElement;*/
	
		customerElement = new customer;
		customerElement.customerName = "Bradford Teaching Hospitals NHS Trust";
		customerElement.url = "http://www.bradfordhospitals.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
		customerElement.customerName = "Brent Teaching PCT";
		customerElement.url = "http://www.brentpct.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "Brighton and Sussex Univ Hosps NHS Trust";
			customerElement.url = "http://212.78.82.24/";
	customerArray[customerArray.length] = customerElement;
	
	customerElement = new customer;
		customerElement.customerName = "Bro Morgannwg NHS Trust";
		customerElement.url = "http://www.bromor-tr.wales.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "Buckinghamshire Hospitals NHS Trust";
			customerElement.url = "http://www.buckshospitals.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "Burton Hospitals NHS Trust";
			customerElement.url = "http://www.burtonhospital.com/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "Calderdale and Huddersfield NHS Trust";
			customerElement.url = "http://www.cht.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "Cambridge University NHS Foundation Trust";
			customerElement.url = "http://www.addenbrookes.org.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "Cardiff and Vale NHS Trust";
			customerElement.url = "http://www.cardiffandvale.wales.nhs.uk/portal/page?_pageid=33,1&_dad=portal&_schema=PORTAL";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "Carmarthenshire NHS Trust";
			customerElement.url = "http://www.carmarthen.wales.nhs.uk";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "Chelsea and Westminster Healthcare NHS Trust";
			customerElement.url = "http://www.chelwest.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "Chesterfield and North Derbyshire Royal Hospital NHS Trust";
			customerElement.url = "http://www.chesterfieldroyal.nhs.uk/en/home.aspx";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "Chorley and South Ribble Primary Care Trust";
			customerElement.url = "http://www.chorley-pct.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		/*customerElement = new customer;
			customerElement.customerName = "Clinical & Medical Services (Pty) Ltd";
			customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;*/
	
		customerElement = new customer;
			customerElement.customerName = "Conwy & Denbighshire NHS Trust";
			customerElement.url = "http://www.conwy-denbighshire-nhs.org.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "Cornwall Partnership NHS Trust";
			customerElement.url = "http://www.cornwall.nhs.uk/cpt/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
			customerElement.customerName = "County Durham and Darlington Acute Hos NHS Trst";
			customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "Cromwell Hospital";
				customerElement.url = "http://www.cromwell-hospital.co.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "Dartford and Gravesham NHS Trust";
				customerElement.url = "http://www.dvh.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "Derby Hospitals NHS Foundation Trust";
				customerElement.url = "http://www.derbyhospitals.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "Devon Partnership NHS Trust";
				customerElement.url = "http://www.devonpartnership.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "Doncaster & Bassetlaw Hospitals NHS Trust";
				customerElement.url = "http://www.dbh.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "Doncaster and South Humber Healthcare NHS Trust";
				customerElement.url = "http://www.dash.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "Dorset Healthcare NHS Trust";
				customerElement.url = "http://www.dorsethealthcare.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "Dudley Group of Hospitals NHS Trust";
				customerElement.url = "http://www.dudley.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "East and North Hertfordshire NHS Trust";
				customerElement.url = "http://www.enherts-tr.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "East Anglian Ambulance NHS Trust";
				customerElement.url = "http://www.eastanglianambulance.com/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "East Kent Hospitals NHS Trust";
				customerElement.url = "http://www.kentandmedway.nhs.uk/structure_and_organisations/hospital_trusts/east_kent_hospitals_trust.asp";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "East Lincs Primary Care Trust";
				customerElement.url = "http://www.eastlincs-pct.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
				customerElement.customerName = "East Midlands Ambulance Service NHS Trust";
				customerElement.url = "www.emas.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "East Somerset NHS Trust";
					customerElement.url = "http://www.somerset.nhs.uk/es/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "East Sussex Hospital NHS Trust";
					customerElement.url = "http://www.esht.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "Essex Ambulance Service NHS Trust";
					customerElement.url = "http://www.essexambulance.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "Gateshead Health NHS Trust";
					customerElement.url = "http://www.gatesheadhealth.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "George Eliot Hospital NHS Trust";
					customerElement.url = "http://www.geh.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "Gloucestershire Hospitals NHSFT";
					customerElement.url = "http://www.gloshospitals.org.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "Good Hope Hospital NHS Trust";
					customerElement.url = "http://www.goodhope.org.uk/";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "Guernsey, States of";
					customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "Guilio Botto";
					customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "Gwent Healthcare NHS Trust";
					customerElement.url = "http://www.wales.nhs.uk/sites3/home.cfm?OrgID=79";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "Hampshire Ambulance Service NHS Trust";
					customerElement.url = "http://www.hampshireambulance.nhs";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "Harrogate Health Care NHS Trust";
					customerElement.url = "http://www.harrogatehealth.nhs.uk";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
					customerElement.customerName = "Heatherwood & Wexham Park Hosp NHS Trust";
					customerElement.url = "http://www.heatherwoodandwexham.nhs.uk/index.html";
	customerArray[customerArray.length] = customerElement;
	
		customerElement = new customer;
						customerElement.customerName = "Hereford and Worcester Ambulance Service NHS Trust";
						customerElement.url = "http://www.worcestershirehealth.nhs.uk/HWAS/hereford_and_worcs_ambulance.asp";
		customerArray[customerArray.length] = customerElement;
		
	customerElement = new customer;
	customerElement.customerName = "Hereford Hospitals NHS Trust";
	customerElement.url = "http://www.herefordshire.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
	customerElement = new customer;
	customerElement.customerName = "Hertfordshire Partnership NHS Trust";
	customerElement.url = "http://www.hertsparts.nhs.uk/";
	customerArray[customerArray.length] = customerElement;
	
	customerElement = new customer;
	customerElement.customerName = "Hinchingbrooke Health Care NHS Trust";
	customerElement.url = "";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Hinchingbrooke Health Care NHS Trust";
	customerElement.url = "http://www.hinchingbrooke.org.uk/";
	customerArray[customerArray.length] = customerElement;

	/*customerElement = new customer;
	customerElement.customerName = "Holman Design";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;8/

	customerElement = new customer;
	customerElement.customerName = "Hospital of St John & St Elizabeth";
	customerElement.url = "http://www.hje.org.uk/frm_main.html";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Ipswich Hospitals NHS Trust";
	customerElement.url = "http://www.ipswichhospital.org.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Isle of Wight Healthcare NHS Trust";
	customerElement.url = "http://www.iow.nhs.uk/Trust/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "James Paget Healthcare NHS Trust";
	customerElement.url = "http://www.jpaget.co.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Jersey, States of";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Kent Ambulance NHS Trust";
	customerElement.url = "http://www.kentandmedway.nhs.uk/structure_and_organisations/kent_ambulance_trust.asp";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Kettering General Hospital NHS Trust";
	customerElement.url = "http://www.northamptonshire.nhs.uk/kgh/";
	customerArray[customerArray.length] = customerElement;

	/*customerElement = new customer;
	customerElement.customerName = "Kinetic ICT Solutions Ltd.";
	customerElement.url = "http://www.kineticonline.net/";
	customerArray[customerArray.length] = customerElement;*/

	customerElement = new customer;
	customerElement.customerName = "Kings' Lynn and Wisbech Hospitals NHS Trust";
	customerElement.url = "http://www.qehkl.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	/*customerElement = new customer;
	customerElement.customerName = "LE West Ltd";
	customerElement.url = "http://www.le-west.co.uk/";
	customerArray[customerArray.length] = customerElement;*/

	customerElement = new customer;
	customerElement.customerName = "Leeds Teaching Hospitals NHS Trust";
	customerElement.url = "http://www.leedsteachinghospitals.com/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Leicestershire Partnership NHS Trust";
	customerElement.url = "http://www.leicspt.nhs.uk/transform.asp?directory=about&file=about.xml";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customeName = "Lincolnshire Ambulance and Health Transport Services NHS Trust";
	customerElement.url = "http://www.nhs.uk/england/authoritiesTrusts/ambulance/showTrust.aspx?id=RBXr";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Lincolnshire Partnership NHS Trust";
	customerElement.url = "http://www.lpt.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	/*customerElement = new customer;
	customerElement.customerName = "Linde Gas UK Ltd";
	customerElement.url = "http://www.linde-gas.co.uk/international/web/lg/uk/likelguk.nsf/docbyalias/Homepage";
	customerArray[customerArray.length] = customerElement;*/

	/*customerElement = new customer;
	customerElement.customerName = "LNE/GMED";
	customerElement.url = "http://www.gmed.fr/en/pages/about_LNE_G-MED/activities.asp";
	customerArray[customerArray.length] = customerElement;*/

	customerElement = new customer;
	customerElement.customerName = "London Ambulance Service NHS Trust";
	customerElement.url = "http://www.londonambulance.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "London Clinic";
	customerElement.url = "http://www.lonclin.co.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "London Independent";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Luton and Dunstable Hospitals NHS Trust";
	customerElement.url = "http://www.ldh.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Maidstone & Tunbridge Wells NHS Trust";
	customerElement.url = "http://www.kentandmedway.nhs.uk/structure_and_organisations/hospital_trusts/maidstone_and_tunbridge_wells_nhs_trust.asp";
	customerArray[customerArray.length] = customerElement;

	/*customerElement = new customer;
	customerElement.customerName = "MEC Medical Ltd";
	customerElement.url = "http://mec-medical.co.uk/";
	customerArray[customerArray.length] = customerElement;*/

	/*customerElement = new customer;
	customerElement.customerName = "Medical Equipment Finance Ltd";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;*/

	/*customerElement = new customer;
	customerElement.customerName = "Medical Gas Association";
	customerElement.url = "http://www.hefma.org.uk/refbook/refbook01/mga.htm";
	customerArray[customerArray.length] = customerElement;*/

	/*customerElement = new customer;
	customerElement.customerName = "Medicines and Healthcare products Regulatory Agency";
	customerElement.url = "http://www.mhra.gov.uk/home/idcplg?IdcService=SS_GET_PAGE&nodeId=5";
	customerArray[customerArray.length] = customerElement;*/

	customerElement = new customer;
	customerElement.customerName = "Medway NHS Trust";
	customerElement.url = "http://www.kentandmedway.nhs.uk/structure_and_organisations/hospital_trusts/medway_nhs_trust.asp";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Mid Staffordshire General Hos NHS Trust";
	customerElement.url = "http://www.midstaffs.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Mid Yorkshire Hospital NHS Trust";
	customerElement.url = "http://www.midyorks.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Milton Keynes General Hospital NHS Trust Milton Keynes General NHS Trust";
	customerElement.url = "http://www.mkgeneral.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "NHS GREATER GLASGOW";
	customerElement.url = "http://www.nhsgg.org.uk/content/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "NHS Highland";
	customerElement.url = "http://www.show.scot.nhs.uk/hhb/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "NHS Scotland";
	customerElement.url = "http://www.show.scot.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Norfolk and Norwich University Hospital NHS Trust";
	customerElement.url = "http://www.nnuh.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "North and West Belfast HSS Trust";
	customerElement.url = "http://www.nwb.n-i.nhs.uk/index.html";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "North Bristol NHS Trust";
	customerElement.url = "http://www.nbt.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "North East Wales NHS Trust";
	customerElement.url = "http://www.newalesnhstrust.org.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "North Glamorgan NHS Trust";
	customerElement.url = "http://www.nglam-tr.wales.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "North Hampshire Hospitals NHS Trust";
	customerElement.url = "http://www.northhampshire.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "North Staffordshire Combined Healthcare NHS Trust";
	customerElement.url = "http://www.nsch-tr.wmids.nhs.uk/site/show_page.php3?page_id=1";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "North Warwickshire PCT";
	customerElement.url = "http://www.nw-pct.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Northampton General Hospital NHS Trust";
	customerElement.url = "http://www.northamptonshire.nhs.uk/ngh/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Northamptonshire Healthcare NHS Trust";
	customerElement.url = "http://www.northamptonshire.nhs.uk/nht/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Northern Devon Healthcare NHS Trust";
	customerElement.url = "http://www.northdevonhealth.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Northumbria Health Care NHS Trust";
	customerElement.url = "http://www.northumbria-healthcare.nhs.uk/index.html";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Nottingham City Hospital NHS Trust";
	customerElement.url = "http://www.ncht.org.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Nottinghamshire Healthcare NHS Trust";
	customerElement.url = "http://www.nottinghamshirehealthcare.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Nuffield Orthopaedic Centre NHS Trust";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Oxford Radcliffe Hospitals NHS Trust";
	customerElement.url = "http://www.oxfordradcliffe.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Oxfordshire Ambulance NHS Trust";
	customerElement.url = "http://www.oxamb.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Oxfordshire Learning Disability NHS Trust";
	customerElement.url = "http://www.oldt.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Papworth Hospital NHS Trust";
	customerElement.url = "http://www.papworthpeople.com/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Pembrokeshire and Derwen NHS Trust";
	customerElement.url = "http://www.pdt-tr.wales.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	/*customerElement = new customer;
	customerElement.customerName = "Penlon Ltd";
	customerElement.url = "http://www.penlon.com/";
	customerArray[customerArray.length] = customerElement;*/

	customerElement = new customer;
	customerElement.customerName = "Peterborough Hospitals NHS Trust";
	customerElement.url = "http://www.peterboroughhospitals.co.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Plymouth Hospitals NHS Trust";
	customerElement.url = "http://80.194.73.68/PlymouthHospitals/default.htm";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Poole Hospital NHS Trust";
	customerElement.url = "http://www.poolehos.org/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Portsmouth Hospitals NHS Trust";
	customerElement.url = "http://www.portshosp.org.uk/locations/smhhtfus.asp";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Princess Alexandra Hospital NHS Trust";
	customerElement.url = "http://www.pah.nhs.uk/live/pah/asp/pah_home.asp";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Princess Royal Hospital NHS Trust";
	customerElement.url = "http://www.bromleyhospitals.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Queen Elizabeth Hospital NHS Trust";
	customerElement.url = "http://www.queenelizabeth.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Queen Mary's Hospital NHS Trust";
	customerElement.url = "http://www.nhs.uk/England/AuthoritiesTrusts/Acute/showTrust.aspx?id=RGZ";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Queen Victoria Hospital NHS Foundation Trust";
	customerElement.url = "http://www.qvh.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Queen's Medical Centre Nottm University NHS Trust";
	customerElement.url = "http://www.qmc.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal Berkshire Ambulance NHS Trust";
	customerElement.url = "http://www.berkshire.nhs.uk/rbat/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal Berkshire and Battle Hosp NHS Trust";
	customerElement.url = "http://www.rbbh.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal Bournemouth and Christchurch NHS Trust";
	customerElement.url = "http://www.rbh.org.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal Brompton and Harefield NHS Trust";
	customerElement.url = "http://www.rbht.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal Cornwall Hospital NHS Trust";
	customerElement.url = "http://www.cornwall.nhs.uk/rcht/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal Devon and Exeter Healthcare Trust";
	customerElement.url = "http://www.rdehospital.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal National Hospital for Rheumatic Diseases  NHS Trust";
	customerElement.url = "http://www.rnhrd.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal National Orthopaedic Hospital NHS Trust";
	customerElement.url = "http://www.rnoh.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal Surrey County Hospital NHS Trust";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal United Hospital Bath NHS Trust";
	customerElement.url = "http://www.ruh-bath.swest.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal West Sussex NHS Trust";
	customerElement.url = "http://www.rwst.org.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Royal Wolverhampton Hospitals NHS Trust";
	customerElement.url = "http://www.royalwolverhamptonhospitals.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Salisbury Health Care NHS Trust";
	customerElement.url = "http://www.salisburyhealthcare.org/home.asp";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Sandwell and West Birmingham Hospitals NHS Trust";
	customerElement.url = "http://www.swbh.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Sherwood Forest Hospitals NHS Trust";
	customerElement.url = "http://www.sfh-tr.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	/*customerElement = new customer;
	customerElement.customerName = "Siare Hospital Supplies";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;*/

	/*customerElement = new customer;
	customerElement.customerName = "Siemens Medical Solutions";
	customerElement.url = "http://www.medical.siemens.com/";
	customerArray[customerArray.length] = customerElement;*/

	/*customerElement = new customer;
	customerElement.customerName = "Smiths Medical";
	customerElement.url = "http://www.smiths-medical.com/";
	customerArray[customerArray.length] = customerElement;*/

	/*customerElement = new customer;
	customerElement.customerName = "Snowden Healthcare Ltd";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;*/

	customerElement = new customer;
	customerElement.customerName = "South Devon Healthcare NHS Trust";
	customerElement.url = "http://www.sdhct.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "South Downs Health NHS Trust";
	customerElement.url = "http://www.southdowns.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "South Essex Partnership NHS Trust";
	customerElement.url = "http://www.southessex-trust.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "South London and Maudsley NHS Trust";
	customerElement.url = "http://www.slam.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "South Warwickshire General Hospital NHS Trust";
	customerElement.url = "http://www.warwickhospital.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "South West London and St George's Mental Health NHS Trust";
	customerElement.url = "http://www.swlstg-tr.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Southampton University Hospital NHS Trust";
	customerElement.url = "http://www.suht.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Southend Hospital NHS Trust";
	customerElement.url = "http://www.southend-hospital.co.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Southern Derbyshire Acute Hospitals NHS Trust";
	customerElement.url = "http://www.derbyhospitals.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	/*customerElement = new customer;
	customerElement.customerName = "Speciality Oxygen Services";
	customerElement.url = "http://www.specialityoxygen.co.uk/";
	customerArray[customerArray.length] = customerElement;*/

	customerElement = new customer;
	customerElement.customerName = "Springfield Hospital";
	customerElement.url = "http://www.wandsworth-pct.nhs.uk/contact/default.asp";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "St George's Healthcare NHS Trust";
	customerElement.url = "http://www.stgeorges.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "St Marys Hospital NHS Trust";
	customerElement.url = "http://www.st-marys.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Staffordshire Ambulance Service NHS Trust";
	customerElement.url = "http://www.staffsamb.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	/*customerElement = new customer;
	customerElement.customerName = "SURGICAL DESIGNS UK LTD";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;*/

	customerElement = new customer;
	customerElement.customerName = "Surrey & Sussex Healthcare NHS Trust";
	customerElement.url = "http://www.surreyandsussex.nhs.uk";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Surrey Ambulance Service NHS Trust";
	customerElement.url = "http://www.surrey-ambulance.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Surrey Hampshire Borders NHS Trust";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Surrey Oaklands NHS Trust";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Sussex Ambulance Service NHS Trust";
	customerElement.url = "http://www.sussamb.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Swansea NHS Trust";
	customerElement.url = "http://www.swansea-tr.wales.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Swindon & Marlborough NHS Trust";
	customerElement.url = "http://www.nhs.uk/england/authoritiestrusts/acute/showTrust.aspx?id=RN3";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Taunton and Somerset NHS Trust";
	customerElement.url = "http://www.somerset.nhs.uk/tst/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "The Birth Centre Ltd";
	customerElement.url = "http://www.birthcentre.com/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "The Portland Hospital for Women & Children";
	customerElement.url = "http://www.theportlandhospital.com/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "The Royal Wolverhampton NHS Trust";
	customerElement.url = "http://www.royalwolverhamptonhospitals.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Trafford Healthcare NHS Trust";
	customerElement.url = "http://www.trafford.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "United Bristol Healthcare NHS Trust";
	customerElement.url = "http://www.ubht.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "United Lincolnshire Hospitals NHS Trust";
	customerElement.url = "http://www.ulh.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "University College London Hospital";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "University Hospital Birmingham NHS Foundation Trust";
	customerElement.url = "http://www.uhb.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "University Hospital of Leicester NHS Trust";
	customerElement.url = "http://www.uhl-tr.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "University Hospital of North Staffordshire NHS Trust";
	customerElement.url = "http://www.nsht.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "University Hospitals Coventry and Warwickshire NHS Trust";
	customerElement.url = "http://www.uhcw.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	/*customerElement = new customer;
	customerElement.customerName = "UT Care";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;*/

	customerElement = new customer;
	customerElement.customerName = "Walsall Hospitals NHS Trust";
	customerElement.url = "http://www.walsallhospitals.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Warwickshire Ambulance Service NHS Trust";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Wellington Hospital";
	customerElement.url = "http://www.thewellingtonhospital.com/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "West Dorset General Hospitals NHS Trust";
	customerElement.url = "http://www.dch.org.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "West Herts Hospitals NHS Trust";
	customerElement.url = "http://www.westhertshospitals.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "West Middlesex University Hospital NHS Trust";
	customerElement.url = "http://www.west-middlesex-hospital.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "West Midlands Ambulance Service NHS Trust";
	customerElement.url = "http://www.wmas.org/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "West Suffolk Hospitals NHS Trust";
	customerElement.url = "http://www.wsh.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "";
	customerElement.url = "";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Weston Area NHS Trust";
	customerElement.url = "http://www.waht.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Whipps Cross University Hospital NHS Trust";
	customerElement.url = "http://www.whippsx.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Whittington Hospital NHS Trust";
	customerElement.url = "http://www.whittington.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Wirral Hospital NHS Trust";
	customerElement.url = "http://www.wirralhealth.org.uk/wirral_health/index.asp";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Worcestershire Acute Hospitals NHS Trust";
	customerElement.url = "http://www.worcestershirehealth.nhs.uk/Acute_Trust/home.asp";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Worthing and Southlands NHS Trust";
	customerElement.url = "http://www.worthinghospital.nhs.uk/";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "Worthing Priority Care NHS Trust";
	customerElement.url = "#";
	customerArray[customerArray.length] = customerElement;

	customerElement = new customer;
	customerElement.customerName = "York Hospital NHS Trust";
	customerElement.url = "http://www.yorkhealthservices.org/";
	customerArray[customerArray.length] = customerElement;

	randomiseCustomerArray();
	
	customerPopulated = true;
}

function randomiseCustomerArray(){
	for(var i=0; i < (customerArray.length * 5); i++){
		randomNum1 = (Math.round((Math.random()*(customerArray.length-1))));
		randomNum2 = (Math.round((Math.random()*(customerArray.length-1))));
		
		var holder = customerArray[randomNum1];
		customerArray[randomNum1] = customerArray[randomNum2];
		customerArray[randomNum2] = holder;
	}
}

function generateCustomerHtml(){
	if(!customerPopulated){
		populateCustomerArray();
	}
	var html = "";
	for(var i=0; i < customerArray.length; i++){
		if(i==(customerArray.length-1)){
			html +=  generateCustomerHyperLink(customerArray[i]);
		} else {
			html += generateCustomerHyperLink(customerArray[i]) + "<br/><br/>";
		}
	}
	
	return html;
}

function generateCustomerHyperLink(customerElement){
	var html = '<a class="scroll_customers" href="'+customerElement.url+'" target="_blank">'+customerElement.customerName+'</a>';
	return html;
}