/**
 * This file contains JS code for playing multiple videos in a single page
 */
	
	/**
	 * Initializing all the required videoPlayer instances onload
	 */
	jQuery(document).ready(function()
	{
		
		jQuery('a.video-link').ytchromeless();
		
	});