<!-- 
/**********************************************************************************************
	mainPanel rotation
	email etaylor@cb.com with questions (http://www.cb.com)
***********************************************************************************************/

var how_many_panels = 3;
var now = new Date()
var sec = now.getSeconds()
var panel = sec % how_many_panels;
panel +=1;
if (panel==1) {
img="img/_fv1.gif";
lnk="designStudio.htm";
}
if (panel==2) {
img="img/_fv2.gif";
lnk="designStudio.htm";
}
if (panel==3) {
img="img/_fv3.gif";
lnk="designStudio.htm";
}
document.write('<img src=\"img/fvBan1.gif\" width=240 height=35 alt=\"\"><br><a class=feature href=\"' + lnk + '\" target=\"_top\"><img src=\"' + img + '\" border=0 width=240 height=100 alt=\"\"></a>');
// End --> 
 


