<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="\"Great support, great hosting, great price ... it's just that simple.\"";
sig="~ Keegan Rooney ~";
url="http://www.cocorobot.com";
alt="Coco Robot Studios";
banner="/_images/cs/coco_dot_com.gif";
width="193";
height="69";
}
if (ad==2) {
txt="\"Someone is always there to help with any question by phone or email.\"";
sig="~ trampt Magazine ~";
url="http://www.trampt.com";
alt="the404 counter culture magazine";
banner="/_images/cs/trampt_dot_com.gif";
width="193";
height="69";
}
if (ad==3) {
txt="\"eMark is always there for us. After 3 hosting services, we've found a great home!\"";
sig="~ thefertilityshop.com ~";
url="http://www.thefertilityshop.com";
alt="thefertilityshop.com";
banner="/_images/cs/thefertilityshop_dot_com.gif";
width="193";
height="69";
}
if (ad==4) {
txt="";
sig="~ jp-prodraft.com ~";
url="http://www.jp-prodraft.com";
alt="jp-prodraft.com Distinction in Design";
banner="/_images/cs/jp-prodraft_dot_com.gif";
width="193";
height="69";
}

document.write('<center>' + '<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=/_images/cs/client-spotlight.gif width=193 height=16 alt=Client Spotlight border=0><br>');
document.write('<img src=\"' + banner + '\" width=' + width + ' height=' + height + ' alt=\"' + alt + '\" border=0></a><br><br>');
if (txt!='') {
document.write('<span=\"smtext\">' + txt + '</span><br>');
} else {
}
document.write('<b>' + sig + '</b>');
document.write('</center>');
// End -->
