annotC = location.pathname
window.onerror = null;
var expires = new Date ();
expires.setTime (expires.getTime() + (24 * 60 * 60 * 1000 * 180));
function c_prompt(c_question,c_default){
var t_default=c_default
var t_default=prompt(c_question,t_default)
if(t_default==null){t_default=c_default}
return t_default
}
// Get Cookie Value function
function getCookieVal(offset) {
 var endstr = document.cookie.indexOf (";", offset);
 if (endstr == -1) endstr = document.cookie.length;
 return unescape (document.cookie.substring(offset, endstr));
}
// Get Cookie function
 function getCookieVal(offset) {var endstr = document.cookie.indexOf (";", offset); 
 if (endstr == -1) endstr = document.cookie.length; 
 return unescape (document.cookie.substring(offset, endstr));} 
 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 "";}
function SetCookie (name, value) {
 var argv = SetCookie.arguments;
 var argc = SetCookie.arguments.length;
 var expires = (argc > 2) ? argv[2] : null;
 var path = "/";
 var domain = (argc > 4) ? argv[4] : null;
 var secure = (argc > 5) ? argv[5] : false;
 document.cookie = name + "=" + escape (value) +
 ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
 ((path == null) ? "" : ("; path=" + "/")) +
 ((domain == null) ? "" : ("; domain=" + domain)) +
 ((secure == true) ? "; secure" : "");
}
function setC(form) {
var expdate = new Date ();
expdate.setTime (expdate.getTime() + (24 * 60 * 60 * 1000 * 31));
SetCookie (form.name, form.value, expdate);
}
function annotate() {
annot = prompt("Annotation", annot);
SetCookie(annotC,annot,expires);
window.location.reload();
}
document.write('<table width="535" cellspacing="2" cellpadding="2"> <tr><td valign="TOP"><a name="top"></a><a href="http://www.ndcourts.gov" target="_top"><img src="/images/seal.JPG" width=78 height=78 border=0 alt="Go to North Dakota Supreme Court Home Page"></a><a href="#skipnav" class="hide" title="Skip Navigation Links">Skip Navigation Links</a><br><a href="http://www.ndcourts.gov" title="N.D. Supreme Court Home Page" class="chan" target="_top">HOME</a><br><a href="/Search/Opinions.asp" title="Supreme Court Opinons" class="chan" target="_top">OPINIONS</a><br><a href="/Search/Query.asp" title="Search N.D. Supreme Court Website" class="chan" target="_top">SEARCH</a><br><a href="/court/Index.htm" title="Index of this Website" class="chan" target="_top">INDEX</a><br><a href="/court/Welcome.htm" title="Guides, Brochures, Instructions, Forms" class="chan" target="_top">GUIDES</a><br><a href="/Lawyers/" title="Lawyers Directory" class="chan" target="_top">LAWYERS</a><br><a href="/rules/" title="Rules-Criminal, Civil, Appellate..." class="chan" target="_top">RULES</a><br><a href="/Research/" title="Legal Research-State & Federal" class="chan" target="_top">RESEARCH</a><br><a href="/court/Courts.htm" title="Courts of N.D., Filing, Committees" class="chan" target="_top">COURTS</a><br><a href="/Calendar/" title="Court Calendar" class="chan" target="_top">CALENDAR</a><br><a href="/court/Notices/Notices.htm" title="Court Notices" class="chan" target="_top">NOTICES</a><br><a href="/court/New.htm" title="News from N.D. Supreme Court" class="chan" target="_top">NEWS</a><br><a href="/court/Forms/" title="Forms for Self-Represented Persons" class="chan" target="_top">FORMS</a><br><a href="/court/Subscribe.htm" title="Subscribe to E-mail Notice" class="chan" target="_top">SUBSCRIBE</a><br><a href="/custom/custom.htm" onClick="savetitle()" title="Add a Link to this document on the Supreme Court Home Page" class="chan" target="_top">CUSTOMIZE</a><br><a href="/comment/" onClick="savetitle()" onKeyPress="savetitle()" title="Send comments to the webmaster" class="chan">COMMENTS</a><p><p></td><td align="LEFT" valign="TOP"> <font face="Albertus" size="+1" color="Navy"><a href="http://www.nd.gov/" target="_top">North Dakota</a> <a href="http://www.ndcourts.gov/" target="_top">Supreme Court</a> <a href="'+curl+'" target="_top">'+chan+'</a>')
var cslen = schan.length;
if (cslen > 0){
document.write(' <a href="'+scurl+'" target="_top">'+schan+'</a></font> <a href="' + document.location +'" target="_top">')
};
document.write('</font>')
document.write('<a href="#" title="Back to previous page" onclick="window.history.go(-1);" onkeypress="window.history.go(-1);"><img src="/images/Back.gif" width="10" height="9" alt="Go Back" border="0"></a>');
document.write('<a href="' + document.location +'" target="_top"><img src="/images/GoTop.GIF" width=15 height=9 border=0 alt="Exit any frames & take this document to the top"></a>');
document.write('<a href="http://avantgo.com/mydevice/autoadd.html?title='+ document.title +'&url='+ document.location +'&max='+ Math.round(document.fileSize/1000) +'&depth=1&images=0&links=0&refresh=daily&hours=1&dflags=0&hour=0&quarter=00&s=00" title="Download to Personal Digital Assistant handheld computer"><img src="/images/PDA.GIF" width="10" height="9" alt="Download to PDA" border="0"></a>');
var annot=GetCookie(annotC); 
document.write('<a href="" onClick = annotate()><img src="/images/Pencil.gif" width="9" height="9" alt="Annotate Page" border="0"></a>')
document.write('<a href="/Help/'+vhelp+'.htm" target="_top"><img src="/images/Help.gif" width=9 height=9 border=0 alt="Help"></a><a name="skipnav" id="skipnav"></a><br>')
if(annot != "null"){ 
document.write('<table width="100%"><tr><td bgcolor="#FFFFAE">'); 
document.write(annot);
document.write('</td></tr></table>');
}
