var lines = [];

function getLine(name) {
	return lines[name];
}