thisGallery = {
	title : 'Canada Day',
	about : 'A celebration of the birth of a nation.',
	copyright : 'Copyright © 2006 Patrick Quinn-Graham',
	images : new Array(
		{
			url : 'http://static.flickr.com/78/179380501_dae713947b.jpg'
		},
		{
			url : 'http://static.flickr.com/46/179378915_d50146baed.jpg'
		},
		{
			url : 'http://static.flickr.com/65/179379422_d820c80268.jpg'
		},
		{
			url : 'http://static.flickr.com/60/179379568_f49d7c59c6.jpg'
		},
		{
			url : 'http://static.flickr.com/70/179379886_87a90e41bd.jpg'
		},
		{
			url : 'http://static.flickr.com/49/179380800_2c2c04b02c.jpg'
		}
	),
	url : 'canada'
}

galleries.registerGallery(thisGallery);

otherGallery = {
	title : 'Faces',
	about : 'A collection of human faces.',
	copyright : 'Copyright © 2006 Patrick Quinn-Graham'	,
	images : new Array(
		{
			url : 'http://static.flickr.com/39/122524650_689bf9c7be.jpg'
		},
		{
			url : 'http://static.flickr.com/46/117392633_b85bd1c2c8.jpg'
		},
		{
			url : 'http://static.flickr.com/43/74363105_3e0582570a.jpg'
		}
	),
	url : 'faces'
}
galleries.registerGallery(otherGallery);
