﻿$(document).ready(function() {
    location.href = $("#redirectContainer input:hidden:first").val();
});
