
jQuery(document).ready(function() {
	var imagePath = RwGet.pathto('images/editable_images/','header_');
	
	jQuery('<div id="slideshow"><img src="' + imagePath + '1.jpg" /><img src="' + imagePath + '2.jpg" /><img src="' + imagePath + '3.jpg" /><img src="' + imagePath + '4.jpg" /><img src="' + imagePath + '5.jpg" /><img src="' + imagePath + '6.jpg" /><img src="' + imagePath + '7.jpg" /><img src="' + imagePath + '8.jpg" /><img src="' + imagePath + '9.jpg" /><img src="' + imagePath + '10.jpg" /><img src="' + imagePath + '11.jpg" /><img src="' + imagePath + '12.jpg" /><img src="' + imagePath + '13.jpg" /><img src="' + imagePath + '14.jpg" /><img src="' + imagePath + '15.jpg" /><img src="' + imagePath + '16.jpg" /><img src="' + imagePath + '17.jpg" /><img src="' + imagePath + '18.jpg" /><img src="' + imagePath + '19.jpg" /><img src="' + imagePath + '20.jpg" /><img src="' + imagePath + '21.jpg" /><img src="' + imagePath + '22.jpg" /><img src="' + imagePath + '23.jpg" /><img src="' + imagePath + '24.jpg" /><img src="' + imagePath + '25.jpg" /><img src="' + imagePath + '26.jpg" /></div>').appendTo('#header');
	
	jQuery('#headerWrapper').css('margin-bottom','72px');
		
});


