//explosivethinking.com core JS loader

<!--
$(document).ready(function(){
$(document).ready(function() {	
		$(".jCarouselLite").jCarouselLite({
			auto: 800,
			speed: 1500
		});
	});
  $('.test').corner();
  
 $("#myController").jFlow({
        slides: "#slides",
        width: "99%",
        height: "163px",
        duration: 400
    });
  
  
});
-->
