﻿function redirectUrl(url)
{
    window.location = url;
}