<!--

// ***********************************************
// 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;

// textArray
text[number++] = "Find out more how the Packaging Diva can help you sell more products or improve the look of your product packaging. <a href=mailto:PackagingDiva@aol.com>Contact The Packaging Diva</a> for a special introductory offer and your free copy of 10 Things That Are Wrong With Your Packaging"
text[number++] = "Find out the latest in <b>green</b> packaging and environmental sustainability for your products. <a href=mailto:PackagingDiva@aol.comand>Click here</a> for a special introductory offer and get your free copy of <i>Packaging Your Green Brand</i>"
text[number++] = "Marketing to seniors and not sure how to package your products or if they are senior-friendly? <a href=mailto:PackagingDiva@aol.com>Click here</a> and get a free copy of <i>10 Tips On Packaging That Sells Product To Boomers</i>"
text[number++] = "Want to capture 80% of all the purchasing of consumer products, the female buyer? <a href=mailto:PackagingDiva@aol.com>Click here</a> for a special introductory offer and get a free copy of <i>Tips For Packaging Products She Will Buy</i>"
text[number++] = "Thinking about packaging your product in a plastic clamshell? Find out what you need to know before its too late. <a href=mailto:PackagingDiva@aol.com>Click here</a> for a special introductory offer and get a free copy of <i>Clamshells, clamshells, clamshells... What You Need To Know Before You Package Your Product.</i>"
text[number++] = "Planning on implementing RFID in your product packaging? Do you even need RFID? <a href=mailto:PackagingDiva@aol.com>Click here</a> for a special introductory offer and get a free copy of <i>Fear Factor Packaging</i>"
text[number++] = "Need to know more about packaging products for the health and nutrition markets? <a href=mailto:PackagingDiva@aol.com>Click here</a> for a special introductory offer and get a free copy of <i>Retail's First Moment Of Truth-The Package</i>"
text[number++] = "Not getting enough media coverage for your new packaging? <a href=mailto:PackagingDiva@aol.com>Click here</a> for a special introductory offer and get a free copy of <i>How To Make Your Product Packaging Newsworthy</i>"
text[number++] = "Find out more how the Packaging Diva can help you sell more products or improve the look of your product packaging. <a href=mailto:PackagingDiva@aol.com>Click here</a> for a special introductory offer and your free copy of <i>10 Things That Are Wrong With Your Packaging</i>"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->