Yogeshwar Dutt Not Participating in Pro Wrestling League
Editorials News | Dec-30-2016
The champion, Yogeshwar Dutt will not be participating in the pro-Wrestling League, starting from December-15. As per the current report the winner of
Recently, Dutt has also represented Haryana franchise, last year. The reports have also showed that the possibility of Sushil Kumar’s participation in the second season of Pro Wrestling League (PWD) is next to nil. Additionally, the rising star of wrestling, Yogeshwar Dutt is also likely to opt out of the event.
The champion, Yogeshwar Dutt was last seen in action at the Rio Olympic Games. During
Content Source: https://sports.ndtv.com/wrestling/yogeshwar-dutts-participation-highly-unlikely-in-pro-wrestling-league-1539399
Image: http://www.olympicsupdate.com/2016-rio-olympics-wrestler-yogeshwar-dutt-books-place-india-65kg-category/
Related News
-
Nepal's Hydropower Projects
-
Improving Education in Nepal
-
Women's Empowerment in Nepal
-
Nepal's Agricultural Development
-
Advances in Russian Neuroscience: New Hope for Patients
-
Russian Scientists Discover New Gene Therapy Techniques
-
Russia's Biomedical Industry: Growing Innovations
-
History of Indigo Plantation in Colonial India
-
Diwali: Festival Of Lights Not Crackers
-
Impact of Social Media on the Culture
Most popular news
- The Law Of Equivalent Exchange
- Essay On Issues And Challenges Of Rural Development In India
- Srinivasa Ramanujan And His Inventions
- The Youth Is The Hope Of Our Future!
- Poverty In India: Facts, Causes, Effects And Solutions
- Top 20 Outdoor Games In India
- Festivals Of India: Unity In Diversity
- Role Of Women In Society
- The Impact Of Peer Pressure On Students' Academic Performance
- Books As Companion
$(document).ready(function () {
var settime = new Date();
$('#btnCancel').click(function () {
localStorage.setItem("WaterPopUp", settime.getTime());
});
var current = new Date();
var val = localStorage.getItem("WaterPopUp");
if (val == null) {
$('#Waterdaypopupid1').show();
}
else {
var diff = (current.getTime() - val) / 1000;
diff /= (60 * 60);
var difference = Math.abs(Math.round(diff));
if (difference >= 6) {
$('#Waterdaypopupid1').show();
}
else {
$('#Waterdaypopupid1').hide();
}
}
});
//$(document).ready(function () {
//
// var settime = new Date();
// $('#btnCancel').click(function () {
// localStorage.setItem("WaterPopUp", settime.getTime());
// });
// var current = new Date();
// var val = localStorage.getItem("WaterPopUp");
// if (val == null) {
// $('#waterdaypopup').show();
// }
// else {
// var diff = (current.getTime() - val) / 1000;
// diff /= (60 * 60);
// var difference = Math.abs(Math.round(diff));
// if (difference >= 6) {
// $('#waterdaypopup').show();
// }
// else {
// $('#waterdaypopup').hide();
// }
// }
//});
//$(window).load(function () {
// setTimeout(function () {
// $(".worldwaterdaypop,.fade_back").addClass("active");
// }, 10000);
//});
//$(".worldwaterdaypop span,.fade_back").click(function () {
// $(".worldwaterdaypop,.fade_back").removeClass("active");
//});
$(window).load(function () {
setTimeout(function () {
$(".worldwaterdaypop2,.fade_back").addClass("active");
}, 1000);
});
$(".worldwaterdaypop2 span,.fade_back").click(function () {
$(".worldwaterdaypop2,.fade_back").removeClass("active");
});