

function signThisArtist()
{
	$.post("/sign", {artist_id: demoID, page_type: 'artist'},
		function(data){
			if(data=='false')
				window.location.href='http://www.'+tnbs_url+'/signup/mogul';
			else
			{
				$("#artistPlayerArt").html(data);
				newText ='';
				numSignings = 1*(($(".signingsSmall").html()).replace('Signing','')).replace('s','');
				
				if(numSignings==0)
					newText += (numSignings+1) + " Signing";
				else
					newText += (numSignings+1) + " Signings";
				
				$(".signingsSmall").html(newText);
				
			}
		}
	);
	
}
addthis_pub             = 'thenextbigsound'; 
addthis_options         = 'facebook, myspace, digg, twitter, stumbleupon';
addthis_caption_share 	= 'share this demo';

