$(function(){
	
	$('.promo.three dt:lt(5)').show();
	$('.promo.three dd:lt(5)').show();

});


function popup() {
var url = document.mlbSites.mlbSitesSelect.options[document.mlbSites.mlbSitesSelect.selectedIndex].value;
var popwin = window.open(url, '_blank');
popwin.focus();
return false;
}