//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('','While ten years ago there were only a handful of scientists working on this problem, now there are well over 1000, and more begin work on autism every day.');

randomContent[randomContent.length] = new Array('','1 in 150 children are diagnosed with autism. 4 out of 5 children are boys. 67 children are diagnosed with autism everyday.');

randomContent[randomContent.length] = new Array('','There is no cure for autism. There is no medical detection for autism.');

randomContent[randomContent.length] = new Array('','Statistics show that boys are three to four times more likely to be affected by autism than girls.');

randomContent[randomContent.length] = new Array('','There is no definitive treatment for autism. There are a variety of ways to minimize the symptoms and maximize learning capabilities. Behavioral therapy, speech-language therapy, physical therapy, education and medication all contribute to successful treatment plans.');

randomContent[randomContent.length] = new Array('','Scientists don&rsquo;t know what causes autism. Much research suggests that genetics and environmental factors play a role in causing autism.');

randomContent[randomContent.length] = new Array('','Some common signs or red flags for autism include poor eye contact, little or no response to his/her own name and repetitive behavior patterns.');

randomContent[randomContent.length] = new Array('','Autism is the fastest growing developmental disability. 1 to 1.5 million Americans are autistic.');

randomContent[randomContent.length] = new Array('','The typical cost of living for a parent or family caring for an autistic loved one will spend approximately $40 to $80 thousand dollars a year. Cost of lifelong care can be reduced by 2/3 with early diagnosis and intervention.');

randomContent[randomContent.length] = new Array('','Autism costs the United States $90 billion a year. This cost is expected to double in the next ten years.');

randomContent[randomContent.length] = new Array('','Early intervention is critical to gain maximum benefit from existing therapies. Don&rsquo;t wait-talk to your doctor about getting child screened for autism. New research shows that children as young as one may exhibit signs of autism, so recognizing early signs and knowing developmental milestones is important. Early intervention is the key.');

randomContent[randomContent.length] = new Array('','Autism is a spectrum disorder; it takes on many different forms. A diagnosis can range from mild to severe, and though children who have it (i.e. are on the spectrum) are likely to exhibit similar traits. While one child may rarely speak and have difficulty learning how to read and write, another can be so high-functioning that they are able to attend classes in conventional schools. ');

randomContent[randomContent.length] = new Array('','Autism was first described as a unique disorder in the 1940s. In the early 1990s, autism diagnoses began to soar. In the ten years between 1993 and 2003, the number of American schoolchildren with autism diagnoses increased by over 800%. Now, in 2008 1 in 150 individuals are diagnosed with Autism.'); 


{
}
//*******************


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

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