var thetime=new Date(); 
var nsecn=thetime.getSeconds()+1;
var option=nsecn % 2 + 1
if (option==1)
theme ='#003366';
else
theme ='#003366';
