$(function() {

	// Header slideshow
	$('.slideshow').slideshow();

	// Execute queued scripts now that jQuery is available
	// See Stavaza #2460
	if(window.queue!=undefined){
		$.each(window.queue, function(index, fn) {
			fn($);
		});
		window.queue = {
			'push': function(fn) {
				fn($);
			}
		};
	}
});
