var Util = new function() {};

Util.redirect = function(url)
{
    window.location=url;
}
