// Selector Phone
if((navigator.userAgent.match(/iphone/i)) || (navigator.userAgent.match(/ipod/i)) || (navigator.userAgent.match(/android/i))){window.location = "http://www.radiomusic.com.ar/m/";} else {};

// Selector iPad
if((navigator.userAgent.match(/ipad/i))){window.location = "http://www.radiomusic.com.ar/live/html5/";} else {};

// Selector Nokia
if((navigator.userAgent.match(/nokia/i))){window.location = "http://www.radiomusic.com.ar/m/";} else {};
