function iRedirect(iurl)
{
    url = location.protocol + "//" + location.host + iurl

    location.href= url;
}