// JavaScript for fade effects$(document).ready(function(){						 	$("#who").fadeIn(1500);	  	$("#footer").fadeIn(1500);						 	$("a[rel='peakpeeps']").colorbox({transition:"elastic"});				$("a[href='bio-jim.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-steve.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-molli.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-bill.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-neomi.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-manuela.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-wallace.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-audrey.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-jennifer.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-andrew.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-erika.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-ryan.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-kristin.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-neely.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-nick.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-rob.php']").colorbox({width:"712px", height:"554px", iframe:true});	$("a[href='bio-alice.php']").colorbox({width:"712px", height:"554px", iframe:true});		$("a.single").colorbox();			   });