/* Be sure to copy this file from /components/content/js/ to community/blogs/wp-content/themes/videonews4/ */
function openVideoPlayer(url) {
	return true;
/*
	windowFeatures = 'directories=no, fullscreen=no, height=602, location=no, menubar=no, resizeable=no, scrollbars=no, status=no, titlebar=yes, tooolbar=no, width=1030';
	return ! window.open(url, 'VideoPlayer', windowFeatures);
*/
}