
if(document.location.href == top.location.href && document.location.href.indexOf('frame_assistir_outros.jhtm')==-1) {
	MARKUP.mediaListLoopSelector =  '#mediaList tbody:first';
	MARKUP.mediaItem = MARKUP.defaultMediaItem;
	window.drawMediaListCallback = function() { var $ = jQuery;
		if($.browser.msie) {
			$('#corpo,#col-esquerda').height((($('#mediawrapper').height()+100)/10)+'em');
		} else {
			$('#col-esquerda').css({height:($('#corpo').height()+11)+'px'});
		}
	}

} else {
	MARKUP.mediaListLoopSelector =  '#mediaList tbody:first';
	MARKUP.mediaItem = MARKUP.resumedMediaItem;
	MARKUP.paging = function() {return '';};
	window.drawMediaListCallback = function() {
		try{ jQuery('#iframeMoreMedias', parent.document).height((jQuery('#corpo').height()+2)+'px'); }catch(e){void(null);}
	}
}
