function playRadio(style)
{
	$('#current_channel').remove();

	switch(style)
	{
		case 'pop_mc':
	$('#div_frame').html('<iframe id="current_channel" src="http://www.nevodigital.com/reproductor/index.php?id=12|28275e6078ee2ecf76f6b17f8f3f6659d5de728a|7" width="205" height="35" align="left" scrolling="no" frameborder="0" allowtransparency="true"></iframe>');
		break;
	
		
		case 'rock_mc':
		$('#div_frame').html('<iframe id="current_channel" src="http://www.nevodigital.com/reproductor/index.php?id=13|db27ad4c28ecc9a667992fa2ed18d0b442ea55ed|7" width="205" height="35" align="left" scrolling="no" frameborder="0" allowtransparency="true"></iframe>');
		break;
		
		case 'indie_mc':
		$('#div_frame').html('<iframe id="current_channel" src="http://www.nevodigital.com/reproductor/index.php?id=11|d1440fe6f780b10d612204d20150bf51ff8b5e83|7" width="205" height="35" align="left" scrolling="no" frameborder="0" allowtransparency="true"></iframe>');
		break;
		
		case 'rnb_mc':
		$('#div_frame').html('<iframe src="http://www.nevodigital.com/reproductor/index.php?id=14|755a90e7c5862d4fde165f5cb95c195cd60afde6|7" width="205" height="35" align="left" scrolling="no" frameborder="0" allowtransparency="true"></iframe>');
		break;
	}
}
