myhealthandgreen
myhealthandgreen

About




example


You will be redirected to google shortly.

setTimeout(function(){
window.location.href="http://www.google.com"; // The URL that will be redirected too.
}, 3000); // The bigger the number the longer the delay.