/* Ad function called by the player */
function syncRoadBlock( adTag ){
    var adnode = document.getElementById("ez-clientAd");
    
    if (adnode != null){
        adnode.innerHTML = '<ifr' + 'ame src="' + adTag + '" id="ifr_companion" width="300" height="250" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no">' + '</ifr' + 'ame>';
    }
};


/* 
 * EVERYZING.metaPlayerRequest.set* functions called by player when new media is loaded
 */

EVERYZING.metaPlayerRequest.setTitle = function(value){
    jQuery(".ez-transcriptMod-aboutTheMedia h1").text(value);
    jQuery(".ez-transcriptMod-ares-fullTranscript").css("display", "none");
};

EVERYZING.metaPlayerRequest.setPubDate = function(value){
	jQuery(".ez-transcriptMod-aboutTheMedia .ez-mediaDateLabel b").text(value);
};

EVERYZING.metaPlayerRequest.setDescription = function(value){
    jQuery(".ez-transcriptMod-aboutTheMedia .ez-mediaDescLabel b").text(value);
};

EVERYZING.metaPlayerRequest.setEpisodeId = function(value){};


