function redirectPage(url)
{
window.location = url;
}


