TOP EURO 2012
PERNIK EURO
CATATAN EURO
MAN OF THE MATCH
JADWAL PERTANDINGAN
Jadwal pertandingan Euro 2012 Polandia - Ukraina yang telah resmi diumumkan UEFA dalam website mereka.Jumat, 08-06-2012 | ||||
| Polandia | 1-1 | Yunani | ||
Sabtu, 09-06-2012 | ||||
| Rusia | 4-1 | Republik Ceko | ||
| Belanda | 0-1 | Denmark | ||
Minggu, 10-06-2012 | ||||
| Jerman | 1-0 | Portugal | ||
Senin, 11-06-2012 | ||||
| Spanyol | 1-1 | Italia | ||
| Republik Irlandia | 1-3 | Kroasia | ||
| Prancis | 1-1 | Inggris | ||
Selasa, 12-06-2012 | ||||
| Ukraina | 2-1 | Swedia | ||
| Yunani | 1-2 | Republik Ceko | ||
Rabu, 13-06-2012 | ||||
| Polandia | 1-1 | Rusia | ||
Jam pertandingan yang tercantum adalah Waktu Indonesia Barat (WIB).
$(document).ready(function() {
var schedule_date = ['Kamis, 28-06-2012','Jumat, 29-06-2012','Senin, 02-07-2012'];
var schedule_i = 1;
$("#schedule_next").click(function(event){
event.preventDefault();
if(!document.getElementById("schedule"+(schedule_i+1)))
{
return false;
}
var box = $("#schedule"+schedule_i);
$(box).css("position", "absolute");
box.animate(
{
left:"-400px",
opacity: 1,
width: "300px"
},
500,
function(){
schedule_i++;
$("#schedule_date").html(schedule_date[schedule_i]);
var box2 = $("#schedule"+schedule_i);
$(box2).css("display", "block");
$(box2).css("position", "absolute");
$(box2).css("left", "400px");
box2.animate(
{
left:"0px",
opacity: 1
},
{
duration: 500,
complete: function(){
$(box).css("position", "static");
$(box).css("display", "none");
$(box2).css("position", "static");
}
}
);
}
);
});
$("#schedule_prev").click(function(event){
event.preventDefault();
if(!document.getElementById("schedule"+(schedule_i-1)))
{
return false;
}
var box = $("#schedule"+schedule_i);
$(box).css("position", "absolute");
box.animate(
{
left:"400px",
opacity: 1,
width: "300px"
},
500,
function(){
schedule_i--;
$("#schedule_date").html(schedule_date[schedule_i]);
var box2 = $("#schedule"+schedule_i);
$(box2).css("display", "block");
$(box2).css("position", "absolute");
$(box2).css("left", "-400px");
box2.animate(
{
left:"0px",
opacity: 1
},
{
duration: 500,
complete: function(){
$(box).css("position", "static");
$(box).css("display", "none");
$(box2).css("position", "static");
}
}
);
}
);
});
});
$(document).ready(function() {
var skor_date = ['',];
var skor_i = 1;
$("#skor_next").click(function(event){
event.preventDefault();
if(!document.getElementById("skor"+(skor_i+1)))
{
return false;
}
var box = $("#skor"+skor_i);
$(box).css("position", "absolute");
box.animate(
{
left:"-400px",
opacity: 1,
width: "300px"
},
500,
function(){
skor_i++;
$("#skor_date").html(skor_date[skor_i]);
var box2 = $("#skor"+skor_i);
$(box2).css("display", "block");
$(box2).css("position", "absolute");
$(box2).css("left", "400px");
box2.animate(
{
left:"0px",
opacity: 1
},
{
duration: 500,
complete: function(){
$(box).css("position", "static");
$(box).css("display", "none");
$(box2).css("position", "static");
}
}
);
}
);
});
$("#skor_prev").click(function(event){
event.preventDefault();
if(!document.getElementById("skor"+(skor_i-1)))
{
return false;
}
var box = $("#skor"+skor_i);
$(box).css("position", "absolute");
box.animate(
{
left:"400px",
opacity: 1,
width: "300px"
},
500,
function(){
skor_i--;
$("#skor_date").html(skor_date[skor_i]);
var box2 = $("#skor"+skor_i);
$(box2).css("display", "block");
$(box2).css("position", "absolute");
$(box2).css("left", "-400px");
box2.animate(
{
left:"0px",
opacity: 1
},
{
duration: 500,
complete: function(){
$(box).css("position", "static");
$(box).css("display", "none");
$(box2).css("position", "static");
}
}
);
}
);
});
});
$(document).ready(function() {
var head2head = [['29', '6', '65'],['63', '8', '30'],['36', '11', '53']];
var head2head_country = [['Portugal', 'Spanyol'],['Jerman', 'Italia'],['Spanyol', 'Italia']];
var head2head_i = 2;
$("#head2head_next").click(function(event){
event.preventDefault();
if(!document.getElementById("head2head"+(head2head_i+1)))
{
return false;
}
var box = $("#head2head"+head2head_i);
$(box).css("position", "absolute");
box.animate(
{
left:"-300px",
opacity: 1,
width: "240px"
},
500,
function(){
head2head_i++;
$("#h2h_home_win h5:first").html(head2head_country[head2head_i][0]);
$("#h2h_home_win span:first").html(head2head[head2head_i][0]+"%");
$("#h2h_away_win h5:first").html(head2head_country[head2head_i][1]);
$("#h2h_away_win span:first").html(head2head[head2head_i][2]+"%");
$("#h2h_draw span:first").html(head2head[head2head_i][1]+"%");
var box2 = $("#head2head"+head2head_i);
$(box2).css("display", "block");
$(box2).css("position", "absolute");
$(box2).css("left", "250px");
$(box2).css("width", "240px");
box2.animate(
{
left:"0px",
opacity: 1
},
{
duration: 500,
complete: function(){
$(box).css("position", "static");
$(box).css("display", "none");
$(box2).css("position", "static");
}
}
);
}
);
});
$("#head2head_prev").click(function(event){
event.preventDefault();
if(!document.getElementById("head2head"+(head2head_i-1)))
{
return false;
}
var box = $("#head2head"+head2head_i);
$(box).css("position", "absolute");
box.animate(
{
left:"300px",
opacity: 1,
width: "240px"
},
500,
function(){
head2head_i--;
$("#h2h_home_win h5:first").html(head2head_country[head2head_i][0]);
$("#h2h_home_win span:first").html(head2head[head2head_i][0]+"%");
$("#h2h_away_win h5:first").html(head2head_country[head2head_i][1]);
$("#h2h_away_win span:first").html(head2head[head2head_i][2]+"%");
$("#h2h_draw span:first").html(head2head[head2head_i][1]+"%");
var box2 = $("#head2head"+head2head_i);
$(box2).css("display", "block");
$(box2).css("position", "absolute");
$(box2).css("left", "-250px");
$(box2).css("width", "240px");
box2.animate(
{
left:"0px",
opacity: 1
},
{
duration: 500,
complete: function(){
$(box).css("position", "static");
$(box).css("display", "none");
$(box2).css("position", "static");
}
}
);
}
);
});
});
MOST COMMENTED ARTICLES
MOST LIKED ARTICLES
PREDIKSI PEMBACA
Spanyol
36%DRAW
11%Italia
53%
EURO 2012 QUOTES
Andrea Pirlo, Italia
Kamis, 28 Juni 2013
Kamis, 28 Juni 2013
"Saya yakin mereka (Jerman) takut kepada Italia bila dilihat dari catatan kami, karena mereka mereka tidak ingin mengulangi yang terjadi tahun (Piala Dunia) 2006."
Profile |
Lihat Berita |
Komentar (0)
Andres Iniesta, Spanyol
Rabu, 05 Juli 2012
Rabu, 05 Juli 2012
"Saya tidak bersaing dengan Messi atau untuk memenangkan trofi Ballon d’Or."
Profile |
Lihat Berita |
Komentar (0)
TOP SHOT
Resmi sudah siapa pemilik baru Ezequiel Lavezzi, merekalah PSG. Klub kaya baru Ligue 1 yang berambisi ingin menjadi raksasa Eropa baru, waspadai ancaman Le Parisien musim depan kawan!