function delplayer(&$smarty)
{
    $tournaments = new tournaments(trim($_REQUEST['id']));
    $tournaments->remove_player($_REQUEST['sid']);
}