<!--
jQuery(document).ready(function(){

	jQuery('#parallax').jparallax({triggerExposesEdges:false, yparallax:false, mouseResponse:false, frameDuration:15, takeoverFactor:0.68, takeoverThresh: 0.002});
	
	jQuery('#parallax').trigger("jparallax", '#home');
	
	jQuery('a.goto').click(function(){
    var ref=jQuery(this).attr("href");
    jQuery('#parallax').trigger("jparallax", [ref]);	
	return false;
	});
	
	//home page links ///////////////////////////////////////////////////////////////////////////
	jQuery('#link_aboutus').click( function() { 
		jQuery('#parallax').trigger("jparallax", '#aboutus');
	});
	
	
	jQuery('#link_mystory').click( function() { 
		jQuery('#parallax').trigger("jparallax", '#aboutus');
	});
	
	
		
});
//-->


