
<!--

/*
* Rotator Code for Smaller Circle on Front Page
* 
*/

var rotators = 5;
var x = new Date()
var y =x.getSeconds()
var circlerot = y % rotators;
circlerot +=1;

document.write('<img src=\"graphics/front_ciranim'+circlerot+'.gif\" width=\"184\" height=\"191\" alt=\"Southeastern Fertility Center\" border=\"0\">');


//end



//-->