Eight int’l footballers arriving in Pakistan today
Source: Samaa
Published in Sports on Thursday, July 06, 2017
KARACHI: Eight international footballers, including former Brazilian footballers Ronaldinho and Roberto Carlos, are arriving in Pakistan on Thursday.
Ronaldinho will lead the team which will play two matches during its visit to Pakistan.
The first match will be played on Saturday at Hockey Club of Pakistan in Karachi and second on Sunday in Lahore.
England’s David James and Dutch star George Boateng are also among the top former players to feature in exhibition games in Pakistan.
Most Popular
-
-
Chief Minister Punjab
181176 Views
-
Chairman of Pakistan Tehreek-e-Insaf
158519 Views
-
Ex-Prime Minister of Pakistan
147577 Views
-
Film Actress
106751 Views
');
Recaptcha.widget = Recaptcha.$('recaptcha_widget_div');
}
Recaptcha.reload();
Recaptcha.challenge_callback();
}
}
$('.popup').popover({
html: true,
placement: 'auto',
trigger: 'hover',
container: 'body',
content: function () {
return $('#' + "d" + $(this).attr("id")).html();
}
});
var jcarousel = $('.jcarousel');
jcarousel
.on('jcarousel:reload jcarousel:create', function () {
var width = jcarousel.innerWidth();
if (width >= 600) {
width = width / 1;
} else if (width >= 350) {
width = width / 2;
}
jcarousel.jcarousel('items').css('width', width + 'px');
})
.jcarousel({
wrap: 'circular'
});
var jcarouselauto = $('.jcarousel-auto');
jcarouselauto
.jcarousel({
wrap: 'circular'
})
.jcarouselAutoscroll({
interval: 5000,
target: '+=1',
autostart: true
});
$('.jcarousel-control-prev')
.jcarouselControl({
target: '-=1'
});
$('.jcarousel-control-next')
.jcarouselControl({
target: '+=1'
});
$('.jcarousel-pagination2')
.on('jcarouselpagination:active', 'a', function () {
$(this).addClass('active');
})
.on('jcarouselpagination:inactive', 'a', function () {
$(this).removeClass('active');
})
.on('click', function (e) {
e.preventDefault();
})
.jcarouselPagination({
perPage: 1,
item: function (page) {
return '
' + page + '';
}
});
$(document).ready(function () {
manager = Sys.WebForms.PageRequestManager.getInstance()
manager.add_beginRequest(BeginRequest);
manager.add_endRequest(EndRequest);
});
function pageLoad() {
$(".popupShowWeightage").click(function () {
$('#divWeightage').modal('show')
});
}
function BeginRequest() {
manager._scrollPosition = null;
}
function EndRequest(sender, args) {
manager._scrollPosition = null;
//$('#divPreviousResponses').modal('hide')
}
function hideModal(modalwindow) {
$(modalwindow).modal('hide');
}