• DELETE FROM KEYWORDS WHERE ID_DOMAINE=28239322
  • DoneDoneDone

    URL:www.leonfoundation.co.za

    Connection: Keep-Alive
    Date: Fri, 01 Nov 2024 08:36:42 GMT
    Keep-Alive: timeout=5, max=100
    Content-Length: 20094
    Content-Type: text/html
    Last-Modified: Tue, 23 Apr 2024 20:45:52 GMT
    Accept-Ranges: bytes
    ETag: "4e7e-616c9a3cfbc05"
    Server: Apache
    Vary: Accept-Encoding
    
    
    Status => 200
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
    <head>
    <title>Claude Leon Foundation - Funding of Postdoctoral Fellowships for research in Science, Engineering and Medical Science at South African Universities</title>    
    <meta name="description" content="Building research capacity in higher education, supporting innovation in schooling and Early Childhood Development (ECD), building opportunities for post-school youth and defence of democracy."/>
    <meta name="keywords" content="Funding, Postdoctoral Fellowship, Science, Engineering, Medical Science, South African universities, South Africa"/>
    <meta name="distribution" content="global" />
    <meta name="robots" content="follow, all" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="style.css"/>
    <style type="text/css">
    
    html,body {  margin:0;  padding:0;  width:100%;} 
    table.full-width {  width:100%;  border:0px solid black;}
    
    </style>
    
    <script type="text/javascript">
          
    /***********************************************
    * Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit http://www.dynamicdrive.com/ for this script and 100s more.
    ***********************************************/
     
    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["images/slide1.jpg", "", "The Claude Leon Foundation"] //plain image syntax
    fadeimages[1]=["images/slide2.jpg", "", "The Claude Leon Foundation"] //image with link syntax
    fadeimages[2]=["images/slide4.jpg", "", "The Claude Leon Foundation"] //plain image syntax
    fadeimages[3]=["images/slide5.jpg", "", "The Claude Leon Foundation"] //plain image syntax
    fadeimages[4]=["images/slide6.jpg", "", "The Claude Leon Foundation"] //plain image syntax
    fadeimages[5]=["images/slide3.jpg", "", "The Claude Leon Foundation"] //plain image syntax
    
    var fadebgcolor="#"
    
    ////NO need to edit beyond here/////////////
     
    var fadearray=new Array() //array to cache fadeshow instances
    var fadeclear=new Array() //array to cache corresponding clearinterval pointers
     
    var dom=(document.getElementById) //modern dom browsers
    var iebrowser=document.all
     
    function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
    this.pausecheck=pause
    this.mouseovercheck=0
    this.delay=delay
    this.degree=10 //initial opacity degree (10%)
    this.curimageindex=0
    this.nextimageindex=1
    fadearray[fadearray.length]=this
    this.slideshowid=fadearray.length-1
    this.canvasbase="canvas"+this.slideshowid
    this.curcanvas=this.canvasbase+"_0"
    if (typeof displayorder!="undefined")
    theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
    this.theimages=theimages
    this.imageborder=parseInt(borderwidth)
    this.postimages=new Array() //preload images
    for (p=0;p<theimages.length;p++){
    this.postimages[p]=new Image()
    this.postimages[p].src=theimages[p][0]
    }
     
    var fadewidth=fadewidth+this.imageborder*2
    var fadeheight=fadeheight+this.imageborder*2
     
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
    document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
    else
    document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
     
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
    this.startit()
    else{
    this.curimageindex++
    setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
    }
    }
    
    function fadepic(obj){
    if (obj.degree<100){
    obj.degree+=10
    if (obj.tempobj.filters&&obj.tempobj.filters[0]){
    if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
    obj.tempobj.filters[0].opacity=obj.degree
    else //else if IE5.5-
    obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
    }
    else if (obj.tempobj.style.MozOpacity)
    obj.tempobj.style.MozOpacity=obj.degree/101
    else if (obj.tempobj.style.KhtmlOpacity)
    obj.tempobj.style.KhtmlOpacity=obj.degree/100
    else if (obj.tempobj.style.opacity&&!obj.tempobj.filters)
    obj.tempobj.style.opacity=obj.degree/101
    }
    else{
    clearInterval(fadeclear[obj.slideshowid])
    obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
    obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
    obj.populateslide(obj.tempobj, obj.nextimageindex)
    obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
    setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
    }
    }
     
    fadeshow.prototype.populateslide=function(picobj, picindex){
    var slideHTML=""
    if (this.theimages[picindex][1]!="") //if associated link exists for image
    slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
    slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
    if (this.theimages[picindex][1]!="") //if associated link exists for image
    slideHTML+='</a>'
    picobj.innerHTML=slideHTML
    }
     
     
    fadeshow.prototype.rotateimage=function(){
    if (this.pausecheck==1) //if pause onMouseover enabled, cache object
    var cacheobj=this
    if (this.mouseovercheck==1)
    setTimeout(function(){cacheobj.rotateimage()}, 100)
    else if (iebrowser&&dom||dom){
    this.resetit()
    var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    crossobj.style.zIndex++
    fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
    this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
    }
    else{
    var ns4imgobj=document.images['defaultslide'+this.slideshowid]
    ns4imgobj.src=this.postimages[this.curimageindex].src
    }
    this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
    }
     
    fadeshow.prototype.resetit=function(){
    this.degree=10
    var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    if (crossobj.filters&&crossobj.filters[0]){
    if (typeof crossobj.filters[0].opacity=="number") //if IE6+
    crossobj.filters(0).opacity=this.degree
    else //else if IE5.5-
    crossobj.style.filter="alpha(opacity="+this.degree+")"
    }
    else if (crossobj.style.MozOpacity)
    crossobj.style.MozOpacity=this.degree/101
    else if (crossobj.style.KhtmlOpacity)
    crossobj.style.KhtmlOpacity=this.degree/100
    else if (crossobj.style.opacity&&!crossobj.filters)
    crossobj.style.opacity=this.degree/101
    }
     
     
    fadeshow.prototype.startit=function(){
    var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    this.populateslide(crossobj, this.curimageindex)
    if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
    var cacheobj=this
    var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
    crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
    crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
    }
    this.rotateimage()
    }
    
    </script>
    
    
    
    <style type="text/css">
    a {
    	color: #CC0000;
    }
    a:visited {
    	color: #CC0000;
    }
    a:hover {
    	color: #CC0000;
    }
     table.full-width {  width:100%;  border:0px solid black;}
     </style>
     
     <script type="text/javascript">
    
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-32795053-1']);
      _gaq.push(['_trackPageview']);
    
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
    
    </script>
    
    </head>
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
    <head>
    <title>Claude Leon Foundation - Funding of Postdoctoral Fellowships for research in Science, Engineering and Medical Science at South African Universities</title>    
    <meta name="description" content="Building research capacity in higher education, supporting innovation in schooling and Early Childhood Development (ECD), building opportunities for post-school youth and defence of democracy."/>
    <meta name="keywords" content="Funding, Postdoctoral Fellowship, Science, Engineering, Medical Science, South African universities, South Africa"/>
    <meta name="distribution" content="global" />
    <meta name="robots" content="follow, all" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="style.css"/>
    <style type="text/css">
    
    html,body {  margin:0;  padding:0;  width:100%;} 
    table.full-width {  width:100%;  border:0px solid black;}
    
    </style>
    
    <script type="text/javascript">
          
    /***********************************************
    * Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit http://www.dynamicdrive.com/ for this script and 100s more.
    ***********************************************/
     
    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["images/slide1.jpg", "", "The Claude Leon Foundation"] //plain image syntax
    fadeimages[1]=["images/slide2.jpg", "", "The Claude Leon Foundation"] //image with link syntax
    fadeimages[2]=["images/slide4.jpg", "", "The Claude Leon Foundation"] //plain image syntax
    fadeimages[3]=["images/slide5.jpg", "", "The Claude Leon Foundation"] //plain image syntax
    fadeimages[4]=["images/slide6.jpg", "", "The Claude Leon Foundation"] //plain image syntax
    fadeimages[5]=["images/slide3.jpg", "", "The Claude Leon Foundation"] //plain image syntax
    
    var fadebgcolor="#"
    
    ////NO need to edit beyond here/////////////
     
    var fadearray=new Array() //array to cache fadeshow instances
    var fadeclear=new Array() //array to cache corresponding clearinterval pointers
     
    var dom=(document.getElementById) //modern dom browsers
    var iebrowser=document.all
     
    function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
    this.pausecheck=pause
    this.mouseovercheck=0
    this.delay=delay
    this.degree=10 //initial opacity degree (10%)
    this.curimageindex=0
    this.nextimageindex=1
    fadearray[fadearray.length]=this
    this.slideshowid=fadearray.length-1
    this.canvasbase="canvas"+this.slideshowid
    this.curcanvas=this.canvasbase+"_0"
    if (typeof displayorder!="undefined")
    theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
    this.theimages=theimages
    this.imageborder=parseInt(borderwidth)
    this.postimages=new Array() //preload images
    for (p=0;p<theimages.length;p++){
    this.postimages[p]=new Image()
    this.postimages[p].src=theimages[p][0]
    }
     
    var fadewidth=fadewidth+this.imageborder*2
    var fadeheight=fadeheight+this.imageborder*2
     
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
    document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
    else
    document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
     
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
    this.startit()
    else{
    this.curimageindex++
    setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
    }
    }
    
    function fadepic(obj){
    if (obj.degree<100){
    obj.degree+=10
    if (obj.tempobj.filters&&obj.tempobj.filters[0]){
    if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
    obj.tempobj.filters[0].opacity=obj.degree
    else //else if IE5.5-
    obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
    }
    else if (obj.tempobj.style.MozOpacity)
    obj.tempobj.style.MozOpacity=obj.degree/101
    else if (obj.tempobj.style.KhtmlOpacity)
    obj.tempobj.style.KhtmlOpacity=obj.degree/100
    else if (obj.tempobj.style.opacity&&!obj.tempobj.filters)
    obj.tempobj.style.opacity=obj.degree/101
    }
    else{
    clearInterval(fadeclear[obj.slideshowid])
    obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
    obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
    obj.populateslide(obj.tempobj, obj.nextimageindex)
    obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
    setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
    }
    }
     
    fadeshow.prototype.populateslide=function(picobj, picindex){
    var slideHTML=""
    if (this.theimages[picindex][1]!="") //if associated link exists for image
    slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
    slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
    if (this.theimages[picindex][1]!="") //if associated link exists for image
    slideHTML+='</a>'
    picobj.innerHTML=slideHTML
    }
     
     
    fadeshow.prototype.rotateimage=function(){
    if (this.pausecheck==1) //if pause onMouseover enabled, cache object
    var cacheobj=this
    if (this.mouseovercheck==1)
    setTimeout(function(){cacheobj.rotateimage()}, 100)
    else if (iebrowser&&dom||dom){
    this.resetit()
    var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    crossobj.style.zIndex++
    fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
    this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
    }
    else{
    var ns4imgobj=document.images['defaultslide'+this.slideshowid]
    ns4imgobj.src=this.postimages[this.curimageindex].src
    }
    this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
    }
     
    fadeshow.prototype.resetit=function(){
    this.degree=10
    var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    if (crossobj.filters&&crossobj.filters[0]){
    if (typeof crossobj.filters[0].opacity=="number") //if IE6+
    crossobj.filters(0).opacity=this.degree
    else //else if IE5.5-
    crossobj.style.filter="alpha(opacity="+this.degree+")"
    }
    else if (crossobj.style.MozOpacity)
    crossobj.style.MozOpacity=this.degree/101
    else if (crossobj.style.KhtmlOpacity)
    crossobj.style.KhtmlOpacity=this.degree/100
    else if (crossobj.style.opacity&&!crossobj.filters)
    crossobj.style.opacity=this.degree/101
    }
     
     
    fadeshow.prototype.startit=function(){
    var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    this.populateslide(crossobj, this.curimageindex)
    if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
    var cacheobj=this
    var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
    crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
    crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
    }
    this.rotateimage()
    }
    
    </script>
    
    
    
    <style type="text/css">
    a {
    	color: #CC0000;
    }
    a:visited {
    	color: #CC0000;
    }
    a:hover {
    	color: #CC0000;
    }
     table.full-width {  width:100%;  border:0px solid black;}
     </style>
     
     <script type="text/javascript">
    
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-32795053-1']);
      _gaq.push(['_trackPageview']);
    
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
    
    </script>
    
    </head>
    
    

    Claude Leon Foundation - Funding of Postdoctoral Fellowships for research in Science, Engineering and Medical Science at South African Universities

    Recherche META Description de la page

    Building research capacity in higher education, supporting innovation in schooling and Early Childhood Development (ECD), building opportunities for post-school youth and defence of democracy.

    Recherche META Keywords de la page

    Funding, Postdoctoral Fellowship, Science, Engineering, Medical Science, South African universities, South Africa

    UPDATE DOMAINES SET server='Apache',redirection='',Status='200',err='',[TITRE]=N'Claude Leon Foundation - Funding of Postdoctoral Fellowships for research in Science, Engineering and Medical Science at South African Universities',[DESCRIPTION]=N'Building research capacity in higher education, supporting innovation in schooling and Early Childhood Development (ECD), building opportunities for post-school youth and defence of democracy.',[KEYWORDS]=N'Funding, Postdoctoral Fellowship, Science, Engineering, Medical Science, South African universities, South Africa' WHERE id=28239322
  • 0

    Claude Leon Foundation - Funding of Postdoctoral Fellowships for research in Science Engineering and Medical Science at South African Universities Building research capacity in higher education supporting innovation in schooling and Early Childhood Development ECD building opportunities for post-school youth and defence of democracy. Funding Postdoctoral Fellowship Science Engineering Medical Science South African universities South Africa

  • 0. Claude (6)
  • --------->0
  • 1. Leon (4)
  • --------->0
  • 2. Foundation (10)
  • --------->0
  • 3. - (1)
  • --------->0
  • 4. Funding (7)
  • --------->0
  • 5. of (2)
  • --------->0
  • 6. Postdoctoral (12)
  • --------->0
  • 7. Fellowships (11)
  • --------->0
  • 8. for (3)
  • --------->0
  • 9. research (8)
  • --------->0
  • 10. in (2)
  • --------->0
  • 11. Science (7)
  • --------->0
  • 13. Engineering (11)
  • --------->0
  • 14. and (3)
  • --------->0
  • 15. Medical (7)
  • --------->0
  • 17. at (2)
  • --------->0
  • 18. South (5)
  • --------->0
  • 19. African (7)
  • --------->0
  • 20. Universities (12)
  • --------->0
  • 21. Building (8)
  • --------->0
  • 23. capacity (8)
  • --------->0
  • 25. higher (6)
  • --------->0
  • 26. education (9)
  • --------->0
  • 28. supporting (10)
  • --------->0
  • 29. innovation (10)
  • --------->0
  • 31. schooling (9)
  • --------->0
  • 33. Early (5)
  • --------->0
  • 34. Childhood (9)
  • --------->0
  • 35. Development (11)
  • --------->0
  • 37. ECD (3)
  • --------->0
  • 41. opportunities (13)
  • --------->0
  • 43. post-school (11)
  • --------->0
  • 44. youth (5)
  • --------->0
  • 46. defence (7)
  • --------->0
  • 48. democracy (9)
  • --------->0
  • 52. Fellowship (10)
  • --------->0
  • 66. Africa (6)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Claude',28239322),(N'Leon',28239322),(N'Foundation',28239322),(N'-',28239322),(N'Funding',28239322),(N'of',28239322),(N'Postdoctoral',28239322),(N'Fellowships',28239322),(N'for',28239322),(N'research',28239322),(N'in',28239322),(N'Science',28239322),(N'Engineering',28239322),(N'and',28239322),(N'Medical',28239322),(N'at',28239322),(N'South',28239322),(N'African',28239322),(N'Universities',28239322),(N'Building',28239322),(N'capacity',28239322),(N'higher',28239322),(N'education',28239322),(N'supporting',28239322),(N'innovation',28239322),(N'schooling',28239322),(N'Early',28239322),(N'Childhood',28239322),(N'Development',28239322),(N'ECD',28239322),(N'opportunities',28239322),(N'post-school',28239322),(N'youth',28239322),(N'defence',28239322),(N'democracy',28239322),(N'Fellowship',28239322),(N'Africa',28239322)