<?php
$adnums = array("1", "2", "3", "4", "5");
$adimgs[2] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/tsunami-ceremony-advertise-2.jpg";
$adurls[2] = "http://www.ceremonymagazine.com/advertise/";
$adalts[2] = "Advertise with Ceremony and CeremonyBlog";
$adimgs[4] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/large-langham.jpg";
$adurls[4] = "http://www.langhamhotels.com/en/the-langham/pasadena/events/weddings/";
$adalts[4] = "The Langham";
$adimgs[3] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/tsunami-bridalshows.jpg";
$adurls[3] = "http://www.ceremonymagazine.com/category/events/bridal-shows/";
$adalts[3] = "Bridal Shows where you can find a free copy of Ceremony Magazine";
$adimgs[0] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/tsunami-theweddingparty6.jpg";
$adurls[0] = "http://sandiegoweddingparty.com/";
$adalts[0] = "Wedding Party Bridal Show";
$adimgs[1] = "http://www.ceremonymagazine.com/wp-content/themes/ceremonyblog/images/ads/tsunami-ceremony-westingaslamp.jpg";
$adurls[1] = "http://westingaslamp.com/ceremony";
$adalts[1] = "The Westin San Diego Gaslamp Quarter";
$tm = time();
$today = mktime(0, 0, 0, (int)date("n", $tm), (int)date("j", $tm), (int)date("Y", $tm));
srand($today / pi());
shuffle($adnums);
?>
<br />
<div id="tsunami_adbar">
<?php foreach($adnums as $ad) :?>
<?php $num = $ad - 1; ?>
<a href="<?php echo $adurls[$num] ?>" title="<?php echo $adalts[$num] ?>" target="_blank"><img class="lrgadimg" src="<?php echo $adimgs[$num] ?>" width="319" height="120" alt="<?php echo $adalts[$num] ?>" /></a>
<?php endforeach; ?>
</div>
<div id="vidbar">
<iframe class="video player" src="http://player.vimeo.com/video/169703962?title=0&color=549dac" color="#5a4d3a" width="320" height="180" title="0" frameborder="0"></iframe>
<iframe class="video player" src="http://player.vimeo.com/video/165048013?title=0&color=549dac" color="#5a4d3a" width="320" height="180" title="0" frameborder="0"></iframe>
<iframe class="video player" src="http://player.vimeo.com/video/165045559?title=0&color=549dac" color="#5a4d3a" width="320" height="180" title="0" frameborder="0"></iframe>
<iframe class="video player" src="http://player.vimeo.com/video/165043038?title=0&color=549dac" color="#5a4d3a" width="320" height="180" title="0" frameborder="0"></iframe>
</div>