function viewProfile(station) {
	switch(station) {
		case 1 : document.location.href = 'live_radio_manila_glo_high.html'; break;
		case 2 : document.location.href = 'live_radio_manila_dig_high.html'; break;		
		case 3 : document.location.href = 'live_radio_manila_etp_high.html'; break;
		case 4 : document.location.href = 'live_radio_manila_inf_high.html'; break;
	}
}