jQuery(document).ready(function(){

	$('#accordion').accordion();

	$('#linka').click(function() {
		$('#changePicText').text($('#linka').next().find('.changePicText').text());
	});
	$('#linkb').click(function() {
		$('#changePicText').text($('#linkb').next().find('.changePicText').text());
	});
	$('#linkc').click(function() {
		$('#changePicText').text($('#linkc').next().find('.changePicText').text());
	});
	$('#changePicText').text($('#linka').next().find('.changePicText').text());

	var player = $f('player', '/_swf/flowplayer-3.0.7.swf');
	$('#videoLink').overlay({
		onLoad: function() { pageTracker._trackPageview('/files/crealytics.flv'); player.load(); },
		onClose: function() { player.unload(); }
	});
});

