
// download page redirect

function ForwardDownload()
{
	var destination = "http://secureuninstaller.com/download.php";
	setTimeout("window.location.href='"+destination+"'",1000);
	return true;
}

