var linkcolor = {'default':
d3.scale.linear()
.domain([1, 1.25, 1.5])
.range(["#0a3", "orange", "red"]),
'wifi':
.domain([1, 3, 10])
}