<!-- Begin
var how_many_ads = 23;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/1.jpg";
width="400";
height="132";
}
if (ad==2) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/2.jpg";
width="400";
height="132";
}
if (ad==3) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/3.jpg";
width="400";
height="132";
}
if (ad==4) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/4.jpg";
width="400";
height="132";
}
if (ad==5) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/5.gif";
width="400";
height="132";
}
if (ad==6) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/6.gif";
width="400";
height="132";
}
if (ad==7) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/7.png";
width="400";
height="132";
}
if (ad==8) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/8.gif";
width="400";
height="132";
}
if (ad==9) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/9.jpg";
width="400";
height="132";
}
if (ad==10) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/10.gif";
width="400";
height="132";
}
if (ad==11) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/11.gif";
width="400";
height="132";
}
if (ad==12) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/12.jpg";
width="400";
height="132";
}
if (ad==13) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/13.gif";
width="400";
height="132";
}
if (ad==14) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/14.gif";
width="400";
height="132";
}
if (ad==15) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/15.jpg";
width="400";
height="132";
}
if (ad==16) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/16.jpg";
width="400";
height="132";
}
if (ad==17) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/17.jpg";
width="400";
height="132";
}
if (ad==18) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/18.jpg";
width="400";
height="132";
}
if (ad==19) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/19.jpg";
width="400";
height="132";
}
if (ad==20) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/20.gif";
width="400";
height="132";
}
if (ad==21) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/21.jpg";
width="400";
height="132";
}
if (ad==22) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/22.jpg";
width="400";
height="132";
}
if (ad==23) {
url="http://www.dcemulation.com";
alt="An Idea Started and Still GOING with Pride";
banner="/images/titles/23.gif";
width="400";
height="132";
}
document.write('<center>');
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('</a>');
document.write('</center>');
// End -->