/**
 * @author ajl
 */

AGNCY.Portfolio = new function() {
	var self = this;
	
	this.init = function() {
		$("div.portfolioEntryDIVPictures img").reflect();
    }
};

$(AGNCY.Portfolio.init);