//popup radio players for the 'on radio' module
function spawnRadioPlayer(network, url){
//alert("firing"+network+url);
	if(network ==='r1'){
	//	window.open(url,'r1Pop','scrollbars=no,width=320,height=130');
			window.open(url,'RadioPlayer','scrollbars=no,width=320,height=130').focus();
	}
	if(network ==="r2"){
		//window.open(url,'r2Pop','width=639,height=260,scrollbars=0,resizable=1');
		window.open(url,'videopop','width=639,height=260,scrollbars=0,resizable=1').focus();
	}
}

// table row rollovers for the 'on radio' module
function mouse_event(obj, newClass) {
	obj.className = newClass;
}
