jQuery(document).ready(function() {
	var imagePath = RwGet.pathto('images/editable_images/','header_');
	
	jQuery('<div id="slideshow"><img src="' + imagePath + '31.jpg" /><img src="' + imagePath + '32.jpg" /><img src="' + imagePath + '33.jpg" /><img src="' + imagePath + '34.jpg" /><img src="' + imagePath + '35.jpg" /></div>').appendTo('#header');

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


