var intersections = new Array();

intersections["one-across-three"] = "four-down-three";
intersections["two-across-one"] = "four-down-six";
intersections["two-across-four"] = "five-down-three";
intersections["three-across-one"] = "four-down-twelve";
intersections["three-across-four"] = "six-down-four";