var stage = acgraph.create("container");
stage.rect(22, 18, stage.width() - 44, stage.height() / 3 - 22)
stage.rect(22, stage.height() / 3 + 18, stage.width() - 44, stage.height() / 3 - 22)
stage.rect(22, stage.height() / 3 + 18, stage.width() - 44, stage.height() / 3 - 22)
.stroke({thickness: .4});