// JavaScript for fade effects$(document).ready(function(){						 	$("#who").fadeIn(1500);	  	$("#footer").fadeIn(1500);						 	$("a[rel='peakpeeps']").colorbox({transition:"elastic"});				$("div.bio a").colorbox({innerWidth:"712px", innerHeight:"522px", iframe:true});		$("a.single").colorbox();			   });
