CINXE.COM

The Nation Newspaper | MIA TAKES OVER

<html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.nationnews.com:80/story/340622492722919.php","20080623012730","https://web.archive.org/","web","/_static/", "1214184450"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>The Nation Newspaper | MIA TAKES OVER</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="/web/20080623012730cs_/http://www.nationnews.com/style/globalstyles.css" rel="stylesheet" type="text/css"> <link href="/web/20080623012730cs_/http://www.nationnews.com/style/menustyles.css" rel="stylesheet" type="text/css"> <script src="https://web.archive.org/web/20080623012730js_/http://classifieds.nationnews.com/inc.php?uri=/story/340622492722919.php" language="JavaScript1.1"></script> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> <script language="Javascript"> <!-- function displayMsg(msgStr) { //v1.0 status=msgStr; document.returnValue = true; } function setHome(arg){ if(navigator.appVersion.charAt(navigator.appVersion.indexOf("MSIE") + 5) >= 5 && navigator.platform.indexOf("Win16") == -1 && navigator.platform.indexOf("Mac") == -1){ arg.style.behavior='url(#default#homepage)'; arg.setHomePage('https://web.archive.org/web/20080623012730/http://www.nationnews.com'); arg.href="#"; return true; } else {return false} } // --> </script> <script language="javaScript1.2"> var maxWidth = 50; /* maximum width of the submenus (in 'em' units) */ var borderBox = false; var horizontal = new Array(); var menuTop = new Array(); var menuHeight = new Array(); var menuLeft = new Array(); var menuWidth = new Array(); window.onload = function() { loadMenu(); } function loadMenu() { if (!document.getElementById) return; var i = 0, j, root, submenus, node, li, link, division; while (true) { root = document.getElementById("menuList" + (i + 1)); if (root == null) break; submenus = root.getElementsByTagName("ul"); division = root.parentNode; if (document.createElement) { /* Win/IE5-6 trick: makes the whole width of the submenus clickable */ for (j = 0; j < submenus.length; j++) { node = submenus.item(j); if (node.className == "menu" && node.getElementsByTagName("ul").length == 0) { li = document.createElement("li"); node.appendChild(li); li.style.position = "absolute"; li.style.visibility = "hidden"; } } /* checks whether the 'width' property applies to the border box or * the content box of an element */ if (i == 0) { li.style.display = "block"; li.style.padding = "0"; li.style.width = "2px"; li.style.border = "1px solid"; if (li.offsetWidth == 2) borderBox = true; } } initializeMenu(root, division, i); for (j = 0; j < submenus.length; j++) { node = submenus.item(j); if (node.className == "menu") { link = node.previousSibling; while (link != null) { if (link.className == "actuator") { initializeSubmenu(node, link, root, division); node.set(); break; } link = link.previousSibling; } } } i++; } } function initializeMenu(root, div, index) { horizontal[index] = menuIsHorizontal(root); menuTop[index] = div.offsetTop; menuHeight[index] = div.offsetHeight; menuLeft[index] = div.offsetLeft; menuWidth[index] = div.offsetWidth; div.horizontal = function() { return horizontal[index]; } div.checkMove = function() { if (this.hasMoved()) this.resetMenu(); } div.hasMoved = function() { if (menuTop[index] == this.offsetTop && menuHeight[index] == this.offsetHeight && menuLeft[index] == this.offsetLeft && menuWidth[index] == this.offsetWidth) return false; return true; } div.resetMenu = function() { horizontal[index] = menuIsHorizontal(root); menuTop[index] = this.offsetTop; menuHeight[index] = this.offsetHeight; menuLeft[index] = this.offsetLeft; menuWidth[index] = this.offsetWidth; var submenus = root.getElementsByTagName("ul"); for (var j = 0; j < submenus.length; j++) { var node = submenus.item(j); if (node.className == "menu") { node.style.right = ""; node.style.left = ""; if (!window.opera) node.style.width = ""; node.set(); } } } } function menuIsHorizontal(root) { var first = firstElement(root, "LI"); if (first != null) { var second = first.nextSibling; while (second != null) { if (second.tagName == "LI") { first = firstElement(first, "A"); second = firstElement(second, "A"); if (first != null && second != null) if (first.offsetLeft == second.offsetLeft) return false; return true; } second = second.nextSibling; } } return true; } function initializeSubmenu(menu, actuator, root, div) { var parent = menu.parentNode; parent.onmouseover = function() { div.checkMove(); menu.style.visibility = "visible"; } actuator.onfocus = function() { div.checkMove(); menu.style.visibility = "visible"; } parent.onmouseout = function() { menu.style.visibility = ""; } var tags = menu.getElementsByTagName("a"); var link = tags.item(tags.length - 1); if (!link.onblur) link.onblur = function() { var node = link.parentNode.parentNode; while (node != menu) { node.style.visibility = ""; node = node.parentNode.parentNode; } menu.style.visibility = ""; } if (parent.parentNode == root) { menu.set = function() { setLocation1(this, actuator, root, div); } } else { menu.set = function() { setLocation2(this, actuator, div); } } } function setLocation1(menu, actuator, root, div) { var first = firstElement(menu, "LI"); if (first != null) if (first.offsetParent == menu) setWidth(menu); if (div.horizontal()) { if (actuator.offsetParent == menu.offsetParent) { menu.style.left = actuator.offsetLeft + "px"; menu.style.top = actuator.offsetTop + actuator.offsetHeight + "px"; } else { /* happens in Win/IE5-6 when some ancestors are 'static' and have their * 'width' or 'height' different than 'auto' */ var parent = actuator.offsetParent; var top = 0; var left = 0; while (parent != menu.offsetParent && parent != null) { top = top + parent.offsetTop; left = left + parent.offsetLeft; parent = parent.offsetParent; } menu.style.left = left + actuator.offsetLeft + "px"; menu.style.top = top + actuator.offsetTop + actuator.offsetHeight + "px"; } } else { menu.style.top = actuator.offsetTop + "px"; menu.style.left = (div.offsetWidth + actuator.offsetWidth) / 2 + "px"; } } function setLocation2(menu, actuator, div) { if (menu.offsetParent != document.body) setWidth(menu); menu.style.top = actuator.offsetTop + "px"; menu.style.left = actuator.offsetWidth + "px"; } function setWidth(menu) { menu.style.right = - maxWidth + "em"; var width = 0; var height = 0; var items = menu.getElementsByTagName("a"); for (var i = 0; i < items.length; i++) { var link = items.item(i); if (link.parentNode.parentNode == menu) { height = height + link.offsetHeight; if (link.offsetWidth > width) width = link.offsetWidth; } } if (borderBox) width = width + (menu.offsetHeight - height); menu.style.width = width + "px"; } function firstElement(node, name) { var first = node.firstChild; while (first != null) { if (first.tagName == name) return first; first = first.nextSibling; } return null; } </script> </head> <body> <table width="769" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top"> <!---Head begins --> <table width="769" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" width="769"><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/politics" target="_blank"><img src="/web/20080623012730im_/http://www.nationnews.com/images/header.jpg" border="0" align="top" alt="Main Header"></a></td></tr></table> <table width="769" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: 1px solid #000000;"> <tr> <td valign="top"> <div id="mainMenu1"> <ul id="menuList1"> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/">Home</a></li> <li> <a class="actuator" href="#">News</a> <ul class="menu"> <li> <a class="actuator" href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/local/">Local</a> <ul class="menu"> <li><a href="https://web.archive.org/web/20080623012730/http://www.qwikcast.com/cgi-bin/forecast.cgi?zip=Bridgetown,BB&amp;unit=C">Weather</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/cropover/">Crop Over</a></li> </ul> </li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/politics/">Politics</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/business/">Business</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/sports">Sports</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/regional/">Regional</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/cropover/">Crop Over</a></li> </ul> </li> <li> <a class="actuator" href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/editorial/">Comment</a> <ul class="menu"> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/editorial/">Editorial</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/editorial/">Letters</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/cartoon.php">Cartoon</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://classifieds.nationnews.com/index.php">Discussion</a></li> </ul> </li> <li> <a class="actuator" href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/life/">Life</a> <ul class="menu"> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/life/">Entertainment</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/life/horoscope.php">Horoscope</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/life/">Dear Christine</a></li> </ul> </li> <li> <a class="actuator" href="https://web.archive.org/web/20080623012730/http://classifieds.nationnews.com/">Classifieds</a> <ul class="menu"> <li><a href="https://web.archive.org/web/20080623012730/http://classifieds.nationnews.com/results.php?category_id=10">Family Notices</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://classifieds.nationnews.com/results.php?category_id=6">Vacancies</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://classifieds.nationnews.com/results.php?category_id=2">Real Estate</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://classifieds.nationnews.com/results.php?category_id=1">Auto Guide</a></li> </ul> </li> <li> <a class="actuator" href="#">Extras</a> <ul class="menu"> <li><a href="https://web.archive.org/web/20080623012730/http://archive.nationnews.com/">Archives</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/aboutus/register.php">Register</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/aboutus/login.php">Members</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/rss.php">RSS Feed</a></li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/mobilenews.php">Mobile News</a></li> </ul> </li> <li><a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/www/NCTemp/advertising/advertising.html" target="_blank">Advertise</a></li><!--http://www.nationnews.com/aboutus/advertise.php--> <li><a href="https://web.archive.org/web/20080623012730/http://mail.nationnews.com:8383/">Email</a></li> </ul> </div> </td></tr> </table> <table width="769" border="0" cellpadding="0" cellspacing="0" bgcolor="#D12A24" style="border: 1px solid #000000;"> <form action="https://web.archive.org/web/20080623012730/http://bararchive.bits.baseview.com/archive_results.php" method="POST"> <tr> <td width="74" valign="middle"><input type="submit" name="Submit" value="Search Archive"/></td> <td width="274" valign="middle" align="center"> <input type="text" name="keyword" size="38"> <a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/www/HelpTips/searchtips.php" title="Search Tips Help" target="_blank"> <font color="#FFFFFF" size="2"><br>Click Here for Search Tips</font> </a> </td> <td width="51" valign="middle"> <input type="hidden" name="start" value="0"> <input type="hidden" name="mode" value="allwords"> <input type="hidden" name="IncludeStories" value="1"> <input type="hidden" name="IncludeImages" value="1"> <input type="hidden" name="IncludePages" value="1"> <input type="hidden" name="numPer" value="20"> <td width="368"> <table width="350" border="0" align="right"> <tr> <td valign="bottom"><p align="right"><font size="1" face="Arial, Helvetica, sans-serif" color="#FFFFFF"><strong>Last Updated: Monday, January 21, 2008 : 5:37 AM</strong></font></p></td> </tr> <tr><td><p align="right"><font size="1" face="Arial, Helvetica, sans-serif" color="#FFFFFF"><strong><a href="/web/20080623012730/http://www.nationnews.com/aboutus/login.php" class="globalnavtext">Sign In</a> | <a href="/web/20080623012730/http://www.nationnews.com/aboutus/register.php" class="globalnavtext">Register</a></strong></font></p></td></tr> </table> </form> </table> <!-- Head Ends --> <!-- ******************************************************************************** --> <table width="769" border="0" cellpadding="0" cellspacing="0" class="copyright"> <tr> <td width="80" valign="top"> <!--left side begins--> <table> <tr> <td valign="top"> <a href="https://web.archive.org/web/20080623012730/http://www.qwikcast.com/cgi-bin/forecast.cgi?zip=Bridgetown,BB&amp;unit=C" target="_blank"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/weather.jpg" border="0"></a> <br><br> <!-- front page --> <fieldset style="border-top:solid 2px #ccc;border-left:none; border-right:none;border-bottom:none;"><legend class="pictitle" style>Front Page</legend> <table widith="80"> <tr> <td height="95" valign="top"> <a href="/web/20080623012730/http://www.nationnews.com/290809173384488.php" target="_blank"><img border="0" class="cartoon" src="/web/20080623012730im_/http://www.nationnews.com/temporaryimages/tm52168.jpg" height="93" width="69"></a> </a> </td> </tr> </table> </fieldset><br> <!-- front page Ends --> <!-- NationNews Survey --> <!--<FIELDSET style="border-top:solid 2px #ccc;border-left:none; border-right:none;border-bottom:none;"> <LEGEND class="pictitle" style>Nationnews' Survey</LEGEND> <a href="http://www.nationlogic.com/NationSurvey/Survey.htm"><img src="http://www.nationlogic.com/NationSurvey/images/survey.jpg" alt="Nationnews Survey" border="0" width="80"></a> </fieldset><br>--> <!-- NationNews Survey --> <!-- Pick of the day --> <fieldset style="border-top:solid 2px #ccc;border-left:none; border-right:none;border-bottom:none;"><legend class="pictitle" style>Editor's Pick</legend> <a href="/web/20080623012730/http://www.nationnews.com/story/290811177431357.php"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/pick.jpg" alt="Pick of the Day" border="0"></a> </fieldset><br> <!-- Pick of the day Ends --> <!-- Community --> <fieldset style="border-top:solid 2px #ccc;border-left:none; border-right:none;border-bottom:none;"><legend class="pictitle" style>Community</legend> <table width="90" border="0" cellpadding="0" cellspacing="0" style="border: 1px solid #000000;"><tr><td width="90" valign="middle" align="center" bgcolor="#cccccc"> <a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/elections" target="_blank"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/elections.jpg" border="0"></a><br><br> <a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/www/surveys/overseas_nation.htm" target="_blank"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/uksurvey.jpg" border="0"></a><br><br> <a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/www/foreverido/index.html" target="_blank"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/foreverIdo_btn.gif" border="0"></a><br><br> <a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/www/nation/cutekids/index.html" target="_blank"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/cutekids.jpg" border="0"></a><br><br> <a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/www/community/online1.htm" target="_blank"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/community.gif" border="0"></a><br><br> <a href="https://web.archive.org/web/20080623012730/http://www.healthylifestyles.com.bb/" target="_blank"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/healthy.gif" border="0"></a><br><br> <a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/www/budget/budget07.pdf" target="_blank"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/budget07.jpg" border="0"></a><br><br> <a href="https://web.archive.org/web/20080623012730/http://www.nationnews.com/www/budget/budgreply07.pdf" target="_blank"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/budgetreply07.gif" border="0"></a><br><br> </td></tr></table> </fieldset> <!-- Community Ends --> <!-- *************************************** --> <br> <!-- News Links --> <img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/titlelinks.gif"> <br> <a href="/web/20080623012730/http://www.nationnews.com/local/index.php" class="mainleft">Local</a><br> <a href="/web/20080623012730/http://www.nationnews.com/politics/index.php" class="mainleft">Politics</a><br> <a href="/web/20080623012730/http://www.nationnews.com/business/index.php" class="mainleft">Business</a><br> <a href="/web/20080623012730/http://www.nationnews.com/regional/index.php" class="mainleft">Regional</a><br> <a href="/web/20080623012730/http://www.nationnews.com/elections/index.php" class="mainleft">2008 ELECTIONS</a><br> <br> <a href="https://web.archive.org/web/20080623012730/http://www.vob929.com/" class="mainleft" target="_blank">Vob929.com</a><br> <a href="https://web.archive.org/web/20080623012730/http://www.trinidadexpress.com/" target="_blank" class="mainleft">Trinidad Express</a><br> <a href="https://web.archive.org/web/20080623012730/http://www.jamaica-gleaner.com/" target="_blank" class="mainleft">Jamaica Gleaner</a> <br> <br> <!-- News Links Ends --> <!-- *************************************** --> <!-- Services --> <img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_nav/service.gif"> <br> <a href="https://web.archive.org/web/20080623012730/http://archive.nationnews.com/" class="mainleft">Archives</a><br> <a href="/web/20080623012730/http://www.nationnews.com/aboutus/contactus.php" class="mainleft">Contact Us</a><br> <a href="/web/20080623012730/http://www.nationnews.com/aboutus/advertise.php" class="mainleft">Advertise</a><br> <a href="/web/20080623012730/http://www.nationnews.com/rss.php" class="mainleft">RSS Feeds</a><br> <a href="https://web.archive.org/web/20080623012730/http://mail.nationnews.com:8383/" target="_blank" class="mainleft">Nation Email</a><br><br> <br> <br> </td></tr> </table> <!--left side Ends--> </td> <!-- ************************************************************************* --> <td width="10"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="10"></td> <!--Story Begins--> <link href="/web/20080623012730cs_/http://www.nationnews.com/style/globalstyles.css" rel="stylesheet" type="text/css"> <td width="478" height="798" valign="top"> <table width="468" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td height="7" colspan="2" valign="top"> <table width="468" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="7" colspan="2" valign="top"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="1" height="7"></td> </tr> </table></td> </tr> <tr> <td width="468" height="254" valign="top"> <p><center><!-- --></center></p> <table width="468" cellpadding="0" cellspacing="0" class="topstoryBox"> <!--DWLayoutTable--> <tr> <td width="464" height="240" align="left" valign="top" class="topstoryText" style=""> <div id="caption"> <span class="storycat">Local News Story</span> <br><br> <div align="right"> |&nbsp;<a href="/web/20080623012730/http://www.nationnews.com/340775326868669.php" target="_blank" class="toplink">PRINTER FRIENDLY FORMAT</a>&nbsp;|&nbsp; <a href="#" onclick="MM_openBrWindow('https://web.archive.org/web/20080623012730/http://barbits.bits.baseview.com/content_mailform.php?link=http%3A%2F%2Fwww.nationnews.com%2Fstory%2F340622492722919.php','Mailfriend','width=500,height=220')" class="toplink">EMAIL STORY</a> <br> <table> <tr><td> <!-- BITSPrintFriendlyStart --> <span class="storyHeadline"> <!-- BITSHeadlineStart -->MIA TAKES OVER<!-- BITSHeadlineEnd --> </span> <br><span class="byline">Published on: 1/20/08.</span> <p> <table><tr> <td> <img class="picBorder" src="/web/20080623012730im_/http://www.nationnews.com/temporaryimages/bp52091.jpg" height="215"> </td> </tr> <tr> <td bgcolor="#CCCCCC"> <span class="byline">From one leader to another: former Prime Minister Owen Arthur (right) congratulating Mia Mottley, the new political leader of the Barbados Labour Party and the incoming Leader of the Opposition. (Picture by Charles Pitt-Grant.)</span> </td> </tr> </table> </p> <!-- BITSMailPreviewStart --> <p class="storyText"><p>by TREVOR YEARWOOD </p></p> <!-- BITSMailPreviewEnd --> <p class="storyText"><p> </p> <p><uppercase>BARBADOS </uppercase>has a new Opposition Leader and the Barbados Labour Party (BLP), a new political leader. </p> <p>She is former Deputy Prime Minister Mia Mottley who becomes the first woman to hold those posts. </p> <p>As political leader, the 43-year-old Mottley replaces former Prime Minister Owen Arthur, who said yesterday he was looking forward to being "just an ordinary citizen", but will serve the full five years as a Member of Parliament. </p> <p>In making the announcement, four days after the BLP's 10-20 seat defeat in the general election, Arthur told the media and about 22 other successful and unsuccessful BLP candidates, at BLP headquarters, Roebuck Street, The City: </p> <p>"I have made a decision to lay down the mantle of leadership of the Barbados Labour Party. </p> <p>"I believe that it would be in the very best interest of the future development of the party and also the development of democracy in our country if the transition to a new leadership in the Barbados Labour Party is made immediately. </p> <p>"I have therefore . . . demitted the office of political leader of the Barbados Labour Party . . . ." </p> <p>The BLP's parliamentary group had earlier decided on Mottley's appointment as party leader and agreed to recommend to Governor-General Sir Clifford Husbands that she be appointed Leader of the Opposition. </p> <p>The group also picked former Attorney-General Dale Marshall, one of the successful candidates, as deputy leader of the party. </p> <p>"This effectively brings to an end my involvement in Barbados' political affairs at the national and at the party level in a leadership capacity," Arthur said. </p> <p>Mottley pledged that Barbados would have a "very vigilant", "very active" Opposition. </p> <p>"We have a responsibility to continue to work in the cause of all Barbadians to keep democracy strong and alive and at the same time to ensure that the prosperity to which [Barbadians] have become accustomed is not in any way withered away over the course of the next few years," she told reporters. </p> <p>She spoke about continuing the party's "aggressive communications stance through our website and through other media", as well as moves <br> "to rebuild a party that will continue to be relevant to its times". </p> <p>Mottley was first elected to Parliament in September 1994. One of the youngest persons ever to be assigned a ministerial portfolio at age 29, she was appointed to the Ministry of Education, Youth Affairs and Culture. </p> <p>After a Cabinet reshuffle in February of 2006, she was appointed Deputy Prime Minister and Minister of Economic Affairs and Development. </p> </p> <!-- BITSPrintFriendlyEnd --> <div align="right"> <script type="text/javascript"><!-- google_ad_client = "pub-7911311403855459"; google_ad_width = 300; google_ad_height = 250; google_ad_format = "300x250_as"; google_ad_type = "text_image"; google_ad_channel ="8336219506"; google_color_border = "DDB7BA"; google_color_bg = "FFF5F6"; google_color_link = "0000CC"; google_color_url = "008000"; google_color_text = "6F6F6F"; //--></script> <script type="text/javascript" src="https://web.archive.org/web/20080623012730js_/http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> <p> <script language="JavaScript">poll();</script> </p> </td> </tr> </table> <br> <div align="right"> |&nbsp;<a href="/web/20080623012730/http://www.nationnews.com/340775326868669.php" target="_blank" class="toplink">PRINTER FRIENDLY FORMAT</a>&nbsp;|&nbsp; <a href="#" onclick="MM_openBrWindow('https://web.archive.org/web/20080623012730/http://barbits.bits.baseview.com/content_mailform.php?link=http%3A%2F%2Fwww.nationnews.com%2Fstory%2F340622492722919.php','Mailfriend','width=500,height=220')" class="toplink">EMAIL STORY</a> <br> </div></div></div> </td> </tr> </table> <p><center><!-- --></center></p> </td> <td width="10" rowspan="2" valign="top"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="10" height="1"></td> </tr> <!--<tr> <td height="772">&nbsp;</td> </tr>--> </table></td> <td width="10"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="10"></td> <!-- Right side --> <td width="161" valign="top"> <table> <tr> <td height="1" valign="top"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif"></td> </tr> </table> <table id="rightelements" width="161" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="161" height="7" valign="top"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="1" height="7"></td> </tr> <tr> <td height="64" valign="top" bgcolor="#DCC8C5" align="center"><!-- --> </td> </tr> <tr> <td height="10" valign="top" bgcolor="#DCC8C5"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="1" height="10"></td> </tr> <tr> <td height="61" valign="top" bgcolor="#DCC8C5" align="center"><!-- --> <script language="JavaScript">Most e-mailed stories();</script> </td> </tr> <tr> <td height="10" valign="top" bgcolor="#DCC8C5"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="1" height="10"> </td> </tr> <tr> <td height="64" bgcolor="#DCC8C5" align="center"><img src="https://web.archive.org/web/20080623012730im_/http://classifieds.nationnews.com/images/clear.gif" width="160" height="1"><div style="position:relative; width:161px; height:251px; overflow: hidden; margin:0px; padding: 0px"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://web.archive.org/web/20080623012730oe_/http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="160" height="250" id="rise" align=""> <param name="movie" value="http://classifieds.nationnews.com/pubfiles/bar/b/images/117/rise.swf"> <param name="quality" value="high"> <param name="wmode" value="Transparent"> <param name="bgcolor" value="#000000"> <embed src="https://web.archive.org/web/20080623012730oe_/http://classifieds.nationnews.com/pubfiles/bar/b/images/117/rise.swf" quality="high" bgcolor="#ffffff" width="160" height="250" name="rise" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </object></div><!-- 117 --></td> </tr> <tr> <td height="64" bgcolor="#DCC8C5" align="center"><!-- --></td> </tr> <tr> <td height="64" bgcolor="#DCC8C5" align="center"><!-- --></td> </tr> <tr> <td height="64" bgcolor="#DCC8C5" align="center"><!-- --></td> </tr> <tr> <td height="10" valign="top" bgcolor="#DCC8C5"><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="1" height="10"></td> </tr> <tr> <td align="center" valign="top" bgcolor="#DCC8C5"></td> </tr> <tr> <td height="10" valign="top" bgcolor="#DCC8C5" align="center"> <table class="catheadline"> <tr> <td valign="top" bgcolor="#DD0403" align="center"><span class="todaystory">Local News Headlines</span> </td> </tr> <tr> <td bgcolor="#FFFFFF" style="padding-bottom:5px"><div class="bull"> <a href="/web/20080623012730/http://www.nationnews.com/story/11070785842182.php" class="toplink"> KELLMAN: I FEEL GOOD</a><br> <br> </div></td> </tr> <tr> <td bgcolor="#FFFFFF" style="padding-bottom:5px"><div class="bull"> <a href="/web/20080623012730/http://www.nationnews.com/story/61384891421557.php" class="toplink"> Correct with love, teachers urged</a><br> <br> </div></td> </tr> <tr> <td bgcolor="#FFFFFF" style="padding-bottom:5px"><div class="bull"> <a href="/web/20080623012730/http://www.nationnews.com/story/341123279052424.php" class="toplink"> New Cabinet</a><br> <br> </div></td> </tr> <tr> <td bgcolor="#FFFFFF" style="padding-bottom:5px"><div class="bull"> <a href="/web/20080623012730/http://www.nationnews.com/story/290811177077113.php" class="toplink"> Analysts: No 'pork barrel' politics</a><br> <br> </div></td> </tr> <tr> <td bgcolor="#FFFFFF" style="padding-bottom:5px"><div class="bull"> <a href="/web/20080623012730/http://www.nationnews.com/story/341245508376355.php" class="toplink"> Straight-up jazz on Hill</a><br> <br> </div></td> </tr> </table></td> </tr> <tr> <td height="394" valign="top" bgcolor="#DCC8C5"></td> </tr> </table> </td> <!--Right Side2 Begins--> <td valign="top" width="160"> <table><tr> <td align="left" valign="top" width="160"><table width="160" border="0" cellpadding="0" cellspacing="0"><tr> <td align="left" valign="top"> <fieldset style="border-top:solid 2px #ccc;border-left:none; border-right:none;border-bottom:none;"><legend class="pictitle" style>Advertisement</legend><table width="160" border="0" cellpadding="0" cellspacing="0" style="border: 1px solid #cccccc;"><tr> <td align="center" valign="middle"> <img src="https://web.archive.org/web/20080623012730im_/http://classifieds.nationnews.com/images/clear.gif" width="160" height="1"><div style="position:relative; width:161px; height:251px; overflow: hidden; margin:0px; padding: 0px"><a href="https://web.archive.org/web/20080623012730/http://classifieds.nationnews.com/b_cl.php?id=235&amp;clickthroughURL=http%3A%2F%2Fwww.sagicor.com" target="_blank"><img border="0" alt="" src="https://web.archive.org/web/20080623012730im_/http://classifieds.nationnews.com/pubfiles/bar/b/images/107/sagicor.jpg"></a></div><!-- 107 --> </td></tr></table></fieldset></td></tr></table></td> </tr><tr> <td align="left" valign="top" width="160"><table width="160" border="0" cellpadding="0" cellspacing="0"><tr> <td align="left" valign="top"> <fieldset style="border-top:solid 2px #ccc;border-left:none; border-right:none;border-bottom:none;"><legend class="pictitle" style>Advertisement</legend><table width="160" border="0" cellpadding="0" cellspacing="0" style="border: 1px solid #cccccc;"><tr> <td align="center" valign="middle"> <!-- --> </td></tr></table></fieldset></td></tr></table></td> </tr> <tr> <td height="1" valign="top"> <img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="1" height="1"> </td> </tr> <tr><td align="left" valign="top"> <fieldset style="border-top:solid 2px #ccc;border-left:none; border-right:none;border-bottom:none;"><legend class="pictitle" style>Advertisement</legend><table width="160" border="0" cellpadding="0" cellspacing="0" style="border: 1px solid #cccccc;"><tr> <td align="center" valign="middle"> <img src="https://web.archive.org/web/20080623012730im_/http://classifieds.nationnews.com/images/clear.gif" width="160" height="1"><div style="position:relative; width:161px; height:251px; overflow: hidden; margin:0px; padding: 0px"><a href="https://web.archive.org/web/20080623012730/http://classifieds.nationnews.com/b_cl.php?id=118&amp;clickthroughURL=http%3A%2F%2Fwww.rbtt.com" target="_blank"><img border="0" alt="" src="https://web.archive.org/web/20080623012730im_/http://classifieds.nationnews.com/pubfiles/bar/b/images/57/Important.jpg"></a></div><!-- 57 --> </td></tr></table></fieldset></td> </tr> <tr> <td height="10" valign="top"> <img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="1" height="10"> </td> </tr> <tr> <td align="left" valign="top" width="160"><fieldset style="border-top:solid 2px #ccc;border-left:none; border-right:none;border-bottom:none;"><legend class="pictitle" style>Advertisement</legend><table width="160" border="0" cellpadding="0" cellspacing="0" style="border: 1px solid #cccccc;"><tr> <td align="center" valign="middle"> <!-- --> </td></tr></table></fieldset></td> </tr> <tr> <td height="10" valign="top"> <img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="1" height="10"> </td> </tr> <tr> <td align="left" valign="top" width="160"><fieldset style="border-top:solid 2px #ccc;border-left:none; border-right:none;border-bottom:none;"><legend class="pictitle" style>Advertisement</legend><table width="160" border="0" cellpadding="0" cellspacing="0" style="border: 1px solid #cccccc;"><tr> <td align="center" valign="middle"> <!-- --> </td></tr></table></fieldset></td> </tr> <tr> <td height="10" valign="top"> <img src="/web/20080623012730im_/http://www.nationnews.com/images/global/layout/spacer.gif" alt="spacer" width="1" height="10"> </td> </tr> <tr><td align="left" width="160" valign="top"><fieldset style="border-top:solid 2px #ccc;border-left:none; border-right:none;border-bottom:none;"><legend class="pictitle" style>Advertisement</legend> <table width="160" border="0" cellpadding="0" cellspacing="0" style="border: 1px solid #cccccc;"><tr> <td align="center" valign="middle"> <!-- --><!--Ad here --> </td></tr></table></fieldset></td></tr></table> </td> <!--Right Side2 Ends--> </tr> </table> </td> </tr> </table> <!--Footer Begins--> <table align="left" width="769" border="0" cellpadding="0" cellspacing="0"> <tr><td> <hr color="#CCCCCC" size="1"> <script type="text/javascript" language="JavaScript">showMenus(1,'horizontal')</script> <table align="right"> <tr> <td> <br> <fieldset style="border-top:solid 2px #ccc;border-left:none; border-right:none;border-bottom:none;"><legend class="pictitle" style>PARTNERS</legend> <table><tr> <td><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_footer/CCN.jpg" border="0"></td> <td><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_footer/starcom.gif" border="0"></td> <td><img src="/web/20080623012730im_/http://www.nationnews.com/images/global/global_footer/NLogic.jpg" border="0"></td> </tr></table> </fieldset> </td> </tr> </table> </td> </tr> <tr><td valign="top"> <hr color="#CCCCCC" size="1"> <table align="center"><tr> <td height="26" class="copyright">&copy; 1997-2008<a href="/web/20080623012730/http://www.nationnews.com/cropover/index.php">.</a> Nation Publishing Company Limited<a href="/web/20080623012730/http://www.nationnews.com/feed.php">.</a> | <a href="privacy.php" class="terms">Privacy Statement</a> | <a href="#" class="terms">Terms of Use</a></td> </tr></table> </td></tr> </table> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://web.archive.org/web/20080623012730/https://ssl." : "https://web.archive.org/web/20080623012730/http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-1023996-1"); pageTracker._initData(); pageTracker._trackPageview(); </script> <!--Footer ends--> </body> </html> <!-- FILE ARCHIVED ON 01:27:30 Jun 23, 2008 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 12:14:31 Nov 24, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.855 exclusion.robots: 0.04 exclusion.robots.policy: 0.024 esindex: 0.014 cdx.remote: 15.146 LoadShardBlock: 204.027 (3) PetaboxLoader3.datanode: 262.087 (4) load_resource: 307.291 PetaboxLoader3.resolve: 174.916 -->

Pages: 1 2 3 4 5 6 7 8 9 10