<!--// 

var NumberOfAds = 10;
var now = new Date()
var sec = now.getSeconds()
var AdNumber = sec % NumberOfAds;
AdNumber +=1;

if (AdNumber==1)

{

 url="/models.shtml";
 Graphic="/images/pom/ab1_sm.jpg";
 width = "100"
 height = "101"
alt="San_Diego_Model" 
}

if (AdNumber==2)

{

 url="/models.shtml";
 Graphic="/images/pom/adare1_sm.jpg";
 width = "100"
 height = "101"
alt="San_Diego_Model" 
}

if (AdNumber==3)

{

 url="/models.shtml";
 Graphic="/images/pom/alita1_sm.jpg";
 width = "100"
 height = "101"
alt="San_Diego_Model" 

}

if (AdNumber==4)

{

 url="/models.shtml";
 Graphic="/images/pom/amc1_sm.jpg";
 width = "100"
 height = "101"
alt="San_Diego_Model" 
}
if (AdNumber==5)

{

 url="/models.shtml";
 Graphic="/images/pom/andy1.jpg";
 width = "100"
 height = "101"
alt="San_Diego_Model" 
}
if (AdNumber==6)

{

 url="/models.shtml";
 Graphic="/images/pom/annika1_sm.jpg";
 width = "100"
 height = "101"
alt="San_Diego_Model" 
}
if (AdNumber==7)

{

 url="/models.shtml";
 Graphic="/images/pom/april1_sm.jpg";
 width = "100"
 height = "101"
alt="San_Diego_Model" 
}
if (AdNumber==8)

{

 url="/models.shtml";
 Graphic="/images/pom/beth3_sm.jpg";
 width = "100"
 height = "101"
alt="San_Diego_Model" 
}
if (AdNumber==9)

{

 url="/models.shtml";
 Graphic="/images/pom/britt1_sm.jpg";
 width = "100"
 height = "101"
alt="San_Diego_Model" 

}
if (AdNumber==10)

{

 url="/models.shtml";
 Graphic="/images/pom/casara1_sm.jpg";
 width = "100"
 height = "101"
alt="San_Diego_Model" 
}

document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + Graphic + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=' + alt + ' border=0>');
document.write('</a>');
{
}
//-->