$(function () {
	window.setTimeout("window.location='" + $("#url").val() + "';", 30000);
});
