function postToTwitter(videoid){
	LeftPosition = (screen.width) ? (screen.width-780)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-570)/2 : 0;
	if(videoid != null){
		window.open('http://twitter.com/home?status='+encodeURIComponent('I\'ve just been to the More Nuts Gymnasium, where Mr T turns chumps into champs. Take a look around @ http://www.getsomenuts.tv/#/'+videoid),'twitter','toolbar=0,scrollbars=1,status=0,width=780,height=570,top='+TopPosition+',left='+LeftPosition);
	} else {
		window.open('http://twitter.com/home?status='+encodeURIComponent('I\'ve just been to the More Nuts Gymnasium, where Mr T turns chumps into champs. Take a look around @ http://www.getsomenuts.tv'),'twitter','toolbar=0,scrollbars=1,status=0,width=780,height=570,top='+TopPosition+',left='+LeftPosition);
	}
	return false;
}

function postToProfile(videoid){
	LeftPosition = (screen.width) ? (screen.width-626)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-436)/2 : 0;
	if(videoid != null){
		window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent('http://getsomenuts.tv/#/'+videoid),'facebook','toolbar=0,scrollbars=1,status=0,width=626,height=436,top='+TopPosition+',left='+LeftPosition);
	} else {
		window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent('http://getsomenuts.tv'),'facebook','toolbar=0,scrollbars=1,status=0,width=626,height=436,top='+TopPosition+',left='+LeftPosition);
	}
	return false;
}

function postMySpace(videoid){
	LeftPosition = (screen.width) ? (screen.width-440)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-450)/2 : 0;
	if(videoid != null){
		window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent('http://getsomenuts.tv/#/'+videoid),'ptm','height=450,width=440,top='+TopPosition+',left='+LeftPosition);
	} else {
		window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent('http://getsomenuts.tv'),'ptm','height=450,width=440,top='+TopPosition+',left='+LeftPosition);
	}
	return false;
}
function postYouTube(videoid){
	LeftPosition = (screen.width) ? (screen.width-440)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-450)/2 : 0;
	if(videoid != null){
		window.open('http://www.youtube.com','ptm','height=450,width=440,top='+TopPosition+',left='+LeftPosition);
	} else {
		window.open('http://www.youtube.com','ptm','height=450,width=440,top='+TopPosition+',left='+LeftPosition);
	}
	return false;
}

