$(window).load(function() {

	$("#images_header img").each(function(){
		this.src = 'cmsimages/' + this.id + (Math.round(2*Math.random()) + 1) + '.jpg';
	});
	
});

