Order of succession The Constitution
Hopp til hovedinnhold
$("#foobar").show();
$("#foobar2").show();
Order of succession
Article 6 of the Norwegian Constitution stipulates the order of succession to the Norwegian Throne.
At present, the line of succession is as follows:
- His Royal Highness Crown Prince Haakon
- Her Royal Highness Princess Ingrid Alexandra
- His Highness Prince Sverre Magnus
- Her Highness Princess Märtha Louise
- Miss Maud Angelica Behn
- Miss Leah Isadora Behn
- Miss Emma Tallulah Behn
The Constitution
Article 6 of the Norwegian Constitution states:
The order of succession is lineal, so that only a child born in lawful wedlock of the Queen or King, or of one who is herself or himself entitled to the succession may succeed, and so that the nearest line shall take precedence over the more remote and the elder in the line over the younger.
An unborn child shall also be included among those entitled to the succession and shall immediately take her or his proper place in the line of succession as soon as she or he is born into the world.
The right of succession shall not, however, belong to any person who is not born in the direct line of descent from the last reigning Queen or King or a sister or brother thereof, or is herself or himself a sister or brother thereof. When a Princess or Prince entitled to succeed to the Crown of Norway is born, her or his name and time of birth shall be notified to the first Storting in session and be entered in the record of its proceedings.
For those born before the year 1971, Article 6 of the Constitution as it was passed on 18 November 1905 shall, however, apply. For those born before the year 1990 it shall nevertheless be the case that a male shall take precedence over a female.
Del denne artikkelen på Facebook eller Twitter
Del på Twitter
Del på Facebook
// We only want these styles applied when javascript is enabled
$(document).ready(function()
$('div.navigation').css('width' : '300px', 'float' : 'left');//hvorfor settes denne til 300 her naar den skjules etterpaa?
$('div.content').css('display', 'block');
//Opprette skjult liste av slider som fancybox bruker for aa bla
var hiddenPict = new getHiddenPictures(bildeCont: $('#bildeCont'), pictureArray: [["Arverekken til den norske tronen. Foto: Torgrim Melhuus, TiTT Melhuus as / NDR / Det kongelige hoff","/aim/kongehuset2/files/7/b/d/302e17a96f4cd4f6ffae90dff9681576d1fd882b4c/7bd302e17a96f4cd4f6ffae90dff9681576d1fd882b4c.jpg"],["Tre generasjoner: Kong Harald, Kronprins Haakon og Prinsesse Ingrid Alexandra 2006. Foto: Lasse Berre.","/aim/kongehuset2/files/6/e/a/65fa2d58eefe6dd02e340dcc4cee8576cf15402c17/6ea65fa2d58eefe6dd02e340dcc4cee8576cf15402c17.jpg"]]);
// Initialize Minimal Galleriffic Gallery
$('#thumbs').galleriffic(
loadingContainerSel: '#loading',
imageContainerSel: '#slideshow',
controlsContainerSel: '#controls',
captionContainerSel: '#caption',
renderSSControls: false,
renderNavControls: true,
prevLinkText: '‹ Forrige',
nextLinkText: 'Neste ›',
nextPageLinkText: 'Neste side ›',
prevPageLinkText: '‹ Forrige side',
enableKeyboardNavigation: false,
onSlideChange: function(prevIndex, nextIndex)
hiddenPict._renderPictureQueueFromPos($('.hiddenPictures'), nextIndex+1); //rendre ny skjult liste av slides om fancybox bruker til aa bla
,
onTransitionIn: function(newSlide, newCaption, isSync)
newSlide.fadeTo(this.getDefaultTransitionDuration(isSync), 1.0);
if (newCaption)
newCaption.fadeTo(this.getDefaultTransitionDuration(isSync), 1.0);
$('a.fancybox').fancybox(
titleFormat : function(title, currentArray, currentIndex, currentOpts)
return '' + title + '';
,
prevEffect: 'none',
nextEffect: 'none',
titlePosition: 'inside',
helpers :
title: type : 'inside',
buttons:
,
showNavArrows: true,
cyclic: true
);
);
$('#controls').append("
$('div.navigation').css('display', 'none');
);
.fancybox-next span
right: -18px;
.fancybox-prev span
left: -17px;
(function(i,s,o,g,r,a,m)i['GoogleAnalyticsObject']=r;i[r]=i[r])(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8097479-1', 'auto');
ga('set', 'dimension1', '');
ga('send', 'pageview');