/* Author: 

*/











(function($){

	params={wmode:"opaque"}
	swfobject.embedSWF("bubble.swf", "words", "100%", "100%","7",null,null,params);

	$('article header h1 a').click(function(){
		
		var a  = $(this).closest('article');
		
		
		
		//$('section',a).position = $(this).position();
			$('section',a)
			.show('slow')
			.click(function(){
				$(this).hide('slow');
				
			});
			return false;
	
	});

}(this.jQuery));












