<!-- Begin 
var now = new Date() 
var sec = now.getSeconds() 
var how_many_pics = 17; 
var pics = sec % how_many_pics; 
pics +=1; 
if (pics==1) { 
url="/workshops/index.htm"; 
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialistt"; 
picture="/homepicts/1.jpg"; 
width="662"; 
height="250";} 

if (pics==2) { 
url="/workshops/o-ps-2day.htm"; 
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist"; 
picture="/homepicts/2.jpg"; 
width="662"; 
height="250";} 
 
if (pics==3) { 
url="/workshops/c-ps-2day.htm"; 
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist"; 
picture="/homepicts/3.jpg"; 
width="662"; 
height="250";} 

if (pics==4) {
url="/workshops/custom-ws.htm";
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist";
picture="/homepicts/4.jpg";
width="662"; 
height="250";} 

if (pics==5) { 
url="/services/comm-skills.htm"; 
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist"; 
picture="/homepicts/5.jpg"; 
width="662"; 
height="250";} 

if (pics==6) {
url="/services/selling-skills.htm";
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist";
picture="/homepicts/6.jpg";
width="662"; 
height="250";} 

if (pics==7) { 
url="/services/speech-speak.htm"; 
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist"; 
picture="/homepicts/7.jpg"; 
width="662"; 
height="250";} 

if (pics==8) { 
url="/services/media-train.htm"; 
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist"; 
picture="/homepicts/8.jpg"; 
width="662"; 
height="250";} 
 
if (pics==9) { 
url="/services/exec-coach.htm"; 
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist"; 
picture="/homepicts/9.jpg"; 
width="662"; 
height="250";} 

if (pics==10) {
url="/workshops/c-ps-1day.htm";
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist";
picture="/homepicts/10.jpg";
width="662"; 
height="250";} 

if (pics==11) { 
url="/services/comm-skills.htm"; 
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist"; 
picture="/homepicts/11.jpg"; 
width="662"; 
height="250";} 

if (pics==12) {
url="/services/selling-skills.htm";
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist";
picture="/homepicts/12.jpg";
width="662"; 
height="250";} 

if (pics==13) { 
url="/workshops/o-ps-2day.htm"; 
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist"; 
picture="/homepicts/13.jpg"; 
width="662"; 
height="250";} 
 
if (pics==14) { 
url="/workshops/c-ps-2day.htm"; 
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist"; 
picture="/homepicts/14.jpg"; 
width="662"; 
height="250";} 

if (pics==15) {
url="/workshops/custom-ws.htm";
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist";
picture="/homepicts/15.jpg";
width="662"; 
height="250";} 

if (pics==16) { 
url="/services/comm-skills.htm"; 
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist"; 
picture="/homepicts/16.jpg"; 
width="662"; 
height="250";} 

if (pics==17) {
url="/services/selling-skills.htm";
alt="Speechworks: Atlanta Communication Experts | Public Speaking Specialist";
picture="/homepicts/17.jpg";
width="662"; 
height="250";} 

document.write('<a href=\"' + url + '\" target=\"_top\">'); 
document.write('<img src=\"' + picture + '\" width=') 
document.write(width + ' height=' + height + ' '); 
document.write('alt=\"' + alt + '\" border=0></a>'); 
// End -->