// ';
document.write(code);
if(playerType == 'jPlayer' || (playerType == 'auto' && !supportFlashPlayerVersion))
{
var configPlayer = new Object();
configPlayer.width = 300;
configPlayer.height = 250;
configPlayer.logoClickUrl = 'http://www.sekindo.com';
configPlayer.logoType = 'sekindo';
configPlayer.showLogo = 'true';
configPlayer.isAutoPlay = 'true';
configPlayer.volume = ".5"; // Number(0 ...1)
configPlayer.mute = "true"; //Boolean
configPlayer.adsTimeGap = 5;//in seconds - Number
if (playerType == 'auto')
configPlayer.adsTimeGap += 5; // add 5 sec to native html5 player
configPlayer.adVast = null;
configPlayer.waterFall = 'http://live.sekindo.com/live/liveView.php?s=61273&vid_debugInfo=5907506_apn_0_0_2637_4767201_thehill.com&vid_vastTimeout=-1&vid_content_url=https%3A%2F%2Fvideo.sekindo.com%2Fuploads%2Fvideo%2Flosing_weight_on_the_hunger_scale_mini.mp4&vid_content_id=losing_weight_on_the_hunger_scale&vid_content_desc=A+New+Way+of+Eating+-+Losing+Weight+on+the+Hunger+Scale&vid_content_title=Health+-+Losing+Weight+on+the+Hunger+Scale&vid_content_duration=108&vid_vastType=3&vid_waterfall=auto&ri=6C69766553746174737C317C323031352D31302D32355F32327C307C353930373530367C55537C7C59584275587A42664D4638794E6A4D33587A51334E6A63794D4446666447686C61476C736243356A6232303D7E317E31FEFE&pubUrl=thehill.com&cbuster=${CBUSTER}';
configPlayer.playlistMultiplier = 25; // (0 ...Infinity) - int
configPlayer.contentClickUrl = '';
configPlayer.contentPlayList = [{
"url": "https://video.sekindo.com/uploads/video/losing_weight_on_the_hunger_scale_mini.mp4",
"title": "Health - Losing Weight on the Hunger Scale"
}];
configPlayer.debug = 'true';
configPlayer.controlBar = ['mute','pause','logo'];
configPlayer.encoderUrl = 'http://live.sekindo.com/live/liveJsonVid.php?vidUrl=[TARGET]&origin=[ORIGIN]';
configPlayer.absolutePath = 'http://live.sekindo.com';
var randName = ("SekindoJPlayer"+Math.floor( Math.random()*100000)).toString();
var code = '';
document.write(code);
//var audioEl = new Audio();
//audioEl.setAttribute("id",randName+"Audio");
//document.body.appendChild(audioEl);
window[randName] = new SekindoMobilePlayer(configPlayer, randName);
}
})();