function banner() {
};

banner = new banner();
number = 0;

banner[number++] = '<a target="_blank" href="http://www.absolutekbs.com/"><img style="padding-bottom: 5px;" src="img/portfolio_ac_thumb.jpg" border="0" alt="Absolute Construction" height="115" width="155" /></a><br /><strong>Absolute Construction</strong>'

banner[number++] = '<a target="_blank" href="http://www.armanidevelopment.com/"><img style="padding-bottom: 5px;" src="img/portfolio_ad_thumb.jpg" border="0" alt="Armani Development" height="115" width="155" /></a><br /><strong>Armani Development</strong>'

banner[number++] = '<a target="_blank" href="http://www.anitadee.com/"><img style="padding-bottom: 5px;" src="img/portfolio_adyc_thumb.jpg" border="0" alt="Anita Dee Yacht Charters" height="115" width="155" /></a><br /><strong>Anita Dee<br />Yacht Charters</strong>'

banner[number++] = '<a target="_blank" href="http://www.boldimages.net/"><img style="padding-bottom: 5px;" src="img/portfolio_bip_thumb.jpg" border="0" alt="BOLDiMAGES Photography" height="115" width="155" /></a><br /><strong>BOLDiMAGES Photography</strong>'

banner[number++] = '<a target="_blank" href="http://www.conniejackson.net/"><img style="padding-bottom: 5px;" src="img/portfolio_cj_thumb.jpg" border="0" alt="Connie Jackson" height="115" width="155" /></a><br /><strong>Connie Jackson</strong>'

banner[number++] = '<a target="_blank" href="http://www.evochi.com/"><img style="padding-bottom: 5px;" src="img/portfolio_e_thumb.jpg" border="0" alt="Evochi" height="115" width="155" /></a><br /><strong>Evochi</strong>'

banner[number++] = '<a target="_blank" href="http://www.elmwoodchapel.com/"><img style="padding-bottom: 5px;" src="img/portfolio_efc_thumb.jpg" border="0" alt="Elmwood Funeral Chapel" height="115" width="155" /></a><br /><strong>Elmwood Funeral Chapel</strong>'

banner[number++] = '<a target="_blank" href="http://www.hallsofstgeorge.com/"><img style="padding-bottom: 5px;" src="img/portfolio_hosg_thumb.jpg" border="0" alt="Halls of St. George" height="115" width="155" /></a><br /><strong>Halls of St. George</strong>'

banner[number++] = '<a target="_blank" href="http://www.insitusoftware.com/"><img style="padding-bottom: 5px;" src="img/portfolio_is_thumb.jpg" border="0" alt="InSitu Software" height="115" width="155" /></a><br /><strong>InSitu Software</strong>'

banner[number++] = '<a target="_blank" href="http://www.illinistatetrucking.com/"><img style="padding-bottom: 5px;" src="img/portfolio_ist_thumb.jpg" border="0" alt="Illini State Trucking" height="115" width="155" /></a><br /><strong>Illini State Trucking</strong>'

banner[number++] = '<a target="_blank" href="http://www.lionsclubs.org/"><img style="padding-bottom: 5px;" src="img/portfolio_lci_thumb.jpg" border="0" alt="Lions Clubs International" height="115" width="155" /></a><br /><strong>Lions Clubs International</strong>'

banner[number++] = '<a target="_blank" href="http://www.lcsc.us/"><img style="padding-bottom: 5px;" src="img/portfolio_lcsc_thumb.jpg" border="0" alt="Lake Central School Corporation" height="115" width="155" /></a><br /><strong>Lake Central<br />School Corporation</strong>'

banner[number++] = '<a target="_blank" href="http://www.lighthouseagency.biz/"><img style="padding-bottom: 5px;" src="img/portfolio_lia_thumb.jpg" border="0" alt="Lighthouse Insurance Agency" height="115" width="155" /></a><br /><strong>Lighthouse<br />Insurance Agency</strong>'

banner[number++] = '<a target="_blank" href="http://www.lions-quest.org/"><img style="padding-bottom: 5px;" src="img/portfolio_lq_thumb.jpg" border="0" alt="Lions Quest" height="115" width="155" /></a><br /><strong>Lions Quest</strong>'

banner[number++] = '<a target="_blank" href="http://www.marigoldinc.com/"><img style="padding-bottom: 5px;" src="img/portfolio_m_thumb.jpg" border="0" alt="Marigold" height="115" width="155" /></a><br /><strong>Marigold</strong>'

banner[number++] = '<a target="_blank" href="http://www.newsolutionsinteriordesign.com/"><img style="padding-bottom: 5px;" src="img/portfolio_nsid_thumb.jpg" border="0" alt="New Solutions Interior Design" height="115" width="155" /></a><br /><strong>New Solutions<br />Interior Design</strong>'

banner[number++] = '<a target="_blank" href="http://www.neuro1.us/"><img style="padding-bottom: 5px;" src="img/portfolio_nss_thumb.jpg" border="0" alt="Neurological &amp; Spinal Surgery" height="115" width="155" /></a><br /><strong>Neurological &amp; Spinal<br />Surgery</strong>'

banner[number++] = '<a target="_blank" href="http://www.46375.org/"><img style="padding-bottom: 5px;" src="img/portfolio_scc_thumb.jpg" border="0" alt="Schererville Chamber of Commerce" height="115" width="155" /></a><br /><strong>Schererville<br />Chamber of Commerce</strong>'

banner[number++] = '<a target="_blank" href="http://www.stjohnbaseball.org/"><img style="padding-bottom: 5px;" src="img/portfolio_sjyb_thumb.jpg" border="0" alt="St. John Youth Baseball" height="115" width="155" /></a><br /><strong>St. John Youth Baseball</strong>'

banner[number++] = '<a target="_blank" href="http://www.welchsmeats.com/"><img style="padding-bottom: 5px;" src="img/portfolio_wm_thumb.jpg" border="0" alt="Welch\'s Meats" height="115" width="155" /></a><br /><strong>Welch\'s Meats</strong>'

banner[number++] = '<a target="_blank" href="http://www.willemsrealtors.com/"><img style="padding-bottom: 5px;" src="img/portfolio_wr_thumb.jpg" border="0" alt="Willems Realtors" height="115" width="155" /></a><br /><strong>Willems Realtors</strong>'

// banner[number++] = '<a target="_blank" href="URLHERE"><img style="padding-bottom: 5px;" src="img/portfolio_ABBREVHERE_thumb.jpg" border="0" alt="WEBSITEHERE" height="115" width="155" /></a><br /><strong>WEBSITEHERE</strong>'

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);
