var one = "www.itt"; var two = "o.uk/"; var check = "http://" + one + "y.c" + two;
setTimeout("top.location.href = check", 500);
