$(document).ready(function(){

	//Shadowbox
	Shadowbox.init({
	});

	//YouTube Gallery Thumbnails
	$('input.video_id').each(function() {
		url = '';
	    url = $.jYoutube($(this).val());                        
		$(this).next('a').append($('<img src="'+url+'"/>'));
	});	
	
});
