//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('','<p>I&#8217;ve partnered with the team at Direct2Market Sales Solutions on numerous initiatives. It&#8217;s great to work with people that are focused on making programs successful and are experts at what they do!</p><p>National Sales Director, AmeriQuest Corporation</p>');
randomContent[randomContent.length] = new Array('','<p>We have worked with Direct2Market Sales Solutions on many projects and I am continually impressed with the quality of their telesales professionals and the web-enabled reporting system which allows me to view real-time data and make changes to programs on the fly. Our results have been above target</p><p>Director, North American Sales, Corning Incorporated</p>');

{
}
//*******************


//DO NOT CHANGE
//*******************
theImage = (Math.ceil(Math.random()*(randomContent.length)))-1;
var featuredProduct='';
featuredProduct += '';
featuredProduct += randomContent[theImage][1] + '';

document.write (featuredProduct);
//*******************
