function shoutHyves(shout, link, type) {
	
	var txt = escape(shout + ' ' + link);
	window.open('hyves.php?txt=' + txt + '&type=' + type, 'The Expendables | 19 augustus in de bioscoop', 'width=600,height=450,scrollbars=no,status=no,toolbar=no,location=no');
}

function shoutFacebook(shout, link, type) {
	
	window.open('facebook.php?a=entry&txt=' + shout + '&link=' + link + '&type=' + type, 'The Expendables | 19 augustus in de bioscoop', 'width=600,height=450,scrollbars=no,status=no,toolbar=no,location=no');
}
