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