//This script controls the pop-ups for the radio spots on /commercials/index.htm
function pop(url){   
     newWin = window.open(url, 'Copart', 'width=280, height=100');
     if (window.focus) {newWin.focus()} 
	// window.alert("opening a new window");
}
