function Forwardit(key, ovkey)
{
	var destination_a = "http://www.regcure-pc-optimizer.com/download-instructions.php?key=";
	var destination = destination_a + key + "&OVKEY=" + ovkey;
	setTimeout("window.location.href='"+destination+"'",4000);
	return true;
}
