C4BrightcoveAPI=function(){this.token="7CxHWSlcDJafi26fV01Mj0bdzHrejBsEYXQDeB-zLPM.";this.customQuery=null;this.callback=function(data){this.dataObject=data;};this.dataObject=null;this.ref_id=null;};C4BrightcoveAPI.prototype.call=function(){var now=new Date();if(this.customQuery!=null){jQuery.getJSON(customQuery+"&token="+this.token,this.callback);}else{jQuery.getJSON("http://api.brightcove.com/services/library?command=find_video_by_reference_id&reference_id="+this.ref_id+"&callback=?&token="+this.token+"&rand="+now,this.callback);}};