
function playVideo( path ) {
	
	var vid = '';
	
	/*vid = '<video width="598" height="336" controls="controls" id="nutjobVideo" class="nutjobVideo">' +
		'<source src="'+path+'.ogg" type="video/ogg" />' +
		'<source src="'+path+'.mp4" type="video/mp4" />' +
		'Your browser does not support the video tag.' +
		'</video>';
	
	vid = '<div style="margin: 16px 0 0 0;"><object width="598" height="336" id="flvPlayer">' +
		'<param name="allowFullScreen" value="true">' +
		'<param name="allowScriptAccess" value="always">' +
		'<param name="movie" value="/OSplayer.swf?movie=' + path + '.flv&btncolor=0x333333&accentcolor=0x31b8e9&txtcolor=0xdddddd&volume=30&autoload=on&autoplay=on&vTitle=Video&showTitle=yes">' +
		'<embed src="/OSplayer.swf?movie=' + path + '.flv&btncolor=0x333333&accentcolor=0x31b8e9&txtcolor=0xdddddd&volume=30&autoload=on&autoplay=on&vTitle=Video&showTitle=yes" width="598" height="336" allowFullScreen="true" type="application/x-shockwave-flash" allowScriptAccess="always">' +
		'</object><br /><strong>For more information:</strong><br />';*/
	
	vid = '<div style="margin: 16px 0 0 0;"> \
		<div id="vid" style="width: 598px; height: 336px;"></div> \
		<div class="clear" style="margin-bottom: 15px;"></div> \
		<strong>For more information:</strong><br />';
	
	if ( path.indexOf('CLARE_Roots') != -1 ) {
		vid = vid + '<div><a href="javascript:;" onclick="window.open(\'http://www.maafa21.com/\')">History of Planned Parenthood and Black Genocide in the 21st Century</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.youtube.com/watch?v=ZOPDptFI_1Q\')">Maafa 21 (Video documentary on abortion industry, eugenics, and racism)</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.youtube.com/watch?v=kEja-1emRic\')">ALL Report on Margaret Sanger, Founder of Planned Parenthood</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.youtube.com/watch?v=CMYCKsApRUU\')">CBN interview with Abby Johnson, former Planned Parenthood director</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.americanhumanist.org/Who_We_Are/About_Humanism/Humanist_Manifesto_II\')">Margaret Sanger\'s belief system: Humanist Manifesto II</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.stopp.org/article.php?id=8448\')">STOPP\'s analysis of Vision 2025: How Planned Parenthood\'s new 25-year plan exposes the true nature of the organization</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.ldi.org/library/\')">Life Dynamic\'s archives of Margaret Sanger\'s eugenics and population control writings</a><br /></div>';
	} else if ( path.indexOf('TOM_Hyde') != -1 ) {
		vid = vid + '<div><a href="javascript:;" onclick="window.open(\'http://www.youtube.com/watch?v=VwFSMsrCnn8\')">Hiding Behind Hyde ALL Report: Why funding Planned Parenthood is funding for abortions</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.stopp.org/pdfs/2009%20Annual%20PP%20Report%20Combined.pdf\')">STOPP\'s analysis of Planned Parenthood\'s 2009 annual report</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.all.org/article/index/id/ODk1OQ/\')">"The 97 Percent Fight" by Jim Sedlak</a><br /></div>';
	} else if ( path.indexOf('PAUL_3percent') != -1 ) {
		vid = vid + '<div>"History of Planned Parenthood and Black Genocide in the 21st Century" <a href="javascript:;" onclick="window.open(\'http://www.maafa21.com/\')">website and video</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.youtube.com/watch?v=ZOPDptFI_1Q\')">Maafa 21 on youtube</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.silentnomoreawareness.org/testimonies/\')">Silent no More: Testimonies from victims of Planned Parenthood</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.stopp.org/article.php?id=7206\')">"A Psychoanalytic Look at Today\'s Sex Education" by Dr. Anchell</a><br /></div>';
	} else if ( path.indexOf('JOHANNA_Victims') != -1 ) {
		vid = vid + '<div><a href="javascript:;" onclick="window.open(\'http://www.stopp.org/article.php?id=8828\')">Interview with ALL Vice President Jim Sedlak on CBN concerning Planned Parenthood federal funding</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.washingtontimes.com/news/2010/jun/18/planned-parenthoods-missing-millions/\')">Planned Parenthood\'s Missing Millions, by Rita Diller, National Director of STOPP</a><br /> \
			<a href="javascript:;" onclick="window.open(\'http://www.washingtontimes.com/news/2011/apr/5/planned-parenthoods-millions-still-missing/\')">Planned Parenthood\'s millions still missing, by Rita Diller, National Director of STOPP</a><br /></div>';
	}
	
	vid = vid + '</div>';
	
	$.facebox(vid);
	
	setTimeout(function() {
		jwplayer("vid").setup({
			flashplayer: "/player.swf",
			file: path+".mp4",
			height: 336,
			width: 598,
			autostart: true
		});
	}, 500);
	
}

