
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" /></div>').appendTo('#header');
	
	jQuery('#headerWrapper').css('margin-bottom','72px');
		
});


