var banner=new Array()

banner[0]='<table border="0" id="table1" cellspacing="0" cellpadding="0"><tr><td><table border="0" cellpadding="0" style="border-collapse: collapse" width="188" id="table7"><tr><td><a target="_blank" href="http://www.aetv.com/random1/index.jsp"><img border="0" src="../images/random1_logo.jpg"></a></td></tr><tr><td><bgcolor=#F0F0F1><table border="0" cellpadding="5" style="border-collapse: collapse" width="188" id="table8"><tr><td bgcolor="#F0F0F1"><b>“Random 1” (A&E)</b><br>Two friends set out on a road trip with a mission: “Meet strangers at random and try to make a difference in their lives.” In their travels, they encounter homeless Americans with addiction problems. </td></tr></table></td></tr></table></td></tr></table>'

banner[1]='<table border="0" id="table1" cellspacing="0" cellpadding="0"><tr><td><table border="0" cellpadding="0" style="border-collapse: collapse" width="188" id="table7"><tr><td><a target="_blank" href="http://www.aetv.com/intervention/index.jsp"><img border="0" src="../images/intervention_logo.jpg"></a></td></tr><tr><td><bgcolor=#F0F0F1><table border="0" cellpadding="5" style="border-collapse: collapse" width="188" id="table8"><tr><td bgcolor="#F0F0F1"><b>“Intervention” (A&E):</b><br>This mature-audiences documentary series profiles people losing the battle with addictions; friends and families feel the only remaining option is to hold an intervention. Each documentary takes an unflinching look at the impact of addiction on their everyday lives, all while the addict is unaware that an intervention is being planned. Each airing ends with friends, family, and a professional interventionist urging the addict to get treatment.</td></tr></table></td></tr></table></td></tr></table>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])