// JavaScript Document
function  launchPlayer(video){
	window.open("http://www.guardianbp.com/videos/mediaplayer.php?video="+video,"_blank","height=440, width=440, left=250, top=100")
}
