var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-23180011-1']);
 _gaq.push(['_trackPageview']);

 (function() {
   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 })();
	var video = new Array();
	var base = 'http://bedfordmontessori.org';
		video[1] = base + '/video/BedfordMontessori-FINAL-320-50-multipass.mp4';
		video[2] = base + '/video/MIKETestimonial-FINAL-Bedford-320-50-multipass.mp4';
		video[3] = base + '/video/MARTAtestimonial-FINAL-320-50-multipass.mp4';
		var currentVideo = video[1];
		
		function play(vidId) {
			currentVideo = video[vidId];
			_gaq.push(['_trackEvent', 'Videos', 'Play', currentVideo]);
			var so = new SWFObject('./mediaplayer/player.swf','flashContent','320','182','9');
			so.addParam('allowfullscreen','true');
			so.addParam('autostart', 'true');
			so.addParam('allowscriptaccess','always');
			so.addParam('bgcolor','#FFFFFF');
			so.addParam('image', 'http://www.bedfordmontessori.org/images/vid1.jpg');
			so.addParam('flashvars','file=' + currentVideo + '&bufferlength=10&autostart=true&image=http://www.bedfordmontessori.org/images/vid1.jpg');
			so.write('theMovie');
				
	}

