// Viewer de produits à l'accueil
window.addEvent('domready',function(){
	new viewer($$('#box1 img)')).play(true);
	new viewer($$('#box2 img)')).play(true);
});