 $(function() { $(".lavaLamp").lavaLamp({ fx: "backout", speed: 900 })});
  $(document).ready(function(){
	  
	$('h3.faqTitle').click(function() { 
    $(this).next().toggle("slide",{ 
        direction: "up" 
    }, 
   500); 
});
$('A[rel="external"]').click( function() {
        window.open( $(this).attr('href') );
        return false;
    });
  });