
	$(document).ready( function() {
		
		num = Math.floor(Math.random() * 4);
		$("#header").addClass('header'+num);
				
	});