function openShadowbox(content, player, title){
	Shadowbox.open({
		type:'img',
		content:content,
		title: title
		}
	);
}