//--------------- image script ---------------//


var str1="To resist religious intolerance and fundamentalism.";
var str2="To sow the seeds of science and humanism.";
var str3="To develop scientific temper, humanism, spirit of enquiry and reforms in the society as the duty of every citizen of India by the article of 51A of the Constitution of India.";

var str4="To encourage the critical investigation of fringe science claims, from scientific point of view  and to the disseminate factual information to the public with a method of science experimental  center and laboratory to scientific temper among students and the public ";

var str5="To explore the economical , health and environmental issues related with unscientific and inhuman traditional practices.";

var str6 ="To resist against the forces which try to weaken the secular values of the Nation envisaged in the preamble of the  Constitution of India.";

var str7="To support and work with individuals or group who are struggling against the rise of fundamentalism, growing influence of religious group in politics, the segregation of children in religious and sectarian schools. ";

var str8="To work for a world without religious privileges, discrimination, where people are free to live on the basis of reason, experience and shared human values as per Amsterdam declaration in 2002 of IHEU. ";


var str9="To help individuals and groups in their efforts to develop practice of humanist and non-religious ethics.";


var objectives=new Array(str1,str2,str3,str4,str5,str6,str7,str8,str9);

var whatImage = Math.random();

if(whatImage<=.083){
            theobjective=objectives[0];
} else if(whatImage<=.166){
            theobjective=objectives[1];
} else if(whatImage<=.249){
            theobjective=objectives[2];
} else if(whatImage<=.332){
            theobjective=objectives[3];
}else if(whatImage<=.415){
            theobjective=objectives[4];
} else if(whatImage<=.498){
            theobjective=objectives[5];
} else if(whatImage<=.581){
            theobjective=objectives[6];
} else if(whatImage<=.664){
            theobjective=objectives[7];
} else {
            theobjective=objectives[8];
}

//--------------- end image script ---------------//
