<!-- Begin

var tell=0
BusHood= new Array
BusTicker= new Array
BusCategory= new Array
BusRank= new Array
BusName= new Array
BusAddress= new Array
BusUrl= new Array
BusTxt= new Array
BusNameSort= new Array

function transbusiness(){
	BusHood[tell]= BusinessInfo[0]
	BusTicker[tell]= BusinessInfo[1]
	BusCategory[tell]= BusinessInfo[2].slice(0,3)
	BusRank[tell]= BusinessInfo[2].slice(3,5)/1
	BusName[tell]= BusinessInfo[3]
	BusNameSort[tell]= BusinessInfo[3]
	BusAddress[tell]= BusinessInfo[4]
	BusUrl[tell]= BusinessInfo[5]
	BusTxt[tell]= BusinessInfo[6]
	tell+=1
	}

/*
Busines categories are:
Sho = Shop (Sales, malls)
Clu = Club (bars, dancing, hang-out)
Res = Restaurant (dining, cafés, take away)
Ser = Services (administration, salons, gyms, research, health)
Rec = Recreation (parks, country side)
Fin = Finance (banks, investment, Real Estates)


*/


// End -->

