//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('','<p>CMS makes frequent changes to hospital coding and payment regulations. Drug Administration changes are effective for services provided on or after January 1, 2006. <a href="industry_experts_coding-and-payment-guidelines.php">read more &raquo;</a></p>');
randomContent[randomContent.length] = new Array('','<p>When should hospitals generate separate charges for radiopharmaceuticals or isotopes that are used in conjunction with nuclear medicine procedures? <a href="industry_experts_nuclear-medicine-radiopharm.php"><nobr>read more &raquo;</nobr></a></p>');
randomContent[randomContent.length] = new Array('','<p>Hospitals should perform an &#8220;annual check-up&#8221; of their receivables management departments in order to ensure the integrity of processes, performance, and workflow. <a href="industry_experts_fiscal-check-up.php"><nobr>read more &raquo;</nobr></a></p>');
randomContent[randomContent.length] = new Array('','<p>When building a CDM, the name and description can have monumental impact on charge capture. <a href="industry_experts_whats-in-a-name.php"><nobr>read more &raquo;</nobr></a></p>');
{
}
//*******************


//DO NOT CHANGE
//*******************
theImage = (Math.ceil(Math.random()*(randomContent.length)))-1;
var featuredProduct='';
featuredProduct += '';
featuredProduct += randomContent[theImage][1] + '';

document.write (featuredProduct);
//*******************

