// slider
$(function(){
	$('#frontslider').anythingSlider({
		hashTags : false,
		autoPlay : true,
		delay : 6000,
		animationTime : 300,
	});
});
