if (self != top) top.location.href=self.location.href;
if (typeof jQuery != 'undefined') {
	$(document).ready(function() {
		if (document.getElementById('lightbox')) {
			$('.lb').lightBox();
		}
		if (document.getElementById('videos')) {
			$('.videobox').youTubeEmbed({
				video           : $('.videobox a').attr('href'),
				width           : 360,      // Height is calculated automatically
				progress	: true,	// Progress bar
				elapsed		: true	// The light blue elapsed bar
			});
		}
	});
}
