<!--

	// This script fades the teamwork header in slowly to give the previous flash effect

$(document).ready(

	function () {
		if ( $('#teamwork').length ) { $("#teamwork").fadeIn(1000); }
		if ( $('#marquee').length )  { $("#marquee").fadeIn(1000); }

}
);


//-->