var win=null;
onerror = stopError;
function stopError(){
	return true;
}
function blubablub(){
	settings="width=200,height=140,scrollbars=0,location=0,directories=0,status=0,menubar=0,toolbar=0,resizable=1,top=20,left=20";
	win=window.open("http://id-kolchose.sonance.net/tools/radio/index.html","webradio",settings);
	win.focus();
}
var win=null;
onerror = stopError;
function stopError(){
	return true;
}
function blubabluba(){
	settings="width=400,height=530,scrollbars=0,location=0,directories=0,status=0,menubar=0,toolbar=0,resizable=1,top=20,left=20";
	win=window.open("http://id-kolchose.sonance.net/tools/radio/lastfm.html","webradio",settings);
	win.focus();
}