var black_01 = '<div style="height:8px"></div>We are proud not only of the work we do but also how we do it. ' 
				+'<a href="process.html">More</a><br /><br />';

var black_02 = '<div style="height:8px"></div>We strive to <em>go beyond the norm</em> in all we do. To see how, <a href="portfolio_web.html">click here</a><br /><br />';

var black_03 = '<div style="height:8px"></div>Take your business <em>beyond the norm!</em> 708.587.1700<br /><br />';

var black_04 = '<div style="height:8px"></div>Don&rsquo;t let your business go unnoticed! We have a convenient form that can kick-start the process!<br /><br />';

var black_05 = '<div style="height:8px"></div>Trust your marketing to the ones who do it best! <a href="portfolio_print.html">The Proof</a><br /><br />';



var mess = new Array(black_01,black_02,black_03,black_04,black_05);


var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);