﻿window.addEvent('domready', function(e) {
    SqueezeBox.assign($$('a[rel=modal]'));
	    // add overtext to all elements with the class overtext
	$$('.overtext').each(function(el) {
        new OverText(el);
    });
});
