$(window).load(function() {
	// Everything in this function gets executed when the main page has loaded
	var bgcolorlist = ["#4AA02C", "#FBB917", "#E41B17", "#842DCE", "#000000", "#8B4513", "#00BFFF", "#A5005F"];
	var headColour = bgcolorlist[Math.floor(Math.random()*bgcolorlist.length)];
	$(".logoContainer, div.date, p.btn").css("background", headColour);
});
