var links=new Array()



links[0]='<table border="0" cellspacing="0" cellpadding="0"><tr><td><h1>Counterfeit medications can be deadly. Many fake drugs contain too little, too much, or the wrong medicine, and may contain dangerous ingredients such as rat poison.</h1></td></tr></table>'

links[1]='<table border="0" cellspacing="0" cellpadding="0"><tr><td><h1>Counterfeiters are selling fakes of many kinds of drugs, including pills claimed to treat heart disease, arthritis, asthma, AIDS and cancer.</h1></td></tr></table>'

links[2]='<table border="0" cellspacing="0" cellpadding="0"><tr><td><h1>Internet drug outlets often sell dangerous counterfeit drugs, although they claim the drugs are real, and use state-of-the-art Web sites that may look like legitimate online pharmacies.</h1></td></tr></table>'

links[3]='<table border="0" cellspacing="0" cellpadding="0"><tr><td><h1>Many fake drugs are made to look like the real medication—it can be very difficult to tell them apart.</h1></td></tr></table>'


var whichlink=Math.floor(Math.random()*(links.length))
document.write(links[whichlink])

