$(document).ready(function() {

	var s = Math.round(Math.random() * 3) + 1;
	$("#homeFooter").before('<div id="homeperson'+s+'a"></div><div id="homeperson'+s+'b"></div><div id="homeperson'+s+'c"></div><div id="homeperson'+s+'d"></div>');
	
});
