$(document).ready(function(){
	$('#homeslider')
	.anythingSlider({
		width          : 600,
		height         : 309,
		startStopped   : false,
		toggleControls : false,
		theme          : '',
		navigationFormatter : function(i, panel){
			return ['<img src="/wp-content/themes/montage/images/b-thumb1.jpg" />', '<img src="/wp-content/themes/montage/images/b-thumb2.jpg" />', '<img src="/wp-content/themes/montage/images/b-thumb3.jpg" />', '<img src="/wp-content/themes/montage/images/b-thumb4.jpg" />', '<img src="/wp-content/themes/montage/images/b-thumb5.jpg" />'][i - 1];
		}
	})
});
