$(document).ready(function(){
    window.onload = editContent;
    $("a[rel='galery']").colorbox();
});

window.onresize = editContent;

