function runplot() {
	var paper = Raphael(10, 10, graph_width, graph_height);
	sp = new netplot(paper, 0, 0, graph_width, graph_height);
}
