Radionomy offers you an incredible experience.
Let us guide you and we will do the rest.
Sign-up using your Facebook account
The fastest and easier way to create your account and login
Or, use your e-mail:
$(document).ready(function () {
$("#fbConnectLogin").click(function () {
FBAuth('https://graph.facebook.com/oauth/authorize?client_id=216483411309&display=popup&scope=email,user_hometown,user_location,user_website,user_birthday,user_hometown,offline_access&redirect_uri=http%3a%2f%2fwww.radionomy.com%2ffacebook%2fcallback')
return false;
});
$("#chkCGU").click(function () {
$(this).is(':checked') ? $("#hidCGU").val('ok') : $("#hidCGU").val(null);
});
});
$(resize);
$(window).resize(resize);