$(document).ready(function(){
	$('#mb1f0cqzz_extra_4').val('Rio de Janeiro').attr('readonly', 'readonly');
	$("#mb1f0cqzz_extra_5").mask("(99) 9999-9999");

	
	var description = '';
  	$('#dazaplayer').ttwMusicPlayer(myPlaylist, {
			currencySymbol:'$',
			buyText:'DOWNLOAD',
			tracksToShow:20,
			autoPlay:false,
      description:description,
      jPlayer:{
      	swfPath:'/js/player/jquery-jplayer' //You need to override the default swf path any time the directory structure changes
      }
    });
});

