<!--// 

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

if (AdNumber==1)

{

 url="april.shtml";
 Graphic="/go-go/images/go-go_girls.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 
}

if (AdNumber==2)

{

 url="lynn.shtml";
 Graphic="/go-go/images/go-go_girls2.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 
}

if (AdNumber==3)

{

 url="#post";
 Graphic="/go-go/images/go-go_girls3.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 
}

if (AdNumber==4)

{

 url="linhda.shtml";
 Graphic="/go-go/images/go-go_girls4.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 
}

if (AdNumber==5)

{

 url="paula.shtml";
 Graphic="/go-go/images/go-go_girls5.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 

}

if (AdNumber==6)

{

 url="olga.shtml";
 Graphic="/go-go/images/go-go_girls6.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 

}

if (AdNumber==7)

{

 url="paula.shtml";
 Graphic="/go-go/images/go-go_girls7.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 

}

if (AdNumber==8)

{

 url="maureen.shtml";
 Graphic="/go-go/images/go-go_girls8.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 

}

if (AdNumber==9)

{

 url="index.shtml";
 Graphic="/go-go/images/go-go_girls9.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 

}

if (AdNumber==10)

{

 url="haley.shtml";
 Graphic="/go-go/images/go-go_girls10.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 

}

if (AdNumber==11)

{

 url="april.shtml";
 Graphic="/go-go/images/go-go_girls11.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 

}

if (AdNumber==12)

{

 url="claudia.shtml";
 Graphic="/go-go/images/go-go_girls12.jpg";
 width = "300"
 height = "300"
alt="Go-Go Girl" 

}

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