var randomimageselect = new Array('http://www.buildstore.co.uk/affiliatewiz/aw.aspx?B=234&A=71','http://www.buildstore.co.uk/affiliatewiz/aw.aspx?B=223&A=71','http://www.buildstore.co.uk/affiliatewiz/aw.aspx?B=234&A=71','http://www.buildstore.co.uk/affiliatewiz/aw.aspx?B=154&A=71','http://www.buildstore.co.uk/affiliatewiz/aw.aspx?B=222&A=71');
var randomimagetext = new Array('The Home Building &amp; Renovating Show','Download our new finance brochure','The Home Building &amp; Renovating Show','The National Self Build and renovation Centre','Download our new insurance brochure');
var max = randomimageselect.length;
var num = Math.floor((Math.random() * max));
document.writeln("<a href='" + randomimageselect[num] + "&Task=Click' Target='_Blank'><img border='0' src='" + randomimageselect[num] + "&Task=Get' alt='" + randomimagetext[num] + "' title='" + randomimagetext[num] + "' width='585' height='75' style='margin-left:100px;' /></a>");
