jQuery(document).ready(function() {
	var imagePath = RwGet.pathto('images/editable_images/','header_');
	
	jQuery('<div id="slideshow"><img src="' + imagePath + '26.jpg" /><img src="' + imagePath + '27.jpg" /><img src="' + imagePath + '28.jpg" /><img src="' + imagePath + '29.jpg" /><img src="' + imagePath + '30.jpg" /></div>').appendTo('#header');

	jQuery('#headerWrapper').css('margin-bottom','72px');
		
});


