// Initialize the plugin with no custom options
$(window).load(function() {
		$("div#makeMeScrollable").smoothDivScroll({ 
			autoScroll: "always" , 
			autoScrollDirection: "backandforth", 
			autoScrollStep: 1, 
			autoScrollInterval: 15,	
			visibleHotSpots: "always"
		});
	});
$(document).ready(function() {
    $('a[rel*=external]').click(function() {
        window.open(this.href);
        return false;
    });
});

$(document).ready(function(){	
	$(".quote-wrapper").easySlider({
		auto: true,
		continuous: true ,
		speed: 800,
		pause: 4000,
		controlsShow: false
	});
});
$(document).ready(function(){
    $("#contactform").validate();
});



