//  ######################################################################
//  ##	  Hostel Vacancies - Cold Weather Warning   -   February.2010	##
//  ##	 	written by Georgia Oikonomidou (sirinae@yahoo.com)	##
//  ##		property of the Bradford City Centre Project (BCCP)	##
//  ######################################################################


	var beds = new Array(14);
	var lists = new Array (8);


//  ######################################################################
//  ##									##
//  ##  Enter number of vacant beds next to the approppriate identifier ##
//  ##									##
//  ######################################################################


	beds[0]=" 0 "; 		//  BCCP Hostel <

	beds[1]=" 0 "; 		//  Keyhouse <

	beds[2]=" 1 "; 		//  Salvation Army - Hostel <

	beds[3]=" 2 ";		//  Salvation Army - Resettlement

	beds[4]=" 0 "; 		//  Cyrenians

	beds[5]=" 0 "; 		//  Assisi House

	beds[6]=" 0 "; 		//  Horton Hostel Assoc.

	beds[7]=" 2 family 1 single "; 		//  (w) Blenheim Project <

	beds[8]=" 0 "; 		//  (w) Fairweather Project <

	beds[9]=" 0 "; 		//  (w) Bradford Womens Aid

	beds[10]=" 0 "; 	//  (w) Keighley Womens Aid

	beds[11]=" 0 ";		//  (w) Shipley Womens Aid

	beds[12]=" 0 ";		//  (w) ANAH Project

	beds[13]="  ";		//  LEAVE THIS AS IT IS
	
	

	lists[0]=" 0 ";		//  Shipley STS

	lists[1]=" 0 ";		//  Bradford Foyer

	lists[2]=" 0 ";		//  The Lighthouse

	lists[3]=" 0 ";		//  Homekey Project

	lists[4]=" 0 ";		//  MASTS

	lists[5]=" 0 ";		//  Vicar Lane Housing Scheme

	lists[6]=" N/A ";	//  Impact

	lists[7]="1 (1 move on)";	//  Three Saints Scheme



//  ##	Here you can change the Date

function AddDate() {
	document.write('List last updated: Friday 30th July 2010 at 10:30am');
}


//  ##  Cold Weather Warning

//  ##	Supply the dates between when you want the weather alert to be on.
//  ##	If there is no warning, delete between quotation marks but leave them ""


	var StartDay = "";
	var EndDay = "";