document.write(''); if(typeof sm_restartPlayer != "function") { function sm_restartPlayer(id) { jwplayer(id).seek(0); } } if(typeof sm_startPlayer != "function") { function sm_startPlayer(id) { jwplayer(id).play(); } } if(typeof sm_stopPlayer != "function") { function sm_stopPlayer(id) { jwplayer(id).pause(); } } if(typeof sm_seekPlayer != "function") { function sm_seekPlayer(id, sec) { jwplayer(id).seek(sec); } } if(typeof sm_loadVideo != "function") { function sm_loadVideo(id, video, image) { var file = video.substring(video.indexOf("/o41/sm/") + 5); var streamer = video.substring(0, (video.indexOf("/o41/sm/") + 4)); jwplayer(id).load({ file: file, streamer: streamer, image: image }); } } if(typeof sm_resizeVideo != "function") { function sm_resizeVideo(id, width, height) { jwplayer(id).resize(width, height); } } if(typeof sm_mutePlayer != "function") { function sm_mutePlayer(id) { jwplayer(id).setMute(); } }