World Population Day : IMA to focus on the youths


With 365 million people between the age of 10-24 years, India has the world’s largest youth population.

This population will cross 464 million by 2021. The time for today is to invest in the youth said Padma Shri Awardee Dr. A.Marthanda Pillai, National President and Padma Shri Awardee Dr K K Aggarwal, Hony. Secretary General, IMA in a joint statement.

/*
* World Populution Counter – By JavaScript Kit (http://www.javascriptkit.com)
* Based on code by Adam Brown
* This notice MUST stay intact for use
* Visit JavaScript Kit (http://www.javascriptkit.com) for this script and more
*/

function maind(){
startdate = new Date()
now(startdate.getYear(),startdate.getMonth(),startdate.getDate(),startdate.getHours(),startdate.getMinutes(),startdate.getSeconds())
}

function ChangeValue(number,pv){
numberstring =””
var j=0
var i=0
while (number > 1)
{

numberstring = (Math.round(number-0.5) % 10) + numberstring
number= number / 10
j++
if (number > 1 && j==3) {
numberstring = “,” + numberstring
j=0}
i++
}

numberstring=numberstring

if (pv==1) {document.getElementById(“worldpop”).innerHTML=numberstring }
}

function now(year,month,date,hours,minutes,seconds){
startdatum = new Date(year,month,date,hours,minutes,seconds)

var now = 5600000000.0
var now2 = 5690000000.0
var groeipercentage = (now2 – now) / now *100
var groeiperseconde = (now * (groeipercentage/100))/365.0/24.0/60.0/60.0
nu = new Date ()
schuldstartdatum = new Date (96,1,1)
secondenoppagina = (nu.getTime() – startdatum.getTime())/1000
totaleschuld= (nu.getTime() – schuldstartdatum.getTime())/1000*groeiperseconde + now
ChangeValue(totaleschuld,1);

timerID = setTimeout(“now(startdatum.getYear(),startdatum.getMonth(),startdatum.getDate(),startdatum.getHours(),startdatum.getMinutes(),startdatum.getSeconds())”,200)
}

window.onload=maind

Current world population (estimated): .

This free script provided by
JavaScript Kit

By 2025, world population will be over 8 billion people. Around 2040 it could hit 9 billion and by 2100 it could reach a massive 11 billion people.


IMA is sensitizing its 2.5 lacs members through its 1700 local branches and 30 State Branches :
To open adolescent clinics all across the country and provide them counseling about obesity, mental health problems and sexual health.
To create a national campaign to change the life style habits of youngsters as it is now confirmed that heart blockage process start right at this stage.
To sensitize all to be married girls to vouch at the time of marriage that they will not indulge in the sex selective abortions.
To have youth focus on nature rather than the preserved and artificially flavored food.
To sensitize Youngsters to learn to say no to tobacco related products.
To sensitize youngsters to participate in daily exercise programme to remain fit.