var pic = new Array(
"'http://www.haplasticsurgery.com/images/stories/Newsflashes/news-block1.jpg' alt=''",
"'http://www.haplasticsurgery.com/images/stories/Newsflashes/news-block2.jpg' alt=''",
"'http://www.haplasticsurgery.com/images/stories/Newsflashes/news-block3.jpg' alt=''",
"'http://www.haplasticsurgery.com/images/stories/Newsflashes/news-block4.jpg' alt=''",
"'http://www.haplasticsurgery.com/images/stories/Newsflashes/news-block5.jpg' alt=''",
"'http://www.haplasticsurgery.com/images/stories/Newsflashes/news-block6.jpg' alt=''",
"'http://www.haplasticsurgery.com/images/stories/Newsflashes/news-block7.jpg' alt=''");

var hyperlink = new Array(
"'http://www.haplasticsurgery.com/body-contouring-dallas.html'",
"'http://www.haplasticsurgery.com/dallas-breast-augmentation-before-after.html'",
"'http://www.haplasticsurgery.com/cosmetic-surgery-dallas.html'",
"'http://www.epicentre-dallas.com/'",
"'http://www.epicentrelegacy.com/'",
"'http://kidsplastsurg.com/'",
"'http://www.dmagazine.com/ME2/Sites/dirmod.asp?sid=&nm=&type=MultiPublishing&mod=PublishingTitles&mid=7155F7796F354F21B1183937D847D6DF&tier=4&id=F2D4FB879D3A4202B29423690347ECEC&SiteId=A967C47D4B6B4222A0EBA0B5025F306C&PageId=D91E5836736E45ACA0CAEFED9820163E'");

var los = Math.floor(Math.random() * pic.length) 
document.write ("<a href="+hyperlink[los]+" target='_self'><img src="+pic[los]+" alt='' title='' /></a>");