Football
Friday, 07 October 2011 22:22
20111007
Italy remain unbeaten in qualification campaign
Last updated: 7th October 2011Â Â 

Claudio Marchisio: Italy celebrate their goal before being pegged back by Ivanovic
Related links
Teams
Also see
Italy held Serbia to a draw in Belgrade to remain unbeaten in qualifying and dent their rivals' hopes of playing at Euro 2012.
Needing a win to earn a spot in the play-offs, the hosts got off to the worst possible start as Claudio Marchisio put Italy ahead after 56 seconds.
Chelsea defender Branislav Ivanovic equalised in the 26th minute and Serbia had several chances to go in front, but were denied by good saves from Gianluigi Buffon.
The result at the Crvena Zvezda Stadium, coupled with Estonia's 2-1 win over Northern Ireland in the other Group C game, dropped Serbia to third, one point behind Estonia who have played all their games.
Serbia must now win their final qualifier at Slovenia on 11th October to reach the play-offs.

Click Here for Your Free Bet
' );
}
});
$.ajax({
url: "/yourview/comments_json/0,26302,7230224_"+selectedPageNumber+"_20,00.txt",
cache: true,
dataType: "json",
success: function(json) {
loadingFinished = true;
$('#load-comments').html('');
processJSONComments(json, selectedPageNumber);
if (typeof _hbPageView != "undefined") {
myPN = hbx.pn + " - " + selectedPageNumber;
myMLC = hbx.mlc + "/" + selectedPageNumber;
_hbPageView(myPN, myMLC);
}
if (typeof SKY_TRACKING != "undefined") {
// section will remain as it is on the page
// contentType will be "article comments" or "match comments"
SKY_TRACKING.contentType = "article comments";
SKY_TRACKING.pagination = "page " + selectedPageNumber;
sky.tracking.launch ( SKY_TRACKING );
}
$('#load-comments').css('min-height', '' );
$('#load-comments').css('display', '' );
$('#load-comments').children('.ss-opinion-comment-box-comment').show();
},
error: function (XMLHttpRequest, textStatus, errorThrown) {
loadingFinished = true;
$('#load-comments #loading').remove();
$('#load-comments').children('.ss-opinion-comment-box-comment').show();
}
});
window.location.hash='yourviewcomments';
return false;
});
}
function processJSONComments(json,page) {
var perPage = 20;
var beginIndex = (page-1) * perPage;
var createdComments = 0;
var comment;
$('.ss-opinion-comment-box ul.pagination li').removeClass('on');
$('.ss-opinion-comment-box ul.pagination').find('li:eq('+page+')').addClass('on');
$('.pag-key span').html(page);
for(var i in json) {
comment = json[i];
createComment(i, comment);
createdComments++;
}
updatePagination(page);
}
function processXMLComments(xml,page) {
var perPage = 20;
var beginIndex = (page-1) * perPage;
var createdComments = 0;
$('.ss-opinion-comment-box ul.pagination li').removeClass('on');
$('.ss-opinion-comment-box ul.pagination').find('li:eq('+page+')').addClass('on');
$('.pag-key span').html(page);
$("comment",xml).each(
function(index,node) {
createComment(index, node);
createdComments++;
}
);
updatePagination(page);
}
function updatePagination(page) {
var paginationItems = $("ul.pagination");
var totalPages = 0;
var startPage = 1;
if( totalPages ' +
startPage + '';
if( startPage == page ) {
$(node).addClass('on');
} else {
$(node).removeAttr('class');
}
$(node).html(pageHtml);
startPage++;
}
);
}
);
setupCommentPageClickHandlers();
}
function createComment(index, commentNode ) {
if(commentNode.ownerDocument) {
var user = $("user",commentNode).text();
var favTeam = $("favTeam",commentNode).text();
var comment = $("body",commentNode).text();
var dateCreated = $("dateCreated",commentNode).text();
var editorComments = $("editorComments",commentNode).text();
} else {
var user = commentNode.user;
var favTeam = commentNode.favTeam;
var comment = commentNode.body;
var dateCreated = commentNode.dateCreated;
var editorComments = commentNode.editorComments;
var nomination = commentNode.ysTitle;
}
var commentHTML = '';
$('#load-comments').append(commentHTML);
}
Read more http://www.skysports.com/football/match_report/0,19764,11065_3264763,00.html
Add comment