$(document).ready(function(){

	

$("input#all").click(function () { 

 window.location = 'videos.php';

    });

 $("input#premierleague").click(function () {

 window.location = 'videos.php?id=videos/england/premierleague/';


    });



 $("input#laliga").click(function () { 
 window.location = 'videos.php?id=videos/spain/laliga/';

    });

	 $("input#seriea").click(function () { 

 window.location = 'videos.php?id=videos/italy/seriea/';

    });

	 $("input#bundesliga").click(function () { 
 window.location = 'videos.php?id=videos/germany/bundesliga/';

    });

 $("input#championsleague").click(function () { 
 window.location = 'videos.php?id=videos/europe/uefachampionsleague/';


    });

 

	 $("input#france").click(function () { 

 window.location = 'videos.php?id=videos/france/ligue1/';


    });


 $("input#international").click(function () { 

 window.location = 'videos.php?id=videos/international/';


    });

$('.team-badge').empty();


 });
