reg.setup('div.post a@href*=".jpg",div.post a@href*=".JPG"',function(){
	var posty = reg.getParent(this, "div.post");
	if(!this.rel && posty.id && this.getElementsByTagName('img')[0]){	
		this.rel = 'lightbox['+posty.id+']';
	}else if(!this.rel){
		this.rel = 'lightbox';
	}
});

