 
		$(document).ready(function() {
			$("div#makeMeScrollable").smoothDivScroll({autoScroll: "onstart", autoScrollDirection: "endlessloopright", autoScrollStep: 1, autoScrollInterval: 50, startAtElementId: "startAtMe", visibleHotSpots: "always"});
			
			$("a[rel='gallery']").colorbox();
			});
	
	//start fade in effect for specified elements
$(document).ready(function () { 
		$('#homeSelected').hide();
		$('#bio').hide();
		$('#gallery').hide();
		$('#contact').hide();
		$('#blog').hide();
		$('#aboutContent').hide();
		$('#makeMeScrollable').hide();
		$('#baseline').hide();									
												
    });
		
							




$(document).ready(function () { 
        $('#logo').hide().fadeIn(3000, function(){
			$('#aboutContent').hide().fadeIn(2000, function(){
				$('#makeMeScrollable').hide().fadeIn(5000);
				$('#baseline').hide().fadeIn(5000);
				$('#homeSelected').hide().fadeIn(500, function(){
					$('#bio').hide().fadeIn(500, function(){
						$('#gallery').hide().fadeIn(500, function(){
							$('#contact').hide().fadeIn(500, function(){
								$('#blog').hide().fadeIn(500);									
												
    });
		
							});
		});
		});
		});
		});
		});








