// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function text() {
};

text = new text();
number = 0;

text[number++] = "<br><br><i>Tactician Media's knowledge of our industry really sets them apart.</i> <br><br> <div align='right'>- Columbus Dispatch</div><br>"
text[number++] = "<br><i>Tactician Media and Insert Express have made us much more efficient in how we transact our preprint business, which translates to more dollars earned for a lot less time, effort and expense.</i> <br> <div align='right'>- Atlanta Journal Constitution</div><br>"
text[number++] = "<br><i>There is no other product on the market that will handle all of our products at the same time in the same proposal like Insert Express.</i> <br> <div align='right'>- Chicago Tribune</div><br>"
text[number++] = "<br><i>The bottom line. Much less time spent to get highly client-specific, demographic proposals which resonate strongly with the objectives and needs of clients.</i> <br> <div align='right'>- San Jose Mercury News</div><br>"
text[number++] = "<i>We continue to be impressed by the level of customer service that Tactician Media provides. They are consistently quick to respond to our ever changing system needs. Ongoing reliability and quality customer service proves that Tactician Media is committed to their customers.</i> <br> <div align='right'>- The San Diego Union-Tribune</div><br>"

increment = Math.floor(Math.random() * number);

document.write(text[increment]);