<?php
$adnums = array("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12");
$adimgs[1] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/barnet_photography.jpg";
$adurls[1] = "http://www.barnetphotography.com/";
$adalts[1] = "Barnet Photography";
$adimgs[2] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/jimkennedy.jpg";
$adurls[2] = "http://www.jimkennedyphotographers.com/";
$adalts[2] = "Jim Kennedy Photographers";
$adimgs[5] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/westinstfrancis.jpg";
$adurls[5] = "http://westinstfrancis.com/weddings";
$adalts[5] = "Westin St. Francis";
$adimgs[9] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/lodge.jpg";
$adurls[9] = "http://lodgetorreypines.com/weddings";
$adalts[9] = "The Lodge at Torrey Pines";
$adimgs[4] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/caperey.jpg";
$adurls[4] = "https://www.caperey.com/weddings";
$adalts[4] = " Cape Rey Carlsbad, A Hilton Resort";
$adimgs[3] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/lakeforest.jpg";
$adurls[3] = "http://www.lakeforestlimos.com";
$adalts[3] = "Lake Forest Limousines";
$adimgs[7] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/hornblower.jpg";
$adurls[7] = "http://www.hornblower.com";
$adalts[7] = "Hornblower Cruises & Events";
$adimgs[6] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/classicpartyrentals.jpg";
$adurls[6] = "http://www.classicpartyrentals.com";
$adalts[6] = "Classic Party Rentals";
$adimgs[0] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/lafloral.jpg";
$adurls[0] = "http://www.losangelesfloralcouture.com";
$adalts[0] = "Los Angeles Floral Couture";
$adimgs[10] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/hiltonwaterfront.jpg";
$adurls[10] = "http://www.waterfrontresort.com";
$adalts[10] = "The Waterfront Beach Resort, A Hilton Hotel";
$adimgs[8] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/langham.jpg";
$adurls[8] = "http://www.langhamhotels.com/en/the-langham/pasadena/events/weddings/";
$adalts[8] = "The Langham";
$adimgs[11] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/terranea.jpg";
$adurls[11] = "http://www.terranea.com";
$adalts[11] = "Terranea Resort";
$tm = time();
$today = mktime(0, 0, 0, (int)date("n", $tm), (int)date("j", $tm), (int)date("Y", $tm));
srand($today / pi());
shuffle($adnums);
?>
<div id="adbar">
<?php foreach($adnums as $ad) :?>
<?php $num = $ad - 1; ?>
<a href="<?php echo $adurls[$num] ?>" onClick="javascript: pageTracker._trackPageview('/outgoing/tilewave_ads/frontpage/<?php echo $adalts[$num] ?>');" title="<?php echo $adalts[$num] ?>" target="_blank"><img class="adimg" src="<?php echo $adimgs[$num] ?>" width="150" height="150" alt="<?php echo $adalts[$num] ?>" /></a>
<?php endforeach; ?>
</div>