window.onload = function(){
var container = document.getElementById("example-container"),
columns = 6, rows = 4,
bounds,
notepad,
pos = new toxi.geom.Vec2D(),
circles;
bounds = new toxi.geom.Rect({
x: container.offsetLeft,
y: container.offsetTop,
width: window.innerWidth,
height: 600
});