Wednesday, June 30, 2010

if (self['plpm'] && plpm['headerpromo']) document.write('');if (self['plpm'] && plpm['headerpromo']){ document.write(plpm['headerpromo']);} else if (self['plunpla'] && plunpla['351']){document.write(''); } else { if(self['plurp'] && plurp['351']){} else {document.write(''); } }if (self['plpm'] && plpm['headerpromo']) document.write('');
Subscribe
Advertise
ICT Store
if (self['plpm'] && plpm['header']) document.write('');if (self['plpm'] && plpm['header']){ document.write(plpm['header']);} else if (self['plunpla'] && plunpla['346']){document.write(''); } else { if(self['plurp'] && plurp['346']){} else {document.write(''); } }if (self['plpm'] && plpm['header']) document.write('');

Home
Global
National
Politics
Business
Living
Opinion
Your ICT
Letters
Editorials
Columnists
Cartoons
Blogs
Native Currents
if (self['plpm'] && plpm['topbanner']) document.write('');if (self['plpm'] && plpm['topbanner']){ document.write(plpm['topbanner']);} else if (self['plunpla'] && plunpla['831']){document.write(''); } else { if(self['plurp'] && plurp['831']){} else {document.write(''); } }if (self['plpm'] && plpm['topbanner']) document.write('');


function showHide(shID) {
if (document.getElementById(shID)) {
if (document.getElementById(shID+'-show').style.display != 'none') {
document.getElementById(shID+'-show').style.display = 'none';
document.getElementById(shID).style.display = 'block';
}
else {
document.getElementById(shID+'-show').style.display = 'inline';
document.getElementById(shID).style.display = 'none';
}
}
}
Tools
var trkcid=97150584;var partnerID=353399; var _hb=1;

window.onerror=function(){clickURL=document.location.href;return true;}
if(!self.clickURL) clickURL=parent.location.href;
2 Comments
Email this article
Print this article
Submit!
Digg this!
Save to Delicious
function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}
Post to Facebook
Share on Twitter
Close
Related Content
United States re-examines opposition to UN Declaration

Canada promises ‘qualified recognition’ of UN Declaration

Carmen: Time to adopt the UN Declaration on the Rights of Indigenous Peoples
By Andrea Carmen
Story Published: Jun 30, 2010
Story Updated: Jun 25, 2010
On April 20, at the Ninth Session of the United Nations Permanent Forum on Indigenous Issues, U.S. Ambassador to the United Nations Susan Rice announced that the United States will conduct a “formal review” of its position in opposition to the U.N. Declaration on the Rights of Indigenous Peoples.The Declaration was adopted by the U.N. General Assembly on Sept. 13, 2007 when 144 countries voted in favor, 11 abstained, and four countries voted against it – the United States, Canada, Australia and New Zealand. Since then, all of the four countries that voted “no” have either reversed their positions or have initiated a process towards doing so.The Declaration was developed over a 30-year process at the United Nations with the participation of thousands of indigenous peoples, nations, tribal governments and organizations from the United States and around the world, as well as a number of independent experts.It recognizes and affirms a wide range of rights, including self-determination, land and natural resources, cultural rights and sacred sites protection, subsistence, treaty rights, health and social services, non-discrimination, environmental protection, education, language, and many others which indigenous peoples identified as essential to their dignity, survival and well-being.During its review, the U.S. State Department will consult with various branches of the U.S. government. It will also consult and seek input from indigenous nations, tribes and organizations, as well as other interested parties including non-governmental organizations and human rights organizations.The State Department’s face-to-face consultations with tribal nations and NGO’s began in June 2010, and it requested written submissions by July 15. Here are some points that may be helpful for those planning to have input into this process:
In her April 20 statement, Rice recognized the call by tribal leaders for the U.S. to re-examine its position on the declaration as “an important recommendation that directly complements our commitment to work together with the international community on the many challenges that indigenous peoples face."
The rights in the UNDRIP are consistent with a range of international human rights instruments that the United States has already ratified. These include the International Covenant on Civil and Political Rights, the International Convention on the Elimination of All Forms of Racial Discrimination, and more than 400 nation-to-nation treaties with indigenous nations.
Many of the rights in the UNDRIP are already being implemented in a number of U.S. federal laws, policies and executive orders.
Human rights and dignity are inherent and inalienable according to the Universal Declaration of Human Rights, established in 1948. The UNDRIP defines and elaborates the inherent rights of indigenous peoples.
The UNDRIP affirms a wide range of rights which are directly relevant to the issues of greatest concern to Indian tribes, nations and communities in the United States today, and we encourage you to give examples from your nation and region.
The rights recognized in the UNDRIP “constitute the minimum standards for the survival, dignity and well-being of the indigenous peoples of the world,” according to Article 43 of the Declaration.
The preamble of the Declaration says “Recognition of the rights of Indigenous Peoples in this Declaration will enhance cooperative and harmonious relations between the State (nations) and Indigenous Peoples.” The UNDRIP also provides a framework for problem-solving and conflict resolution.
The U.N. Committee on the Elimination of Racial Discrimination recommended in 2008 that the United States use the declaration “as a guide to interpret the state party’s obligations under the convention relating to indigenous peoples.”
Full recognition of the rights of indigenous peoples is an essential component of a just and honorable U.S. human rights policy both at home and in the international arena.
It will be very important for the U.S. government, at the end of its review process, to state its unqualified endorsement and support for the UNDRIP, and present specific plans for its implementation.
In summary, the U.N. Declaration on the Rights of Indigenous Peoples was developed over many years with the participation of thousands of indigenous peoples to be an integrated and inter-related human rights doctrine. It reflects the concerns and input of both indigenous peoples and countries. It is consistent with human rights principles as contained in international laws and norms, as well as the U.S. Constitution.We call upon the U.S. government to endorse the U.N. Declaration in its entirety, without qualifications or exceptions, and to work in full partnership with indigenous peoples, tribal governments and nations to ensure its implementation.Andrea Carmen, Yaqui Nation, is the executive director of the International Indian Treaty Council which was involved in negotiations on the U.N. Declaration for nearly three decades.
Previous article Trahant: The CHCs have arrived and represent the prospect of better funding for Indian health
Next article Washburn: Udall legacy to Indian country

