/**
 * @author pbretonfaguy
 */

window.addEvent("domready", function() {
	
	this.products = new Products();

});

