Modernizr.load([
	{
		load: '//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js',
		complete: function () {
			if ( !window.jQuery ) {
			      Modernizr.load('/typo3conf/jsstore/lib/jquery.js');
			}
			
		}
	},
	{
		load: '/typo3conf/jsstore/lib/jquery.isotope.js'
	},
	{
		// This will wait for the fallback to load and
		// execute if it needs to.
		load: '/typo3conf/ext/cineprogram/resources/javascripts/cineprogram.js'
	}
]);
