// Redirect the website five times for (let i = 0; i < 5; i++) { window.location.replace("https://www.carandbike.com/"); }