$(document).ready(function(){
		$("a[rel=external]").attr('target','_blank');
	});

$(function(){
	// Set starting slide to 1
	var startSlide = 1;
	// Get slide number if it exists
	if (window.location.hash) {
		startSlide = window.location.hash.replace('#','');
	}
	// Initialize Slides
	$('#slides').slides({
		preload: true,
		preloadImage: 'img/loading.gif',
		//generatePagination: true,
		play: 3000,
		pause: 2500,
		hoverPause: true,
		generatePagination: false,
		start: startSlide,
		effect: 'fade'
	});
});

$(function(){
	// Set starting slide to 1
	var startSlide = 1;
	// Get slide number if it exists
	if (window.location.hash) {
		startSlide = window.location.hash.replace('#','');
	}
	// Initialize Slides
	$('#slides1').slides({
		preload: true,
		preloadImage: 'img/loading.gif',
		//generatePagination: true,
		play: 3500,
		pause: 2500,
		hoverPause: true,
		generatePagination: false,
		start: startSlide,
		effect: 'fade'
	});
});

$(function(){
	// Set starting slide to 1
	var startSlide = 1;
	// Get slide number if it exists
	if (window.location.hash) {
		startSlide = window.location.hash.replace('#','');
	}
	// Initialize Slides
	$('#slides2').slides({
		preload: true,
		preloadImage: 'img/loading.gif',
		//generatePagination: true,
		play: 4000,
		pause: 2500,
		hoverPause: true,
		generatePagination: false,
		start: startSlide,
		effect: 'fade'
	});
});

$(function(){
	// Set starting slide to 1
	var startSlide = 1;
	// Get slide number if it exists
	if (window.location.hash) {
		startSlide = window.location.hash.replace('#','');
	}
	// Initialize Slides
	$('#slides3').slides({
		preload: true,
		preloadImage: 'img/loading.gif',
		//generatePagination: true,
		play: 4500,
		pause: 2500,
		hoverPause: true,
		generatePagination: false,
		start: startSlide,
		effect: 'fade'
	});
});
