// JavaScript Document
$(document).ready(function() {
	$("#slideShow").prepend("<img src='attributes/frontPage/kirrie.jpg' alt='Kirriemuir Golf Club' />\n <img src='attributes/frontPage/alyth.jpg' alt='Alyth Golf Club' />\n <img src='attributes/frontPage/strathmore.jpg' alt='Strathmore Golf Club' />\n <img src='attributes/frontPage/glenisla.jpg' alt='Glenisla Golf Club' />");
	$("#slideShow").addClass("slideShow");
	$("#advert").find("h3:first").addClass("moveDown");
	
    $('#slideShow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed: 1000,
		timeout: 1000
	});
});
