<!-- i do wish to take FULL creatid for this!  by justin Harper--!>
<!-- Begin
var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.eliteweddingcollection.com/location/1340/our-lucaya-beach-and-golf-resort.html";
alt="";
banner="images/home/1.jpg";
width="798";
height="181";
}
if (ad==2) {
txt="";
url="http://eliteweddingcollection.com/location/751/dreams-los-cabos-suites-golf-resort-and-spa.html";
alt="";
banner="images/home/2.jpg";
width="798";
height="181";
}
if (ad==3) {
txt=""; 
url="http://eliteweddingcollection.com/location/967/secrets-maroma-beach-riviera-cancun.html";
alt="";
banner="images/home/3.jpg";
width="798";
height="181";
}
if (ad==4) {
txt="";
url="http://www.eliteweddingcollection.com/location/756/secrets-capri-riviera-cancun.html";
alt="";
banner="images/home/4.jpg";
width="798";
height="181";
}
if (ad==5) {
txt="";
url="http://eliteweddingcollection.com/location/764/the-roosevelt-hotel-new-york-city.html";
alt="";
banner="images/home/5.jpg";
width="798";
height="181";
}
if (ad==6) {
txt=""; 
url="http://eliteweddingcollection.com/location/1047/hotel-del-coronado.html";
alt="";
banner="images/home/6.jpg";
width="798";
height="181";
}
if (ad==7) {
txt="";
url="http://eliteweddingcollection.com/location/1433/terranea-resort.html";
alt="";
banner="images/home/7.jpg";
width="798";
height="181";
}
if (ad==8) {
txt="";
url="http://eliteweddingcollection.com/location/1043/wailea-beach-marriott-resort-and-spa.html";
alt="";
banner="images/home/8.jpg";
width="798";
height="181";
}
if (ad==9) {
txt="";
url="http://eliteweddingcollection.com/location/1371/the-arizona-biltmore.html";
alt="";
banner="images/home/9.jpg";
width="798";
height="181";
}
if (ad==10) {
txt=""; 
url="http://eliteweddingcollection.com/location/1197/cabo-azul-resort.html";
alt="";
banner="images/home/10.jpg";
width="798";
height="181";
}
if (ad==11) {
txt="";
url="http://eliteweddingcollection.com/location/1038/fiesta-americana-condesa-canc%fan.html";
alt="";
banner="images/home/11.jpg";
width="798";
height="181";
}
if (ad==12) {
txt=""; 
url="http://eliteweddingcollection.com/location/119/the-westin-st-john-resort-and-villas.html";
alt="";
banner="images/home/12.jpg";
width="798";
height="181";
}
if (ad==13) {
txt=""; 
url="http://eliteweddingcollection.com/location/764/";
alt="";
banner="images/home/13.jpg";
width="798";
height="181";
}
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
// End -->
