function updateWelcome(username, bought, slot)  {

	$('span.user').text(username);
	if(bought=='0'){
		$('#banner').show();
		$('#banner_un').hide();
	}else{
		$('#your_slot').text(slot);
		$('#banner_un').show();
	}
	$('#user_info').show();
}

function facebookme(){
	url = "http://www.15tofame.com";
	title = "15tofame.com | The prophecy of Andy Warhol comes true";
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(url)+'&amp;t='+encodeURIComponent(title),'sharer','toolbar=0,status=0,width=626,height=436');
}
function deliciousme(){
	url = "http://www.15tofame.com";
	title = "15tofame.com | The prophecy of Andy Warhol comes true";
	notes = "Andy Warhol, 1968: In the future, everyone will be world-famous for 15 minutes.";
	window.open('http://delicious.com/save?url='+encodeURIComponent(url)+'&amp;title='+encodeURIComponent(title)+'&amp;notes='+encodeURIComponent(notes)+'&amp;tags=&amp;v=5&amp;noui=&amp;share=yes&amp;jump=close','delicious','toolbar=0,status=0,width=550,height=550');
}
function diggme(){
	url = "http://www.15tofame.com";
	title = "15tofame, the website where the prophecy of Andy Warhol comes true!";
	body = "15tofame realizes the prophecy of Andy Warhol and allows you to be world-famous for 15 minutes. 15tofame is the best place for new talent to be discovered.";
	thumbnails = "";
	window.open('http://digg.com/submit?url='+encodeURIComponent(url)+'&amp;title='+encodeURIComponent(title)+'&amp;bodytext='+encodeURIComponent(body)+'&amp;media=video&amp;thumbnails='+encodeURIComponent(thumbnails),'digg','toolbar=0,status=0,width=626,height=550');
}
function twitterme(){
	status = "I'm surfing on 15tofame, the website where the prophecy of Andy Warhol comes true - http://15tofame.com";
	window.open('http://twitter.com/home?status='+encodeURIComponent(status),'twitter','toolbar=0,status=0,width=580,height=550');
}
function friendfeedme(){
	url = "http://www.15tofame.com";
	title = "The prophecy of Andy Warhol comes true - 15tofame - http://15tofame.com";
	window.open('http://friendfeed.com/?url='+encodeURIComponent(url)+'&amp;title='+encodeURIComponent(title),'friendfeed','toolbar=0,status=0,width=580,height=550');
}
function stumbleme(){
	url = "http://www.15tofame.com";
	title = "15tofame.com | The prophecy of Andy Warhol comes true";
	window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(url)+'&amp;title='+encodeURIComponent(title),'stumble','toolbar=0,status=0,width=626,height=436');
}

