﻿$(document).ready(function() { 

	$("#accordion").accordion();

	$('body#buildingdesignpractice #header').flash(
		{
			src: '/_swf/slideshow.swf',
			width: 996,
			height: 325		
		}, 
		{ expressInstall: true }
	);

	$('#slideshow ul').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '300px'
	});
		

}); 
