// Begin Analytics
$(document).ready( function() {
	$('#Text2Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/mailto:randall@campaugusta.org'); } );
});
// End Analytics

// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime8").media({width: 640, height: 496,
		src: '../../Summer/Videos/2008_Slideshow.mov',
		params: { volume: '50', cache: 'true', controller: 'true', loop: 'false' }
	});
});
$(document).ready(function() {
	$("#QuickTime9").media({width: 640, height: 496,
		src: '../../Summer/Videos/2007_Slideshow.mov',
		params: { volume: '50', cache: 'true', controller: 'true', loop: 'false' }
	});
});
$(document).ready(function() {
	$("#QuickTime10").media({width: 640, height: 496,
		src: '../../Summer/Videos/2006_Slideshow.mov',
		params: { volume: '45', cache: 'true', controller: 'true', loop: 'false' }
	});
});
$(document).ready(function() {
	$("#QuickTime11").media({width: 640, height: 496,
		src: '../../Summer/Videos/2005_Slideshow.mov',
		params: { volume: '50', cache: 'true', controller: 'true', loop: 'false' }
	});
});
$(document).ready(function() {
	$("#QuickTime12").media({width: 640, height: 496,
		src: '../../Summer/Videos/2004_Slideshow.mov',
		params: { volume: '50', cache: 'true', controller: 'true', loop: 'false' }
	});
});
// End jMedia Components

