Image 1 of
Sofa $200 CAD (M4S)
Location: Toronto
Condition: Very Good
Location: Toronto
Condition: Very Good
Location: Toronto
Condition: Very Good
↑
window.onload = function() {
var nextArrow = document.querySelector(".summary-carousel-pager-next");
function clickNext() {
nextArrow.click();
}
setInterval(clickNext, 3000);
}