if (top != null) top.name = "liveradio";var remote = null; 
function popup_liveradio(form) { 
var formindex=form.thislocation.selectedIndex;var wh = "width=200,height=100" ;  
remote = window.open(form.thislocation.options[formindex].value,'LiveRadio', wh+',resizable=yes'); 
 } 
document.write(" <Table><TD><TR>");
document.write(" <FORM NAME='form'><SELECT NAME='thislocation' SIZE=1 onChange='popup_liveradio(this.form)'>");
document.write(" <OPTION SELECTED VALUE='http://www.CBLive.com/links/a3741/fran/radio1.html' >Skyrock Bordeaux");		
document.write(" <OPTION VALUE='http://www.CBLive.com/links/a3741/fran/radio3.html' >Fun Radio Paris");
document.write(" <OPTION VALUE='http://www.CBLive.com/links/a3741/fran/radio4.html' >RCI Guadeloupe");
document.write(" <OPTION VALUE='http://www.CBLive.com/links/a3741/fran/radio5.html' >Rock Détente Montreal");
document.write(" <OPTION value='http://www.CBLive.com/links/other.html'>Check out 1000 other radiostations</SELECT>");
document.write(" </FORM></TD></TR></TABLE> 	");
