Guest guest Posted March 25, 2007 Report Share Posted March 25, 2007 Japan’s crippled whaling fleet arrived back in Tokyo yesterday with more than 500 minke whales after an expedition to the Antarctic that resulted in violent clashes with environmentalists, censure from foreign governments and a fire that killed a crew member. Accompanied by ten escort ships, the flagship Nisshin Maru docked at Oi Wharf with 508 of the 945 whales that it had set out to catch. The annual whale hunt is conducted in the name of scientific research but environmentalists insist that this is a thin pretext for commercial whaling, which has been banned under an international agreement since 1986. This year’s expedition came to an abrupt end five weeks ago. A protest boat owned by Greenpeace, the environmental organisation, which had been trying to block the whalers, offered to tow the stricken ship to safety but the Japanese insisted that they could deal with the accident unassisted. Earlier the Nisshin Maru and its six auxiliary vessels had been forced to suspend the hunt after ships owned by Sea Shepherd, the radical conservation group, caught up with them and hurled acid stink bombs on to their decks. Three days later the Sea Shepherd vessel Robert Hunter and the Kaiko Maru collided in an incident for which each side blamed the other. Then came the fire in which Kazutaka Makita, a 27-year old sailor, died, apparently from smoke inhalation. The fire took place in the Ross Sea, 60 miles (95km) from a large colony of penguins. Foreign leaders, including Helen Clark, the Prime Minister of New Zealand, urged the Japanese to leave the area immediately to avoid the risk of a leak from the 8,000-tonne Kaiko Maru’s 1.3 million litres of fuel oil. The fire, as well as being a crippling blow to its plan to hunt whales, represents a huge public relations disaster for the whaling operation. Greenpeace issued a statement yesterday claiming that the “research” element of the Nisshin Maru’s hunting activities was a wasteful sham. “It is not only the Japanese Government’s whaling ship that has been seriously damaged this hunting season, so has the credibility of the whaling programme with this review,” Junichi Sato, a Greenpeace spokesman in Japan, said. “The Japanese people have spent 18 years and millions of yen funding a so-called research programme that has produced nothing of substance.” The group has demanded that the Nisshin Maru be retired permanently, but a spokesman for Japan’s fisheries agency did not rule out the possibility of the ship returning to Antarctica this year or the next. “Everything depends on the results of our inspections of the ship,” he said. “But the fact that it returned all the way to Japan on its own suggests there aren’t major machinery problems.” Have your say It is a shame that such a civilized nation as the Japanese would still keep mum in the 21st century in face of such brutalities of their government organizations and firms towards poor endangered species like whales and dolphins. Ebrahim, Ardebil, IranPeter H Inbox full of unwanted email? Get leading protection and 1GB storage with All New Mail. Quote Link to comment Share on other sites More sharing options...
Guest guest Posted March 26, 2007 Report Share Posted March 26, 2007 :-( , peter VV <swpgh01 wrote: > > Japan's crippled whaling fleet arrived back in Tokyo yesterday with more than 500 minke whales after an expedition to the Antarctic that resulted in violent clashes with environmentalists, censure from foreign governments and a fire that killed a crew member. > Accompanied by ten escort ships, the flagship Nisshin Maru docked at Oi Wharf with 508 of the 945 whales that it had set out to catch. The annual whale hunt is conducted in the name of scientific research but environmentalists insist that this is a thin pretext for commercial whaling, which has been banned under an international agreement since 1986. > This year's expedition came to an abrupt end five weeks ago. A protest boat owned by Greenpeace, the environmental organisation, which had been trying to block the whalers, offered to tow the stricken ship to safety but the Japanese insisted that they could deal with the accident unassisted. > Earlier the Nisshin Maru and its six auxiliary vessels had been forced to suspend the hunt after ships owned by Sea Shepherd, the radical conservation group, caught up with them and hurled acid stink bombs on to their decks. > Three days later the Sea Shepherd vessel Robert Hunter and the Kaiko Maru collided in an incident for which each side blamed the other. Then came the fire in which Kazutaka Makita, a 27-year old sailor, died, apparently from smoke inhalation. > The fire took place in the Ross Sea, 60 miles (95km) from a large colony of penguins. > Foreign leaders, including Helen Clark, the Prime Minister of New Zealand, urged the Japanese to leave the area immediately to avoid the risk of a leak from the 8,000-tonne Kaiko Maru's 1.3 million litres of fuel oil. > The fire, as well as being a crippling blow to its plan to hunt whales, represents a huge public relations disaster for the whaling operation. Greenpeace issued a statement yesterday claiming that the " research " element of the Nisshin Maru's hunting activities was a wasteful sham. > " It is not only the Japanese Government's whaling ship that has been seriously damaged this hunting season, so has the credibility of the whaling programme with this review, " Junichi Sato, a Greenpeace spokesman in Japan, said. " The Japanese people have spent 18 years and millions of yen funding a so-called research programme that has produced nothing of substance. " > The group has demanded that the Nisshin Maru be retired permanently, but a spokesman for Japan's fisheries agency did not rule out the possibility of the ship returning to Antarctica this year or the next. > " Everything depends on the results of our inspections of the ship, " he said. " But the fact that it returned all the way to Japan on its own suggests there aren't major machinery problems. " > > > var show=false; var articleID = " 1560284 " ; var sHaveYourSay = 'Have your say'; var sCollapseForm = 'Hide the form'; var sHideMostComments = 'Show fewer comments'; var nTotalCharacters = 1000; // Value for the total number of characters that can be submitted - change to suit requirements // // Array of required fields for the named form var aFormEnterViewCommentValidation = new Array ('your_view','name','email','town_fs_city'); /* get the cookie string in cookie associated with cookiename */ function getCookie (Name) { var search = Name + " = " var CookieString = document.cookie var result = null if (CookieString.length> 0) { offset = CookieString.indexOf(search) if (offset != -1) { offset += search.length end = CookieString.indexOf( " ; " , offset) if (end == -1) end = CookieString.length result = unescape (CookieString.substring(offset, end)) } } return result } /* set the cookie string in cookie */ function setCookie (name, value, > lifespan) { var cookietext = name + " = " + escape(value) if (lifespan != null) { var today=new Date() var expiredate = new Date () expiredate.setTime(today.getTime() + 1000*60*60*24*lifespan) cookietext += " ; expires= " + expiredate.toGMTString() } document.cookie = cookietext return null } /* validating whether required fields are being entered before submitted */ function PostingValidate(objForm) { // if remember me is checked, the information is saved into the cookies if(objForm.remember_me){ setCookie('TimesOnlinecomment_name',objForm.name.value,30); setCookie ('TimesOnlinecomment_email',objForm.email.value,30); setCookie ('TimesOnlinecomment_city',objForm.city.value,30); setCookie ('TimesOnlinecomment_countryState',objForm.countryState.value,30); } // seting the title to article headline so that the moderator get to know on which article, comment is made objForm.title.value = " 506 whales are killed as crippled fleet cuts short annual hunt " ; > if(objForm.body.value.length== " 0 " ){ objForm.body.focus(); document.getElementById( " enter-view-comment-error- container " ).innerHTML = " Error: Please enter the comment " ; return false; } if(objForm.name.value.length== " 0 " ){ objForm.email.focus (); document.getElementById( " enter-view-comment-error- container " ).innerHTML = " Error: Please enter the Name " ; return false; } if(objForm.email.value.length== " 0 " ){ objForm.body.focus (); document.getElementById( " enter-view-comment-error- container " ).innerHTML = " Error: Please enter Email " ; return false; } if(objForm.city.value.length== " 0 " ){ objForm.body.focus (); document.getElementById( " enter-view-comment-error- container " ).innerHTML = " Error: Please enter the city " ; return false; } return true; } var sReadAllComments = " " ; > > Have your say > > fGenerateHaveYourSayLink('have-your-say-link-1', 'comments- form', sHaveYourSay); //--> > > > It is a shame that such a civilized nation as the Japanese would still keep mum in the 21st century in face of such brutalities of their government organizations and firms towards poor endangered species like whales and dolphins. > > Ebrahim, Ardebil, Iran > > > > > > Peter H > > > > > Inbox full of unwanted email? Get leading protection and 1GB storage with All New Mail. > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.