//DO NOT CHANGE
//*******************
randomContent = new Array();
//*******************

//EDIT HERE
//*******************
//EXAMPLE: (add a new line for each item)
//randomContent[randomContent.length] = new Array('IMAGENAME.JPG','CONTENT GOES HERE');
//randomContent[randomContent.length] = new Array('','<img src="/IMG/DYK_headset.jpg" alt="Headset" title="Headset" /><h1>55,000 Calls a day and growing.</h1><p>We just need to come up with all of these types of items and get them linking to the page content they reference.</p><h2><a href="#">Learn More</a></h2>');
randomContent[randomContent.length] = new Array('','<h1>Did you know?</h1><p>Too many marketing programs give up too soon. On average, you have to have seven to nine repeats before you will see results in your marketing program.</p>');
randomContent[randomContent.length] = new Array('','<h1>Did you know?</h1><p>The more data you have, and the more you know about your customers, the better your marketing will be.</p>');
randomContent[randomContent.length] = new Array('','<h1>Did you know?</h1><p>People are human beings and like to be treated as such. Don&#8217;t treat people as prospects; don&#8217;t treat them as demographic groups.</p>');
randomContent[randomContent.length] = new Array('','<h1>Did you know?</h1><p>Getting a person to say yes to a sale works best if you establish momentum first with lesser questions to which it is easy to answer yes.</p>');
randomContent[randomContent.length] = new Array('','<h1>Did you know?</h1><p>Your customers will be buying a lot more than merely your product or service. They are buying your personality, your reputation, your service, and your status in the community.</p>');
randomContent[randomContent.length] = new Array('','<h1>Did you know?</h1><p>People will remember the most fascinating part of your marketing and not necessarily your product or service. That is why you need to be very careful every step of the way.</p>');
randomContent[randomContent.length] = new Array('','<h1>Did you know?</h1><p>98% of all salespeople don&#8217;t follow a consistent sales methodology.</p>');
randomContent[randomContent.length] = new Array('','<h1>Did you know?</h1><p>87% of prospected inquires are never followed up by a sales contact.</p>');
randomContent[randomContent.length] = new Array('','<h1>Did you know?</h1><p>40% of all sales veterans experience bouts of call reluctance severe enough to threaten their contribution in sales.</p>');
randomContent[randomContent.length] = new Array('','<h1>Did you know?</h1><p>93% of all sales veterans have had no training on how to generate their own leads.</p>');
{
}
//*******************


//DO NOT CHANGE
//*******************
theImage = (Math.ceil(Math.random()*(randomContent.length)))-1;
var featuredProduct='';
featuredProduct += '';
featuredProduct += randomContent[theImage][1] + '';

document.write (featuredProduct);
//*******************
