<html><head>
        
 
<script language="Javascript">
<!--
//roll overs


// new rollovers
function arrowOver(theId) {
document.all[theId].style.visibility='visible';
}

function arrowOut(theId) {
document.all[theId].style.visibility='hidden';
}

//end roll overs

function goThere(menu) {
   var url2go = menu.options[menu.selectedIndex].value;
   if ( url2go == "http://www.news.com.au") {
   location= "http://www.news.com.au";
   } else if (url2go == "") {
   ;
   } else {
   window.open(url2go,'url2go');
   }   


function fnGo() {   
   document.frmFastSearch.action="http://www.careerone.com.au/CareerOne/CallSearch";   
   document.frmFastSearch.method = "GET"   
   document.frmFastSearch.target = "blank";
   document.frmFastSearch.submit(); 
}

function windowOpener(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function openWin(theURL,features) {
  window.open(theURL,features);
}

function validBrowser() {
        brow_Ver = parseFloat(navigator.appVersion); 
        if (navigator.appName == "Microsoft Internet Explorer" && 
                navigator.userAgent.indexOf("IE 5") > -1 && 
                navigator.platform.indexOf("Win16") == -1)
        {
                return 1;
        }
        return 0;
}

function setHomePage() { 
        if (validBrowser()) {
                homePage.setHomePage("http://theaustralian.com.au");
                return false;   
        }


function selectSearchOn(form,radioIdx,startDay,startORend){
        if (form.searchOn[radioIdx].checked == false) {
                form.searchOn[radioIdx].checked = true;
        }
}


        // start search form check 
        var oneMinute = 60 * 1000
        var oneHour = oneMinute * 60
        var oneDay = oneHour * 24
        var oneWeek = oneDay * 7
        var oneMonth = oneDay * 30
    var today = new Date();

        function checkDate(theForm,startDay,startMonth,startYear,endDay,endMonth,endYear) {
                if (theForm.searchTerm.value == "") {
                alert("Please enter a keyword.");
                theForm.searchTerm.focus();
                theForm.searchTerm.select();
                return false;
                }

                todaysDate = today.getTime();
                // know the input start date
                sDate = new Date(startYear,startMonth,startDay);
                startDate = sDate.getTime();
                // know the input end date
                eDate = new Date(endYear,endMonth,endDay);
                endDate = eDate.getTime();
                // check start date is not more than 0 days future and 3 months past

                if (startDate > todaysDate) {
                alert("Start Date cannot be in the Future !");
                return false;
                }

                if ((todaysDate-startDate) > (oneDay*92)) {
                alert("Search is restricted to material published in the last 3 months only.");
                return false;
                }

                if (startDate > endDate) { 
                alert("The start date must be earlier than the end date.");
                return false;
                }
        return true;            
        }

        // end search form check 

//-->
</SCRIPT>

<script language="Javascript">
<!--
// Cookie functions
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function FixCookieDate(date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0) 
        date.setTime (date.getTime() - skew);
}

function GetCookie(name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i=0;
while (i < clen) {   
        var j = i + alen;
        if (document.cookie.substring(i, j) == arg)
        return getCookieVal (j);
        i = document.cookie.indexOf(" ", i) + 1;
        if (i == 0) break;
        }
return null;
}

function SetCookie(name,value,expires,path,domain,secure) {
document.cookie = name + "=" + escape (value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
}
// end cookies
//-->
</SCRIPT>

<script language="Javascript">
<!--
// odds for Ninnbar flash
var randomN=Math.floor(Math.random()*3); // 1 in 4 odds

// Flash Detect IE4+ Win32 only

var flashVersion = 0;

function getFlashVersion() {
var agent = navigator.userAgent.toLowerCase();
if (agent.indexOf("msie") != -1 && agent.indexOf("opera")==-1 && parseInt(navigator.appVersion) >= 4 && agent.indexOf("win")!=-1 && agent.indexOf("16bit")==-1) {
document.write('<scr' + 'ipt language="VBScript"> \n');
document.write('on error resume next \n');
document.write('dim obFlash \n');
document.write('set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.7") \n');
document.write('if IsObject(obFlash) then \n');
document.write('flashVersion = 7 \n');
document.write('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.6") end if \n');
document.write('if flashVersion < 7 and IsObject(obFlash) then \n');
document.write('flashVersion = 6 \n');
document.write('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.5") end if \n');
document.write('if flashVersion < 6 and IsObject(obFlash) then \n');
document.write('flashVersion = 5 \n');
document.write('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.4") end if \n');
document.write('if flashVersion < 5 and IsObject(obFlash) then \n');
document.write('flashVersion = 4 \n');
document.write('else set obFlash = CreateObject("ShockwaveFlash.ShockwaveFlash.3") end if \n');
document.write('if flashVersion < 4 and IsObject(obFlash) then \n');
document.write('flashVersion = 3 \n');
document.write('end if');
document.write('</scr' + 'ipt> \n');
}
else { flashVersion = 1; // all other cases left alone
        }
}       

getFlashVersion();

// end Flash detect

//-->
</SCRIPT>

<SCRIPT LANGUAGE="JavaScript">
<!--
// Flash object(s)
// 1.
var flashNinnbar1 = '<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">'
+ '<tr><td align="LEFT" bgcolor="#FFFFFF">'
+ '<table cellpadding="0" cellspacing="0" border="0" width="760" bgcolor="#ffffff">'
+ '<tr bgcolor="#FFFFFF">'
+ '<td width="760" bgcolor="#ffffff">'
+ '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' 
+ 'width="760" height="27"'
+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" name=ninnbarf>'
+ '<param name="movie" value="http://www.news.com.au/common/ninnbar_carsguide.swf">'
+ '<param name="quality" value="high">'
+ '<PARAM NAME=menu VALUE=false>'
+ '<param name="bgcolor" value="#FFFFFF">'
+ '<embed src="http://www.news.com.au/common/ninnbar_carsguide.swf"'
+ 'width="760" height="27" autostart="false" quality="high" menu=false bgcolor="#FFFFFF"'
+ 'TYPE="application/x-shockwave-flash"'
+ 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"'
+ 'name=ninnbarf></EMBED></object>'
+ '</td></tr></table></td></tr></table>';



// etrade stock price form code
        function displayProductSearch() {
        newwindow = window.open('https://www.etradeaustralia.com.au/Application/ProductSearch/ProductSearch.asp','ProductSearch','dependent=no,height=350px,width=320px,scrollbars,resizable=yes,alwaysRaised=yes')
        }
        
        function doQuote() {
        var strURL
        var strSymbol = escape(window.document.frmStockQuote.Code.value )
        var strExchange = window.document.frmStockQuote.Exchange[document.frmStockQuote.Exchange.selectedIndex].value
        var strType = window.document.frmStockQuote.Type[document.frmStockQuote.Type.selectedIndex].value

        strURL = "https://www.etradeaustralia.com.au/Products/StockCentre/StockCentre.asp?DisplayAs=Quotes&Code=" + strSymbol + "&Exchange=" + strExchange + "&Type=" + strType ;
        document.frmStockQuote.URL.value = strURL
        return true;
        }

//-->

</SCRIPT>
        
<STYLE TYPE="text/css" TITLE="STYLESHEET">
A:active {
        COLOR: #ffffff; 
    TEXT-DECORATION: none; 
    FONT-FAMILY: Arial, Helvetica, Verdana; 
    FONT-WEIGHT: bold;
}
A:hover {       
        COLOR: #9d2126; 
    TEXT-DECORATION: none; 
    FONT-FAMILY: Arial, Helvetica, Verdana; 
    FONT-WEIGHT: bold;
}
A:link {
        COLOR: #9d2126; 
    TEXT-DECORATION: none; 
    FONT-FAMILY: Arial, Helvetica, Verdana; 
    FONT-WEIGHT: bold;
}
A:visited {
        COLOR: #9d2126; 
    TEXT-DECORATION: none; 
    FONT-FAMILY: Arial, Helvetica, Verdana; 
    FONT-WEIGHT: bold;
}

blackheading {
        COLOR: #000000;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Arial, Helvetica, Verdana;
        FONT-SIZE: 18px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold; 

}

redsmltext {
        COLOR: #9d2126;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Arial, Helvetica, Verdana;
        FONT-SIZE: 10px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: normal; 

}

redmedtext {
        COLOR: #9d2126;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Arial, Helvetica, Verdana;
        FONT-SIZE: 12px; 

        font-weight : normal;
}

redsmltextbold {
        COLOR: #9d2126;
        TEXT-DECORATION: none; 
        FONT-FAMILY: verdana, Arial, Helvetica;
        FONT-SIZE: 11px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold; 

}

whitesmltext {
        COLOR: #ffffff;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Arial, Helvetica, Verdana;
        FONT-SIZE: 10px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: normal; 

}
whitesmltextbold {
        COLOR: #ffffff; 
        TEXT-DECORATION: none;
        FONT-FAMILY: verdana,Arial, Helvetica, Verdana; 
        FONT-SIZE: 10px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold;
     }
     .whitemedtext {
        COLOR: #ffffff;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Arial, Helvetica, Verdana;
        FONT-SIZE: 12px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: normal; 

}
whitemedtextbold {
        COLOR: #ffffff;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Arial, Helvetica, Verdana;
        FONT-SIZE: 12px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold; 

}


blacksmltextie {
        COLOR: #000000;
        TEXT-DECORATION: none; 
        FONT-FAMILY:  Arial, Helvetica, Verdana;
        FONT-SIZE: 13px; 

}
blacksmltext {
        COLOR: #000000;
        TEXT-DECORATION: none; 
        FONT-FAMILY:  Arial, Helvetica, Verdana;
        FONT-SIZE: 11px; 

}

blackverysmltext {
        COLOR: #000000;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Arial, Helvetica, Verdana;
        FONT-SIZE: 10px; 

}

lnavtext {
        COLOR: #ffffff;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Arial, Helvetica, Verdana;
        FONT-SIZE: 10px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: normal; 

}


blacksmltextbold {
        COLOR: #000000;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Verdana, Helvetica, Arial;
        FONT-SIZE: 10px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold; 

}
body {
        COLOR: #000000;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Arial, Helvetica, Verdana;
        FONT-SIZE: 12px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: normal; 
}
bodytext {
        COLOR: #000000;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Arial, Helvetica, Verdana;
        FONT-SIZE: 12px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: normal; 
}
yellowtextbold {
        COLOR: #ffff00;
        TEXT-DECORATION: none; 
        FONT-FAMILY: verdana,Arial, Helvetica, Verdana;
        FONT-SIZE: 11px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold; 
}

purpletextbold {
        COLOR: #4D117B;
        TEXT-DECORATION: none; 
        FONT-FAMILY: verdana,Arial, Helvetica, Verdana;
        FONT-SIZE: 11px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold; 
}

darkbluetextbold {
        COLOR: #002c52;
        TEXT-DECORATION: none; 
        FONT-FAMILY: verdana,Arial, Helvetica, Verdana;
        FONT-SIZE: 10px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold; 
}

navdarkbluetextbold {
        COLOR: #076f8f;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Verdana,Arial, Helvetica;
        FONT-SIZE: 10px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold; 
}


aquabold {
        COLOR: #076f8f;
        TEXT-DECORATION: none; 
        FONT-FAMILY: Arial, Helvetica, Verdana;
        FONT-SIZE: 12px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold; 
}

footer {
        COLOR: #076f8f;
        TEXT-DECORATION: none; 
        FONT-FAMILY: verdana,Arial, Helvetica, Verdana;
        FONT-SIZE: 11px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: normal; 
}
bodytextbold {
        COLOR: #000000; 
        TEXT-DECORATION: none;
        FONT-FAMILY: Arial, Helvetica, Verdana; 
        FONT-SIZE: 12px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold;
     }

     .bigredheading {
        COLOR: #9d2126; 
        TEXT-DECORATION: none;
        FONT-FAMILY: Arial, Helvetica, Verdana; 
        FONT-SIZE: 20px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold;
     }
     .mediumredheading {
        COLOR: #9d2126; 
        TEXT-DECORATION: none;
        FONT-FAMILY: Arial, Helvetica, Verdana; 
        FONT-SIZE: 12px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold;
     }
         
      .mediumredheading14 {
        COLOR: #9d2126; 
        TEXT-DECORATION: none;
        FONT-FAMILY: Arial, Helvetica, Verdana; 
        FONT-SIZE: 15px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold;
     }

     .bigyellowheading {
        COLOR: #ffff00; 
        TEXT-DECORATION: none;
        FONT-FAMILY: Arial, Helvetica, Verdana; 
        FONT-SIZE: 20px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold;
     }
         
          .mediumyellowheading {
        COLOR: #ffff00; 
        TEXT-DECORATION: none;
        FONT-FAMILY: Arial, Helvetica, Verdana; 
        FONT-SIZE: 12px; 
        FONT-STYLE: normal; 
        FONT-VARIANT: normal; 
        FONT-WEIGHT: bold;
     }          
div.lnav {
FONT-FAMILY: Arial; COLOR: #ffffff; FONT-SIZE: 12px; TEXT-DECORATION: none;
background-image: url(http://www.news.com.au/images/leftnav_bg_cell.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
padding: 3px 0px 0px 0px;
margin: 0px 0px 0px 0px;
line-height: 14px;
text-align: right;
width: 123px;
height: 20px;
}

div.lnav a:link {COLOR: #ffffff; font-weight:normal;}
div.lnav a:visited {COLOR: #ffffff; font-weight:normal;}

div.lnavhead {
FONT-FAMILY: Arial; COLOR: #ffffff; FONT-SIZE: 12px;
background: #000000;
padding: 3px 0px 0px 0px;
line-height: 14px;
text-align: right;
width: 123px;
height: 20px;
}

td.lnav {
background:#134F7B;
}

img.lnav {
visibility : hidden;
vertical-align: middle;
margin: 0px 2px 0px 1px;
}               

         
         </style>

                
</head>
<body leftmargin='0' marginwidth='0' rightmargin='0'>
<table width='760' border='0' cellspacing='3' cellpadding='3'>
<tr>
<td><FONT SIZE=2 FACE=Arial,Helvetica,Sans-Serif><b>Francis Hult</b> (<a href='mailto:fmhult@dolphin.upenn.edu'>fmhult@dolphin.upenn.edu</a>) suggested you might be interested in this <a href='http://theaustralian.com.au'>http://theaustralian.com.au</a> report.<br>Message: Aborigine kids let down in classroom
</font><br></td>
</tr>
</table>

<script language="javascript" src="http://central.news.com.au/ninnbar/ninnbar.js"></script>

<table width='760' border='0' cellspacing='2' cellpadding='0'>
<tr>
<td width=760 align=left valign=top bgcolor=#ffffff>
<table width=760 cellpadding=0 cellspacing=3>
<tr>
        <td align='center' width='760'><img src='http://theaustralian.com.au/images/masthead.gif' border='0' width='468' height='63' alt=''></td>
</tr>
        
<tr>
<td width='760' align='left'>
<p><FONT SIZE=3 FACE=Arial,Helvetica,Sans-Serif><b>Aborigine kids let down in classroom</b></font><br>

<FONT SIZE=1 FACE=Arial,Helvetica,Sans-Serif>Amanda Banks</font><br>

<FONT FACE=Verdana,Arial,Helvetica,Sans-Serif size=1>24 March 2006</FONT><br><br>
<FONT SIZE=2 FACE=Arial,Helvetica,Sans-Serif>ENGLISH needs to be adequately taught to Aboriginal students to break the cycle of academic failure, chronic absenteeism and low retention rates.</font><br>
<p><FONT SIZE=2 FACE=Arial,Helvetica,Sans-Serif>A confronting report to be released today by Fiona Stanley's Telethon Institute for Child Health Research has found the education system is failing indigenous students and has made little progress since the 1960s.

<p>Researchers say the findings are powerful evidence for a major overhaul of Aboriginal education and a shift in policy.

<p>They say it is critical their 15 recommendations - including early intervention, education for parents and carers, mandatory Aboriginal studies for teachers, support for students at risk of emotional and behavioural problems and a national research agenda - be acted on urgently, because the costs of complacency will be astronomical.

<p>The report is the nation's most comprehensive survey of Aboriginal education, and involves data from 2500 students that has been collected since 2001. It found the disparity between the academic performance of indigenous and non-indigenous students was enormous - to the surprise of researchers, an even wider gap than those found in comparisons of physical and mental health.

<p>Nearly 60 per cent of Aboriginal children were rated by their teachers as having low academic performance, compared with less than 20 per cent of their non-indigenous classmates.

<p>The survey found Aboriginal students begin their schooling at a clear disadvantage to their non-indigenous peers, with a difference in academic performance apparent from Year 1 and the gap continuing to widen because children were rarely able to catch up.

<p>The report found indigenous students' comparatively poor academic performance was linked to that of their parents - a legacy of the Stolen Generation and past policies that have excluded Aboriginal people from mainstream education.

<p>"The findings challenge the prevailing wisdom in key areas," the report states.

<p>"It is clear from the findings of the survey that physical health problems and poor nutrition are not the major factors holding back the performance.

<p>"Until the more deep-seated problems of social and emotional wellbeing and the ongoing consequences of past policies of exclusion from school-based education are addressed, the prospects for major improvements in academic performance are limited."

<p>The report identified language as a major barrier to improving education, finding that students who used "Aboriginal English" in the classroom - an adapted language that uses different sentence structures and meanings and employs some traditional words - were more than twice as likely to be rated low in academic performance as students who spoke Australian English.

<p>The report urges language programs to be provided for indigenous students from kindergarten and preschool, and says there should be the compulsory and explicit teaching of standard Australian English throughout all years at school.

<p>Colleen Hayward, head of the Telethon Institute's Aboriginal research division, said the aim was not to destroy traditional language or prevent the use of Aboriginal English in the home and playground.

<p> However, the practical reality of requiring Australian English standards in the learning environment had to be recognised, Ms Hayward said.

<p>"It is pretty clear there needs to be a whole re-focus - it is critically urgent," she said.</font></p>
</td>
</tr>
<tr><td align='center' valign='top'><br>
<font face='Arial' size='2'><b><a href='http://news.com.au/newspulse' target='_parent'>Click here</a> to sign<br>up for daily headlines<br> </b></font><br><br></td>
</tr>
</table>
</td>
</tr></table>