function checkCheckBox(hh) {
if (hh.accept.checked == false )
{
alert ('You must agree with our terms to continue');
return false;
}
else
{
return true;
}
}
function displayNewComment() {
var msgP = document.getElementById("msg");
if(comment != "") {
if(!flagged) {
var commentSection = document.getElementById("commentpost");

if(name == "") {
name = "Anonymous";
}

var nameDiv = document.createElement("div");
nameDiv.setAttribute("class", "postedBy");
nameDiv.innerHTML = "Posted by " + name;
commentSection.appendChild(nameDiv);

var commentDiv = document.createElement("div");
commentDiv.innerHTML = comment;
commentSection.appendChild(commentDiv);

var commentDateDiv = document.createElement("div");
commentDateDiv.innerHTML = new Date();
commentSection.appendChild(commentDateDiv);
}

else {

msgP.innerHTML = "Add a comment\Thank you. Your comment has been sent for approval\";
document.getElementById('commentpost').style.display = 'none';

}
}
}
$(document).ready(function() {
var commentFlag = new BIMJS.commentFlag();
commentFlag.init();
});

.submission {
display: none;
}
var Clickability = Clickability {};
Clickability.Comment = {
Private : {
kP : 0,
aT : 0,
myInterval : null,
xPos : -1,
yPos : -1,
firstX : -1,
firstY : -1,
intervals : 0,
req : null,
cid : 97150584 ,
did : 353399 ,
cP : 30 ,
cD : "2010-06-25 06:22:33.0",
d : 0,
mT : 0
},
name : null,
website : null,
title : null,
comment : null,
email : null,
rating : null,
ratingType : null,
commentType : null,
flagged : false,
isAuthor : false,
error : null,
status : null,
level : 0,
parentID : 0,
threadID : 0,
id : 0,
extID : null
};
Clickability.Comment.Private.myInterval = window.setInterval(timedMousePos,250);
var name = null;
var website = null;
var title = null;
var comment = null;
var email = null;
var rating = null;
var ratingType = null;
var commentType = null;
var flagged = false;
var isAuthor = false;
var error = null;
var status = null;
var kP = 0;
var aT = 0;
var myInterval = Clickability.Comment.Private.myInterval;
var xPos = -1;
var yPos = -1;
var firstX = -1;
var firstY = -1;
var intervals = 0;
var req = null;
var cid = 97150584 ;
var did = 353399 ;
var cP = 30 ;
var cD = "2010-06-25 06:22:33.0";
var d = 0;
var mT = 0;
document.onkeypress = lK;
window.onload = rAT;
function checkField(field) {

var button = document.getElementById("btSubmit");

if(field.value.length > 0) {
CM_btnEnable(button);
}
else {
CM_btnDisable(button);
}
}
function lK() {
Clickability.Comment.Private.kP++;
}
function rAT() {
Clickability.Comment.Private.aT = new Date();
}
function CM_btnDisable (which) {
which.disabled = true;
if (document.all){
which.filters.alpha.opacity = 25;
}else {
which.style.MozOpacity = 0.25;
}
which.style.cursor = "default";
}
function CM_btnEnable (which) {
which.disabled = false;
if (document.all){
which.filters.alpha.opacity = 100;
which.style.cursor = "hand";
}else {
which.style.MozOpacity = 1;
which.style.cursor = "pointer";
}
}
function submitForm(formObj) {
if(formObj.action == ""){
formObj.action = "/c";
}
addFieldsToForm(formObj);
formObj.submit();
}
function addFieldsToForm(formObj, redirect) {
var mTField = document.createElement('input');
var dField = document.createElement('input');
var kPField = document.createElement('input');
var cidField = document.createElement('input');
var didField = document.createElement('input');


mTField.setAttribute('name','mT');
mTField.setAttribute('type', 'hidden');

dField.setAttribute('name', 'd');
dField.setAttribute('type', 'hidden');

kPField.setAttribute('name', 'kP');
kPField.setAttribute('type', 'hidden');

cidField.setAttribute('name', 'cid');
cidField.setAttribute('type', 'hidden');

didField.setAttribute('name', 'did');
didField.setAttribute('type', 'hidden');

if(redirect != null) {
var pathField = document.createElement('input');
pathField.setAttribute('name', 'path');
pathField.setAttribute('type', 'hidden');
pathField.value = redirect;
formObj.appendChild(pathField);
}

mTField.value = Clickability.Comment.Private.mT;
dField.value = Clickability.Comment.Private.d;
kPField.value = Clickability.Comment.Private.kP;
cidField.value = Clickability.Comment.Private.cid;
didField.value = Clickability.Comment.Private.did;

formObj.appendChild(dField);
formObj.appendChild(kPField);
formObj.appendChild(mTField);
formObj.appendChild(cidField);
formObj.appendChild(didField);
}
function getMousePos(p) {
if (!p) var p = window.event;
if (p.pageX p.pageY) {
Clickability.Comment.Private.xPos = p.pageX;
Clickability.Comment.Private.yPos = p.pageY;
} else if (p.clientX p.clientY) {
Clickability.Comment.Private.xPos = p.clientX + document.body.scrollLeft + document.documentElement.scrollLeft;
Clickability.Comment.Private.yPos = p.clientY + document.body.scrollTop + document.documentElement.scrollTop;
}
}
function timedMousePos() {
document.onmousemove = getMousePos;
if (Clickability.Comment.Private.xPos >= 0 && Clickability.Comment.Private.yPos >= 0) {
var newX = Clickability.Comment.Private.xPos;
var newY = Clickability.Comment.Private.yPos;
Clickability.Comment.Private.intervals++;
}
if (Clickability.Comment.Private.intervals == 1) {
Clickability.Comment.Private.firstX = Clickability.Comment.Private.xPos;
Clickability.Comment.Private.firstY = Clickability.Comment.Private.yPos;
} else if (Clickability.Comment.Private.intervals == 2) {
clearInterval(Clickability.Comment.Private.myInterval);
calcDistance(Clickability.Comment.Private.firstX,Clickability.Comment.Private.firstY,newX,newY);
}
}
function calcDistance(aX,aY,bX,bY) {
Clickability.Comment.Private.mT = Math.round(Math.sqrt(Math.pow(aX-bX,2)+Math.pow(aY-bY,2)));
}
function getXmlRequestObject() {
if(Clickability.Comment.Private.req == null){
if(window.XMLHttpRequest){
Clickability.Comment.Private.req = new XMLHttpRequest();
}else if(window.ActiveXObject){
try{
Clickability.Comment.Private.req = new ActiveXObject("Msxml2.XMLHTTP");
}catch(e){
try{
Clickability.Comment.Private.req = new ActiveXObject("Microsoft.XMLHTTP");
}catch(e){
return null;
}
}
}
}
return Clickability.Comment.Private.req;
}
function insertComment(formObj, isAjax, responseHandler){
var sT = new Date();
Clickability.Comment.Private.d = sT - Clickability.Comment.Private.aT;
if((isAjax == true) && (responseHandler != null)) {
Clickability.Comment.Private.req = getXmlRequestObject();
if(Clickability.Comment.Private.req != null) {
var formVars = getFormValues(formObj);
var handlerFunction = getReadyStateHandler(Clickability.Comment.Private.req, responseHandler);
Clickability.Comment.Private.req.onreadystatechange = handlerFunction;
var url = "/c";
var params = "ajax=true&" + formVars;

Clickability.Comment.Private.req.open("POST", url, true);
Clickability.Comment.Private.req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8");


Clickability.Comment.Private.req.send(params);
return false;
}
else {
return false;
}
}
else {
addFieldsToForm(formObj);
submitForm(formObj);
}
}

