$(document).ready(function () {
	//var numRand = Math.floor(Math.random()*2);
	//if(numRand==0) {
    //	$("#promotionalblock").empty();
	//	$("#promotionalblock").css("background-image","url(images/promo_image_01.png)");
	//	$("#promotionalblock").append("<p style='margin-left:160px;margin-right:10px;'><strong>Survey Central</strong></p>");
	//	$("#promotionalblock").append("<p style='margin-left:160px;margin-right:10px;'>Instant web-based access to research reports and data, plus analysis tools.</p>");
	//	$("#promotionalblock").append("<p style='margin-left:160px;margin-right:10px;'><a href='survey-central.html'>More info and demo</a></p>");
	//};
	//if(numRand==1) {
    //	$("#promotionalblock").empty();
	//	$("#promotionalblock").css("background-image","url(images/promo_image_02.png)");
	//	$("#promotionalblock").append("<p style='margin-left:160px;margin-right:10px;'><strong>Action Planning</strong></p>");
	//	$("#promotionalblock").append("<p style='margin-left:160px;margin-right:10px;'>Take results further with our survey results-based project management system</p>");
	//	$("#promotionalblock").append("<p style='margin-left:160px;margin-right:10px;'><a href='action-planning.html'>More info and demo</a></p>");
	//};
	$("#promotionalblock").empty();
	$("#promotionalblock").css("background-image","url(images/promo_image_03.png)");
	$("#promotionalblock").append("<p style='margin-left:20px;margin-right:10px;margin-top:225px;'><strong>Managing Your Own Survey?</strong></p>");
	$("#promotionalblock").append("<p style='margin-left:20px;margin-right:10px;margin-bottom:5px;'>We may be able to assist you with individual elements of your project such as:</p>");
	$("#promotionalblock").append("<p style='margin-left:40px;margin-right:10px;margin-top:0px;margin-bottom:0px;'> - Advising on questions</p>");
	$("#promotionalblock").append("<p style='margin-left:40px;margin-right:10px;margin-top:0px;margin-bottom:0px'> - Hosting an online survey</p>");
	$("#promotionalblock").append("<p style='margin-left:40px;margin-right:10px;margin-top:0px;margin-bottom:0px'> - Creating meaningful analysis from datafiles</p>");
	$("#promotionalblock").append("<p style='margin-left:20px;margin-right:10px;margin-top:5px;'>If this is of interest, please <a href='contact-us.html'>get in touch</a></p>");
});
