$(document).ready(function() {
	$('.video').click(function() { 						 
		GB_open_video($(this).attr('href'),$(this).attr('title'));
	});
});