window.log=function(){log.history=log.history||[];log.history.push(arguments);if(this.console){arguments.callee=arguments.callee.caller;var a=[].slice.call(arguments);(typeof console.log==="object"?log.apply.call(console.log,console,a):console.log.apply(console,a))}};(function(e){function h(){}for(var g="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,timeStamp,profile,profileEnd,time,timeEnd,trace,warn".split(","),f;f=g.pop();){e[f]=e[f]||h}})((function(){try{console.log();return window.console}catch(a){return window.console={}}})());(function(b){b.fn.player=function(f){var g={progressbarWidth:"200px",progressbarHeight:"5px",progressbarColor:"#22ccff",progressbarBGColor:"#eeeeee",defaultVolume:0.8};if(f){b.extend(g,f)}var h='<span class="simpleplayer-play-control"></span>';var a='<span class="simpleplayer-stop-control"></span>';this.each(function(){b(this).wrap('<div class="simple-player-container" style="background-color: #ddd; padding: 0 10px 5px 5px;" />').parent().prepend('<div><ul><li style="display: inline-block; padding: 0 5px; "><a style="text-decoration: none;" class="start-button" href="javascript:void(0)">'+h+'</a></li><li class="progressbar-wrapper" style="display: inline-block; cursor: pointer; width:'+g.progressbarWidth+';"><span style="display: block; background-color: '+g.progressbarBGColor+'; width: 100%; "><span class="progressbar" style="display: block; background-color: '+g.progressbarColor+"; height: "+g.progressbarHeight+'; width: 0%; "></span></span></li></ul></div>');var c=b(this).get(0);var d=b(this).parent().find(".start-button");var e=b(this).parent().find(".progressbar-wrapper");var j=b(this).parent().find(".progressbar");c.volume=g.defaultVolume;d.click(function(){if(c.paused){c.play();b(this).find(".simpleplayer-play-control").addClass("simpleplayer-stop-control").removeClass("simpleplayer-play-control")}else{c.pause();b(this).find(".simpleplayer-stop-control").addClass("simpleplayer-play-control").removeClass("simpleplayer-stop-control")}});e.click(function(i){if(c.duration!=0){left=b(this).offset().left;offset=i.pageX-left;percent=offset/e.width();duration_seek=percent*c.duration;c.currentTime=duration_seek}});b(c).bind("ended",function(i){c.pause();d.find(".simpleplayer-stop-control").addClass("simpleplayer-play-control").removeClass("simpleplayer-stop-control");j.css("width","0%")});b(c).bind("timeupdate",function(i){duration=this.duration;time=this.currentTime;fraction=time/duration;percent=fraction*100;if(percent){j.css("width",percent+"%")}});if(c.duration>0){b(this).parent().css("display","inline-block")}});return this}})(jQuery);$(document).ready(function(){var a={progressbarWidth:"200px",progressbarHeight:"5px",progressbarColor:"#22ccff",progressbarBGColor:"#eeeeee",defaultVolume:1};$(".player").player(a);$("a#listen").colorbox({transition:"fade",speed:500,href:"/archive/stories"})});
