function viewLocation(station) {
	switch(station) {
		case 1 : document.location.href = 'live_radio_manila_glo.html'; break;
		case 2 : document.location.href = 'live_radio_bacolod_glo.html'; break;		
		case 3 : document.location.href = 'live_radio_cebu_glo.html'; break;
		case 4 : document.location.href = 'live_radio_davao_glo.html'; break;
	}
}