/* ---------------------------------------------------------------------------
	
	Hospital Physician Partners Video Javascript file
	http://hppartners.com
	
	Author: nGen Works
	http://ngenworks.com
	
--------------------------------------------------------------------------- */

Shadowbox.init({
	players: ["html", "flv"]
});


//Wait till the page has loaded
$(document).ready(function(){
	
	/*
	flowplayer("player", "/img/_media/flowplayer-3.1.5.swf", {
		clip:  { 
			        autoPlay: true,
			        autoBuffering: true
				   }
	});
	*/
});