function SetUpRedirect() 
{
var destination = "http://habitshaper.com/free-trial";
setTimeout("window.location='"+destination+"'",3000);
return true;
}

