/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

window.addEvent("domready",function(){
    $$(".gallery-icon a").each(function(a){
       a.setProperty("rel", "shadowbox[gallery]");
    });
    
});
window.onload = Shadowbox.init;

