
$(document).ready(function() {
 $("#manual2").click(function() {
		$.fancybox([
			{
    'href' : '/images/sod_turning/parade.jpg',
    'title' : 'Committee and invited guests parade to the site.'
   },
			{
    'href' : '/images/sod_turning/anchor.jpg',
    'title' : 'The anchor to symbolize the Navy.'
   },
   {
    'href' : '/images/sod_turning/colourparty.jpg',
    'title' : 'Arrival of the Colour Party.'
   },
   {
    'href' : '/images/sod_turning/guests.jpg',
    'title' : 'Veterans and Invited Guests.'
    },
   {
    'href' : '/images/sod_turning/beaupre.jpg',
    'title' : 'Lieutenant Colonel Beaupre 22 Wing North Bay.'
    },
   {
    'href' : '/images/sod_turning/mayorbill.jpg',
    'title' : 'East Ferris Mayor Bill Vrebosch.'
   },
   {
    'href' : '/images/sod_turning/mayorvic.jpg',
    'title' : 'North Bay Mayor Vic Fedeli.'
   },
   {
    'href' : '/images/sod_turning/monique.jpg',
    'title' : 'MPP Monique Smith addresses the crowd.'
   }, 
   {
    'href' : '/images/sod_turning/rota.jpg',
    'title' : 'MP Anthony Rota'
   },
   {
    'href' : '/images/sod_turning/paulcook.jpg',
    'title' : 'Honourary Colonel Paul Cook.'
   },
   {
    'href' : '/images/sod_turning/sodturning.jpg',
    'title' : 'The project officially launched.'
   },
			{
				'href'	: '/images/sod_turning/firstdig.jpg',
				'title'	: 'The first dig.'
			},
   {
    'href' : '/images/sod_turning/committe.jpg',
    'title' : 'The Committee.' 
   }
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
                        'titlePosition' : 'inside',
			'changeFade'        : 0
		});
});
});


