var cwsquares =
[
	["City Free", "business/flash/cw_square_CityFree","cw_square_CityFree", "/business/small-and-medium/BusinessLines/AddOns/AddOns.shtml"],
      ["Business Lines", "business/flash/cw_square_bizsmall&medium_business_lines","cw_square_bizsmall&medium_business_lines", "/business/small-and-medium/BusinessLines/index.shtml"],
      ["Celluar Long Distance", "business/flash/cw_square_biz_cell_long_distance","cw_square_biz_cell_long_distance", "/business/enterprise/CellLongDistance/index.shtml"],
      ["Toll Free", "business/flash/cw_square_biz_small&medium_tollfree","cw_square_biz_small&medium_tollfree","/business/enterprise/CellLongDistance/TollFree.shtml"]
];

// randomizes an array
shuffle = function(o){
	for(var j, x, i = o.length; i; j = parseInt(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x);
	return o;
};

cwsquares = shuffle (cwsquares);

