// JavaScript Document

/* parallax */
  jQuery(document).ready(function(){
  
  	jQuery('#parallax').jparallax({});
  	
  });



