function newsteua_vs(item, section, position, total) {
    jQuery.get('/vs/' + item + '/' + section + '/' + position + '/' + total + '/');
}

