anychart.onDocumentReady(function () {
var stage = anychart.graphics.create("container");
var table = anychart.standalones.table();
table.getRow(0).height(40);
table.getCol(0).width(70);
table.cellFill("#FFFFE0");
table.getCell(1,1).border({
table.getCell(3, 1).border({
table.vAlign("middle").hAlign("center");
table.container(stage).draw();