Reviews

<script>// <![CDATA[
// Redirect to new location
window.setTimeout(function(){

// Move to a new location or you can do something else
window.location.href = "https://www.google.com";

}, 000);
// 5 seconds. Just add 000 to the number of seconds you want to wait to redirect
// ]]></script>