/* Restart other videos to save bandwith */
function restart_player(no_restart) {
for (x=1;x<5;x++) {
if (no_restart!=x) {
var akj = jwplayer("mediaspace"+x).getPlaylist();
jwplayer("mediaspace"+x).load({ file: akj[0].file, image: akj[0].image });
}
}
}