
// (c) 2008, Przemysław Wądołowski

$(document).ready(init);

function init()
{
  $('a[rel=lightbox]').lightbox();
}
