<!--



if (document.layers) {
window.onResize = reloadIt;
}

function reloadIt() {
document.location = document.location;
}


function openWin() {
    if ((document.player.bwidth[2].checked) || (document.player.bwidth[6].checked)) {
        width = 408;
        height = 435;
    } else {
    	width = 275
	height = 280
	}
        
    window.name="espnvideo";    
    winDetails = "scrollbars=no,resizable=no,width=" + width + ",height=" + height;
    window.open('/broadcast/blackpage.html ', "html_player",winDetails);
}





//-->