function postForm(formObj, isAjax, responseHandler) {
return insertComment(formObj, isAjax, responseHandler);
}
function getFormValues(fobj) {
var str = "";
var valueArr = null;
var val = "";
var cmd = "";
var ampRegex = new RegExp("&", "g");
var replaceAmpStr = escape("&");
var percentRegex = new RegExp("%", "g");
var replacePerStr = escape("%");
for(var i = 0;i
/*-----Character Counting Code-----*/
function charCounter() {
var maxLength = 1000;
var commentLength=document.getElementById('commentTxtArea').value.length;
var charLimit = document.getElementById('charLimit');
if(commentLength
View Oldest Comments First
12:45 PM Eileen wrote ...
Given the UN Charter acknowledges the sovereignty of a nation and raely enforces their resolutions. The indigenous will still have to deal with the nations government. Seems a waste of time to count on a UN declaration46529833
Inappropriate? Alert Us!
6:56 AM Henry Guzman Villalobos(Aztec-Yaqui) wrote ...
It is time for the U.S. Government to endorse the U.N. Declaration on the rights of Indigenous Peoples. IN THE SPIRIT OF BOBBY GARCIA AND DALLAS THUNDERSHIELD Henry Guzman Villalobos(Aztec-Yaqui)Founder and President of Native Americans of the Americas Committee. E-mail:aztecyaqui@comcast.net and aztecs5463@yahoo.com Phone (510)363-305246504728
Inappropriate? Alert Us!
Add a comment
Name:
Comment: 1000 Characters Left
By posting a comment, user agrees to all Terms Of Use. Comments may also appear in other website locations and in other Indian Country Today products, without notice and at the discretion of Indian Country Today.
Indian Country Today and its affiliated companies are not responsible for the content of comments posted or for anything arising out of use of the above comments or other interaction among the users. We reserve the right to screen, refuse to post, remove or edit user-generated content at any time and for any or no reason in our absolute and sole discretion without prior notice, although we have no duty to do so or to monitor any Public Forum.
Most Popular
Carmen: Time to adopt the UN Declaration on the Rights of Indigenous Peoples

Trahant: The CHCs have arrived and represent the prospect of better funding for Indian health
Ross: Happy Father’s Day

Stevens Jr.: Let the Native voice be heard

d’Errico: NAGPRA’s nasty loophole

google_protectAndRun("render_ads.js::google_render_ad", google_handleError, google_render_ad);
Advanced Search
var so = new SWFObject("http://media.indiancountrytoday.com/designvideo/bimynPromoWidget300acrT.swf", "flashFile", "300", "80", "8", "transparent");
so.addParam("scale", "noscale");
so.addParam("AllowScriptAccess", "always");

so.addParam("wmode", "transparent");
so.addVariable("playlistxml", "http%3A%2F%2Fwww.indiancountrytoday.com%2Fyourict%3Fynpl%3Dy%26wss%3D353399");
so.write("yncontentwidget");

Classifieds
ICT classifieds image map
Read more »
ord=Math.random()*10000000000000000; document.write('');
if (self['plpm'] && plpm['160ad1']){ document.write(plpm['160ad1']);} else if (self['plunpla'] && plunpla['262']){document.write(''); } else { if(self['plurp'] && plurp['262']){} else {document.write(''); } }

if (self['plpm'] && plpm['160ad2']){ document.write(plpm['160ad2']);} else if (self['plunpla'] && plunpla['267']){document.write(''); } else { if(self['plurp'] && plurp['267']){} else {document.write(''); } }

On Demand
Digital Copy
Receive Indian Country Today in digital format Read more »
ICT Insider
Sign up to receive ICT Insider E-Newsletters Read more »
ICT audio
Listen to audio programs from ICT Read more »
Video
Watch ICT videos right in your browser Read more »
RSS Feeds
Stay up-to-date with ICT Read more »
Mobile
ICT on your cell phone or PDA Read more »
if (self['plpm'] && plpm['160ad3']){ document.write(plpm['160ad3']);} else if (self['plunpla'] && plunpla['272']){document.write(''); } else { if(self['plurp'] && plurp['272']){} else {document.write(''); } }
if (self['plpm'] && plpm['160ad4']){ document.write(plpm['160ad4']);} else if (self['plunpla'] && plunpla['277']){document.write(''); } else { if(self['plurp'] && plurp['277']){} else {document.write(''); } }
if (self['plpm'] && plpm['160ad5']){ document.write(plpm['160ad5']);} else if (self['plunpla'] && plunpla['287']){document.write(''); } else { if(self['plurp'] && plurp['287']){} else {document.write(''); } }
if (self['plpm'] && plpm['160ad6']){ document.write(plpm['160ad6']);} else if (self['plunpla'] && plunpla['302']){document.write(''); } else { if(self['plurp'] && plurp['302']){} else {document.write(''); } }
google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);
if (self['plpm'] && plpm['Leaderboard2']) document.write('');if (self['plpm'] && plpm['Leaderboard2']){ document.write(plpm['Leaderboard2']);} else if (self['plunpla'] && plunpla['1491']){document.write(''); } else { if(self['plurp'] && plurp['1491']){} else {document.write(''); } }if (self['plpm'] && plpm['Leaderboard2']) document.write('');
About Us
Contributors
Magazines
Archive
Contact Us
Copyright © 2010
© 1998 - 2010 Indian Country Today. All Rights Reserved
Privacy Policy
Terms of Use
Powered by Broadcast Interactive Media.
var js="0.0";
js="1.0";
js="1.1";
js="1.2";
js="1.3";
js="1.4";
js="1.5";
js="1.6";
js="1.7";
js="1.8";
js="1.9";

-1?"":document.referrer);_q+="&5="+parseInt(_qDate.getTimezoneOffset());_q+="&35="+parseInt(_qDate.toString().indexOf("aylight")>-1?1:0);_q+="&6=97150584";_q+="&7=353399";_q+="&8="+encodeURIComponent(document.location);_q+="&9="+encodeURIComponent(_r);_q+="&10="+encodeURIComponent(document.title);_q+="&11="+encodeURIComponent(navigator.userAgent);_q+="&12="+encodeURIComponent((na?navigator.language:navigator.userLanguage));_q+="&13="+((navigator.javaEnabled()?'1':'0'));_q+="&14="+encodeURIComponent(js);if(document.cookie.indexOf("cc")==-1)document.cookie="cc=t;";_q+="&15="+((document.cookie.indexOf("cc")==-1)?"0":"1");_q+="&16="+encodeURIComponent((screen.width+'x'+screen.height));_q+="&17="+encodeURIComponent(((ns)?screen.colorDepth:screen.pixelDepth));_q+="&18="+encodeURIComponent(Math.random());_q+="&19="+_ti;bb.src="http://s.clickability.com/s?"+_q;
function setonclicks(a,b){var i=0;var retval=true;while(document.links[i]!=a){i++;}if(b.li[i])retval=b.li[i].oldonclick();bye(a);return retval;}
function newonld(){if(hasonload)oldonld();lnks=new Object();var sze=document.links.length;lnks.li=new Array(sze);for (var i=0; i a ) {break;}}}function getdomain(a){var i=a.host.indexOf(":");return (i>=0)?a.host.substring(0,i):a.host;}if(self['setupalready']){var dosetup = false;alert('There are two $imware.tracker calls on this page. Please alert Client Services');}else{var dosetup = true;var hasonload=false;}if(dosetup && ((window.screen)((new Array()).toSource)((new Array()).shift&&ns))&&(navigator.userAgent.indexOf('Mac')
_qoptions={
qacct:"p-9a3CzpxOy4iiQ"
};
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-4279899-9");
pageTracker._initData();
pageTracker._trackPageview();
http://www.nativevillage.org/Opportunities/7-%202010%20OPPS.htm

Native American Animals