function confirmation(URL,text)
{
    if (confirm(text)){
        location = String(URL);
    }
}
