|
----- Original Message -----
From: ernesto burgio
Sent: Sunday, June 22, 2003 11:29 AM
Subject: blair occult� i dati sulla pericolosit� degli
OGM.... Blair buried health warning on GM crops, says sacked ministerMeacher says PM dismissed evidence on bacteria so that modified crops could be sold to publicBy Andy McSmith Political Editor22 June 2003
Michael Meacher, the former environment minister, has accused Tony Blair's spin doctors and ministers of systematically ignoring or rubbishing the evidence that genetically modified crops could be a health hazard or could harm the environment. Mr Meacher's warning is calculated to ignite the public debate on genetic modification as the Government prepares an official report that is expected to clear the way for GM foods to go on sale on supermarket shelves. During his six years as Minister for the Environment in Tony Blair's government, Mr Meacher was rumoured to be almost a lone voice seeking to delay the commercial cultivation of GM crops until more scientific evidence had been built up about their effects. Writing in today's Independent on Sunday, in his first published article since being sacked by Mr Blair, Mr Meacher lists a series of reports and findings which suggest that the full impact of GM technology is still dangerously unpredictable. Many of the health tests carried out are "scientifically vacuous", he claims. In one of the most damning passages, he says: "The only human GM trial, commissioned ironically by the Food Standards Agency, found that genetically modified DNA did in fact transfer to bacteria in the human gut. Previously many scientists had denied that this was possible. "But instead of this finding being regarded as a serious discovery which should be checked and re-checked, the spin was that this was nothing new and did not involve any health risk." In a television interview to be broadcast this morning, Mr Meacher suggests that the push to have GM foods on sale in the UK has been backed by "senior people in government who are committed to the biotechnology industry". Though he did not mention names, it is likely that one of the people Mr Meacher had in mind is the Science minister, Lord Sainsbury, whose family owns the supermarket chain. "There is nothing wrong with biotechnology, in terms of drugs and pharmaceuticals," Mr Meacher tells GMTV's Sunday Programme. "The only issue is our food. There are people who are strongly in favour. Tony Blair, it is said, is one of them, but of course there are others." When challenged by Mr Meacher over GM foods in the Commons last week, the Prime Minister dropped another strong hint that he is in favour of seeing them on sale in the shops. He said he was "worried by voices here and in the rest of Europe" that did not give what he called "proper consideration" to the potential benefits of GM technology. Mr Meacher also confirms what most observers had suspected, that he was sacked by Mr Blair, although the official Downing Street announcement said that he had "resigned". Until last week, Mr Meacher, 63, had served longer as a minister and frontbench opposition spokesman than anyone else in government, having been on the front bench for 27 of the past 29 years since Harold Wilson appointed him a junior industry minister in 1974. The Government is due to make a decision on GM foods later in the year, after the publication of a report next month by a team headed by the Government's chief scientific adviser, David King. The study is intended to be the most authoritative to date. GM foods can be bought at supermarkets in the United States and have been consumed by millions of people, none of whom are known to have suffered any harmful effects. The Paris-based International Council for Science published a study last week which concluded that the GM foods already on sale are harmless, though its report warned that there was uncertainty about more complex products that have not yet reached the market. |
<!-- Template: story.jsp (new) -->
<!-- ** UDS-DEBUG ** AdvertLocator :: getAdvertLocator - Start @ Sun Jun 22 10:23:18 BST 2003 Stop @ Sun Jun 22 10:23:18 BST 2003 Elapsed time to build was: 0 --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <SCRIPT TYPE="text/javascript"><!-- function storeCookie(key,val) { var expDate = new Date(); var expTime = expDate.getTime() + 1000 * SECS_100DAYS; expDate.setTime( expTime ); document.cookie = key +"="+ val + "; expires="+ expDate.toGMTString() ; //window.alert("Cookie is now :"+ document.cookie ); window.location.reload(); }//storeCookie function getCookieVal( key ){ var cookiesText = document.cookie; var keyAt = cookiesText.indexOf(key); //get position of key //window.alert("Cookie Key: "+key+" is at "+ keyAt ); if (keyAt == -1) return null; var sepAt = cookiesText.indexOf("=", keyAt ); //find next seperator pos after key var endAt = cookiesText.indexOf(";", sepAt ); //find first delim. after sep. if (endAt == -1) endAt = cookiesText.length; // Last pair has no delimiter var val = cookiesText.substring( 1+ sepAt, endAt); // window.alert("Cookie Key: "+key+" has val \n"+val); return val; }//func var portfolioCookie = getCookieVal( "archive_summaries" ); SHOW_SUMMARIES = (portfolioCookie == null) || (portfolioCookie== "1") ; //window.status="Show summaries: "+ SHOW_SUMMARIES; function interceptClickBuyStory( premUrl, premQS, jumpUrl ){ displayClickBuyStory(SHOW_SUMMARIES, premUrl, premQS, jumpUrl); return false; }//func function displayClickBuyStory( showSummaries, premUrl, premQS, jumpUrl ){ if( premUrl.length > 0 ){ if( showSummaries ) window.location = jumpUrl; else{ var btAppend = "$$$javascript:self.close();"; // ensure c&b back button functions properly. var styleQS = "&style_sheet="+ getCookieVal( "style_sheet" ); newWindow = window.open( premUrl + "?"+ premQS + styleQS + btAppend, "portfolio_window"); newWindow.focus(); } }else window.location = jumpUrl; }//func function openPremXwordWin( xword, printable){ //xword is the crossword filename, printable is flag (true/false) var goDirect= ! SHOW_SUMMARIES; var htmlPos = xword.lastIndexOf("cryptic.html"); if( htmlPos > 0 ) xword=xword.substring(0,htmlPos); htmlPos = xword.lastIndexOf("printable.html"); if( htmlPos > 0 ) xword=xword.substring(0,htmlPos); var url="/crosswords/crossword.jsp"; if( goDirect ) url = "https://bt.premium-link.net/newauth/popup0/http://bt.premium-link.net/$59096$0$/crossword.jsp"; if( printable ) url += "?printable=true"; else url += "?cryptic=true"; url += "&crossword="+ xword; url += "&cb_content_name="+ escape( "Cryptic Crossword: "+ xword ); if( goDirect ) xwordWin = window.open(url,"xwordWin",'toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=750,height=750'); else window.location=url; return false; //must return false to link } function getDateString(){ var months = new Array("January","February","March","April","May","June","July","August","September","October","November","December"); var today = new Date(); var year = today.getYear() , month = today.getMonth(), dayOfWk = today.getDay(), dayOfMonth=today.getDate() , hh = today.getHours(), mm = today.getMinutes(); if(year < 1000) year += 1900; if (hh < 10 ) hh= "0" + hh; if (mm< 10 ) mm = "0" + mm; var dateStr = dayOfMonth + " "+ months[month] + " "+ year + " "+ hh+ ":" + mm; return dateStr; }//function function toggle(button, trueVal, falseVal){ if(button.value==trueVal){ button.value=falseVal; button.checked=false; }else{ button.value=trueVal; button.checked=true; }//else }//function function openWin1 (url){ openNewWin(url,520,600); } function openNewWin(url, w, h){ var atts = 'width='+w+',height='+h+',menubar=yes,scrollable=yes,resizable=no,toolbar=no,location=no,directories=no,status=0,toolbar=0,menubar=0,scrollbars=1,resizable=0'; var newWindow = open (url, '_blank',atts); newWindow.focus (); if (document.layers) open (location, '_self') } STYLE_FILES = new Array ("BIG","style_large.css", "MEDIUM", "style_medium.css", "SMALL", "style_small.css"); DEFAULT_STYLE = "style_small.css"; function getStyleFile(){ var key = getCookieVal( "style_sheet" ); var file=DEFAULT_STYLE; for( s=0; s< STYLE_FILES.length; s+=2 ){ if( key == STYLE_FILES[s] ) file = STYLE_FILES[s+1]; }//for //window.status = "Style : "+ file; return file; }//func function getStyleSheet(){ document.writeln("<link rel=\"STYLESHEET\" type=\"text/css\" href=\"/includes/styles/style_main.css\">"); document.writeln("<link rel=\"STYLESHEET\" type=\"text/css\" href=\"/includes/styles/"+ getStyleFile() +"\">"); document.writeln("<style type=\"text/css\" media=\"all\">@import \"/includes/styles/style_ie.css\";</style>"); }//func function shuffleArray( dataArray, shuffles ){ if( dataArray.length <2) return dataArray; var len = dataArray.length; for( s=0; s< shuffles; s++ ){ var shuffled = new Array (len); var shuffPoint = Math.round( Math.random() * (len-1) ); for( e=shuffPoint; e<len; e++ ) shuffled[ e-shuffPoint ] = dataArray[e]; for( e=0; e<shuffPoint; e++ ) shuffled[ e+ (len-shuffPoint) ] = dataArray[e]; dataArray = shuffled; }//for return dataArray; }//fn function getRandomAdIds( cmpIds, optIds, totalAds ){ cmpIds = shuffleArray( cmpIds, 3 ); optIds = shuffleArray( optIds, 3 ); var adArray = new Array( totalAds ); var adCount =0; for( a=0; a<cmpIds.length; a++){ if(adCount < totalAds){ adArray[adCount] = cmpIds[a] ; adCount++; }//if } for( a=0; a<optIds.length; a++){ if( adCount<totalAds ){ adArray[adCount] = optIds[a] ; adCount++; }//if }//for return adArray; }//func //--> </script> <script language="javascript" type="text/javascript"><!-- if (parent != self) window.parent.location = location; getStyleSheet(); // in clientScripts include //--> </script> <STYLE type=text/css> <!-- channel specific styling --> <!-- news --> .channelbg { background-color: #BBDDEE;} .channelskylinebg { background-color: #2277AA; color: #ffffff;} .channelbox { background-color: #E7D7EF; padding: 6px; margin-bottom: 2px; margin-top: 8px; width: 265px;} </STYLE> <title>News</title> <META NAME="description" CONTENT="The Independent Newspaper"> <META NAME="keywords" CONTENT="The Independent, Independent.co.uk, newspaper, UK, Britain, England, London, broadsheet, latest, news, argument, forum, competitions, sport, entertainment, PDA, 50best"> </head> <body bgcolor="ffffff" text="#000000" leftMargin="5" topMargin="0" marginheight="0" marginwidth="0"> <a name="top"></a> <script language="javascript" type="text/javascript"><!-- if (parent != self) window.parent.location = location; function openWin1 (url){ openNewWin(url,520,600); } function openNewWin(url, w, h){ var atts = 'width='+w+',height='+h+',menubar=yes,scrollable=yes,resizable=no,toolbar=no,location=no,directories=no,status=0,toolbar=0,menubar=0,scrollbars=1,resizable=0'; var newWindow = open (url, '_blank',atts); newWindow.focus (); if (document.layers) open (location, '_self') } //--> </script> <!-- top table --> <table width="750" border="0" cellspacing="0" cellpadding="0"> <!-- banner and logo --> <tr> <td class="channelbg" width="200" height="60"><a href="http://www.independent.co.uk"><img src="/img/furniture/travel_logo.gif" width="190" height="46" alt="" border="0" hspace="5"></a><br clear="all"> <span class="head2">News</span></td> <td class="channelbg" align="center" height="60"> <table width="488" border="0" cellspacing="0" cellpadding="0" height="80"> <tr height="80"> <td width="468" height="80"> <!-- ** UDS-DEBUG ** AdvertLocator>> getRandomAdsForLocation - Compulsory Ads: 0 Optional Ads: 1 --> <!-- Advertron2: Adlink Banner (news) ( #760 ) --> <!------- Start of (News) DoubleClick ADJ Tag, size : 468x60 ------> <script language="JavaScript"> var rand = Math.round ( Math.random() * Math.pow (10,7) ) + Math.pow(10,6); document.write("<script language=\"JavaScript\" src=\"http://ad.uk.doubleclick.net/adj/independentdigital.co.uk/news;dcopt=ist;sz=468x60;ord=" +rand+ "?\"><\/script>"); </script> <noscript> <a href="http://ad.uk.doubleclick.net/jump/independentdigital.co.uk/news;dcopt=ist;sz=468x60;ord=1056273798868?" target="_new"> <img src="http://ad.uk.doubleclick.net/ad/independentdigital.co.uk/news;dcopt=ist;sz=468x60;ord=1056273798868?" border="0" width="468" height="60"> </a> </noscript> <!------- End of DoubleClick ADJ Tag, size : 468x60 ------> </td></tr> </table> <!-- banner and logo end--> <td> </tr> <tr><td colspan="2" class="whitebg"><img src="/img/furniture/trans.gif" width="1" height="2"></td></tr> <tr class="channelskylinebg"> <td colspan="2" class="channelskylinebg"> <!-- ** UDS-DEBUG ** AdvertLocator>> getRandomAdsForLocation - Compulsory Ads: 0 Optional Ads: 1 --> <!-- Advertron2: PROMO STRIP ( #809 ) --> <SCRIPT> <!-- today=new Date(); jran=today.getTime(); var number=4; var rand_num=0; // Random number generating function. ia=9301; ic=49297; im=233280; jran = (jran*ia+ic) % im; rand_num=Math.ceil( (jran/(im*1.0)) *number); url = new Array(4); link = new Array(4); // change urls url[1] = "http://www.roundpoint.com/live/custom/independentcw.html"; link[1] = "THE INDEPENDENT CROSSWORD FOR YOUR PDA"; url[2] = "http://www.independent.co.uk/story.jsp?story=59363"; link[2] = "INDEPENDENT NEWS HEADLINES DIRECT TO YOUR EMAIL - SIGN UP FOR FREE"; url[3] = "http://www.independent.co.uk/50best/"; link[3] = "GOING OUT? SHOPPING? TRAVELLING? GET THE 50 BEST GUIDES FOR YOUR PDA - CLICK HERE"; url[4] = "http://www.independent.co.uk/news/"; link[4] = "INDEPENDENT NEWS HEADLINES FOR YOUR PDA - CLICK HERE"; document.open(); document.write("<CENTER>"); document.write("<A HREF='"+url[rand_num]+"' class='top'><font color='ffffff'><B>"+link[rand_num]+"</B></FONT></A>"); document.write("</CENTER>"); // --> </SCRIPT> </td> </tr> <!-- stripadvert end--> <tr><td colspan="2" class="whitebg"><img src="/img/furniture/trans.gif" width="1" height="4"></td></tr> </table> <!-- end top table --> <!-- main table --> <table width="750" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="130" align="left" valign="top"> <!-- navigation --> <table width="130" border="0" cellspacing="0" cellpadding="2"> <tr class="navibg"><td> <a href="http://sport.independent.co.uk/" class="navbd">Sport</a></td></tr> <tr><td height="1"><img src="/img/furniture/trans.gif" width="1" height="1"></td></tr> </table> <table width="130" border="0" cellspacing="0" cellpadding="2"> <tr class="navibg"><td> <a href="http://argument.independent.co.uk/" class="navbd">Argument</a></td></tr> <tr><td height="1"><img src="/img/furniture/trans.gif" width="1" height="1"></td></tr> </table> <table width="130" border="0" cellspacing="0" cellpadding="2"> <tr class="navibg"><td> <a href="http://education.independent.co.uk/" class="navbd">Education</a></td></tr> <tr><td height="1"><img src="/img/furniture/trans.gif" width="1" height="1"></td></tr> </table> <table width="130" border="0" cellspacing="0" cellpadding="2"> <tr class="navibg"><td> <a href="http://money.independent.co.uk/" class="navbd">Money</a></td></tr> <tr><td height="1"><img src="/img/furniture/trans.gif" width="1" height="1"></td></tr> </table> <table width="130" border="0" cellspacing="0" cellpadding="2"> <tr class="navibg"><td> <a href="http://travel.independent.co.uk/" class="navbd">Travel</a></td></tr> <tr><td height="1"><img src="/img/furniture/trans.gif" width="1" height="1"></td></tr> </table> <table width="130" border="0" cellspacing="0" cellpadding="2"> <tr class="navibg"><td> <a href="http://enjoyment.independent.co.uk/" class="navbd">Enjoyment</a></td></tr> <tr><td height="1"><img src="/img/furniture/trans.gif" width="1" height="1"></td></tr> </table> <table width="130" border="0" cellspacing="0" cellpadding="2"> <tr class="navibgnews"><td> <a href="http://news.independent.co.uk/" class="navbd">News</a></td></tr> <tr><td> <a href="http://news.independent.co.uk/uk" class="nvb">UK</a><br> <a href="http://news.independent.co.uk/uk/crime" class="nv">Crime</a><br> <a href="http://news.independent.co.uk/uk/environment" class="nv">Environment</a><br> <a href="http://news.independent.co.uk/uk/health" class="nv">Health</a><br> <a href="http://news.independent.co.uk/uk/legal" class="nv">Legal</a><br> <a href="http://news.independent.co.uk/uk/media" class="nv">Media</a><br> <a href="http://news.independent.co.uk/uk/politics" class="nv">Politics</a><br> <a href="http://news.independent.co.uk/uk/this_britain" class="nv">This Britain</a><br> <a href="http://news.independent.co.uk/uk/transport" class="nv">Transport</a><br> <a href="http://news.independent.co.uk/uk/ulster" class="nv">Ulster</a><br> <a href="http://news.independent.co.uk/europe" class="nvb">Europe</a><br> <a href="http://news.independent.co.uk/world" class="nvb">World</a><br> <a href="http://news.independent.co.uk/world/environment" class="nv">Environment</a><br> <a href="http://news.independent.co.uk/world/politics" class="nv">Politics</a><br> <a href="http://news.independent.co.uk/world/science_medical" class="nv">Science/Medical</a><br> <a href="http://news.independent.co.uk/world/africa" class="nv">Africa</a><br> <a href="http://news.independent.co.uk/world/americas" class="nv">Americas</a><br> <a href="http://news.independent.co.uk/world/asia" class="nv">Asia</a><br> <a href="http://news.independent.co.uk/world/australasia" class="nv">Australasia</a><br> <a href="http://news.independent.co.uk/world/middle_east" class="nv">Middle East</a><br> <a href="http://news.independent.co.uk/world/fisk" class="nv">Robert Fisk</a><br> <a href="http://news.independent.co.uk/business" class="nvb">Business</a><br> <a href="http://news.independent.co.uk/business/news" class="nv">News</a><br> <a href="http://news.independent.co.uk/business/news_analysis" class="nv">News Analysis</a><br> <a href="http://news.independent.co.uk/business/comment" class="nv">Comment</a><br> <a href="http://news.independent.co.uk/business/market_report" class="nv">Market Report</a><br> <a href="http://news.independent.co.uk/business/investment_column" class="nv">Investment Column</a><br> <a href="http://news.independent.co.uk/business/citywire" class="nv">Citywire</a><br> <a href="http://news.independent.co.uk/digital" class="nvb">Digital</a><br> <a href="http://news.independent.co.uk/digital/features" class="nv">Features</a><br> <a href="http://news.independent.co.uk/digital/news" class="nv">News</a><br> <a href="http://news.independent.co.uk/digital/reviews" class="nv">Reviews</a><br> <a href="http://news.independent.co.uk/people" class="nvb">People</a><br> <a href="http://news.independent.co.uk/people/obituaries" class="nv">Obituaries</a><br> <a href="http://news.independent.co.uk/people/profiles" class="nv">Profiles</a><br> </td></tr> <tr><td height="2"><img src="/img/furniture/trans.gif" width="1" height="2"></td></tr> </table> <br clear=all> <!-- navigation end --> </td> <td width="10"> </td> <td width="445" align="left" valign="top"> <!-- content --> <p class="padnone"><!-- location bar --> <a href="http://www.independent.co.uk/" class="black12px">Home</a> <b class=black12px>></b> <a href="/" class=black12px>News</a> <b class=black12px>></b> <a href="/uk" class=black12px>UK</a> <b class=black12px>></b> <a href="/uk/environment ">Environment</a><br clear="all"><br><!-- location bar end --> </p> <!-- Template: story.jsp --> <!-- Story ID: 417828--> <table cellpadding="10" cellspacing="0" bgcolor="F5F5F5" width="165" align="right"> <tr><td align="left" valign="top" bgcolor="F5F5F5"> <p class="greylabel">Across the site</p> <p class="padless"> <span class="red">Related links</span></p> <p class="related"> <a href="http://news.independent.co.uk/uk/environment/story.jsp?story=417828" class="black12px">Blair buried health warning on GM crops, says sacked minister</a> </p> <p class="related"> <a href="http://news.independent.co.uk/uk/environment/story.jsp?story=417808" class="black12px">Government determined to sell GM food to consumers</a> </p> <p class="related"> <a href="http://argument.independent.co.uk/commentators/story.jsp?story=417687" class="black12px">Michael Meacher: Are GM crops safe? Who can say? Not Blair</a> </p> <p class="related"> <a href="http://argument.independent.co.uk/leading_articles/story.jsp?story=417681" class="black12px">Leading article: Desired conclusions and honourable deceptions<img src="http://www.independent.co.uk/img/furniture/clickandbuy/pp.gif" width="24" height="11" border="0" alt="independent portfolio"></a> </p> <!--Editorial slots 2 and 3 ... --> <!-- ** UDS-DEBUG ** AdvertLocator>> getRandomAdsForLocation - Compulsory Ads: 0 Optional Ads: 1 --> <!-- editorial advert slot3 --> <!-- Advertron2: TOP STORIES - NEWS - ( #858 ) --> <!-- NEW CODE: Editors Don't Touch without asking first !!! --> <script language="JavaScript" src="http://www.independent.co.uk/top_stories/top_stories.jsp?story=351253" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> if( (typeof getTopStories) == "function" ) document.writeln(getTopStories()); </script> <!--Also from ... --> <p class="padless"><span class="red">Also from this section</span></p> <p> <a href="/uk/environment/story.jsp?story=417808" class="black12px">Government determined to sell GM food to consumers</a><span class="dategrey"><br> </span></p> <p> <a href="/uk/environment/story.jsp?story=417740" class="black12px">Plan for UK marine nature reserves</a><span class="dategrey"><br> </span></p> <p> <a href="/uk/environment/story.jsp?story=417833" class="black12px">Britain to halt nuclear waste in surprise U-turn</a><span class="dategrey"><br> </span></p> <p> <a href="/uk/environment/story.jsp?story=417516" class="black12px">Eden Project suffers first decline in visitor numbers since opening</a><span class="dategrey"><br> </span></p> <p> <a href="/uk/environment/story.jsp?story=417498" class="black12px">WWF campaign highlights toxins</a><span class="dategrey"><br> </span></p> </td> </tr> </table> <h1 class=head1>Blair buried health warning on GM crops, says sacked minister</h1> <h2 class=head2>Meacher says PM dismissed evidence on bacteria so that modified crops could be sold to public</h2> <h3 class=head3>By Andy McSmith Political Editor</h3> <p class="padnone">22 June 2003<p> <!-- Indy:Include story# 417842 --> <p> Michael Meacher, the former environment minister, has accused Tony Blair's spin doctors and ministers of systematically ignoring or rubbishing the evidence that genetically modified crops could be a health hazard or could harm the environment.</p> <p>Mr Meacher's warning is calculated to ignite the public debate on genetic modification as the Government prepares an official report that is expected to clear the way for GM foods to go on sale on supermarket shelves.</p> <p>During his six years as Minister for the Environment in Tony Blair's government, Mr Meacher was rumoured to be almost a lone voice seeking to delay the commercial cultivation of GM crops until more scientific evidence had been built up about their effects.</p> <p>Writing in today's Independent on Sunday, in his first published article since being sacked by Mr Blair, Mr Meacher lists a series of reports and findings which suggest that the full impact of GM technology is still dangerously unpredictable. Many of the health tests carried out are "scientifically vacuous", he claims.</p> <p>In one of the most damning passages, he says: "The only human GM trial, commissioned ironically by the Food Standards Agency, found that genetically modified DNA did in fact transfer to bacteria in the human gut. Previously many scientists had denied that this was possible.</p> <p>"But instead of this finding being regarded as a serious discovery which should be checked and re-checked, the spin was that this was nothing new and did not involve any health risk."</p> <p>In a television interview to be broadcast this morning, Mr Meacher suggests that the push to have GM foods on sale in the UK has been backed by "senior people in government who are committed to the biotechnology industry". Though he did not mention names, it is likely that one of the people Mr Meacher had in mind is the Science minister, Lord Sainsbury, whose family owns the supermarket chain.</p> <p>"There is nothing wrong with biotechnology, in terms of drugs and pharmaceuticals," Mr Meacher tells GMTV's Sunday Programme. "The only issue is our food. There are people who are strongly in favour. Tony Blair, it is said, is one of them, but of course there are others."</p> <p>When challenged by Mr Meacher over GM foods in the Commons last week, the Prime Minister dropped another strong hint that he is in favour of seeing them on sale in the shops. He said he was "worried by voices here and in the rest of Europe" that did not give what he called "proper consideration" to the potential benefits of GM technology.</p> <p>Mr Meacher also confirms what most observers had suspected, that he was sacked by Mr Blair, although the official Downing Street announcement said that he had "resigned".</p> <p>Until last week, Mr Meacher, 63, had served longer as a minister and frontbench opposition spokesman than anyone else in government, having been on the front bench for 27 of the past 29 years since Harold Wilson appointed him a junior industry minister in 1974.</p> <p>The Government is due to make a decision on GM foods later in the year, after the publication of a report next month by a team headed by the Government's chief scientific adviser, David King. The study is intended to be the most authoritative to date.</p> <p>GM foods can be bought at supermarkets in the United States and have been consumed by millions of people, none of whom are known to have suffered any harmful effects.</p> <p>The Paris-based International Council for Science published a study last week which concluded that the GM foods already on sale are harmless, though its report warned that there was uncertainty about more complex products that have not yet reached the market. </p> <!-- start of footer --> </td> <td width="10"> </td> <td width="165" align="left" valign="top"> <!-- date --> <p class="datesmall"><script language="JavaScript">document.write( getDateString() );</script></p> <table cellpadding=6 cellspacing=0 width=165 class="channelbg"> <tbody> <tr class="channelbg"> <form action="/search/search.jsp" class="searchbox" name="minisearch"> <td class="channelbg"><span class=articletext>Search this site:</span><br clear=all> <input class=box name=keywords onClick="document.minisearch.keywords.value='';" size="12"></td> <td><input class=button name=submit type=submit value=Go></td> </form> </tr> </tbody> </table> <br> <a href="/low_res/story.jsp?story=417828&host=3&dir=58" class="black12px"><img src="http://www.independent.co.uk/img/furniture/printer_icon.gif" border="0" width="23" height="11" alt="printable version">Printable Story</a><br CLEAR=ALL> <!-- commercial adverts --> <table cellpadding="0" cellspacing="0"> <tr align="center" valign="top"><td><img src="/img/furniture/trans.gif" width="165" height="9" alt="" border="0"></td></tr> <!-- ** UDS-DEBUG ** AdvertLocator>> getRandomAdsForLocation - Compulsory Ads: 0 Optional Ads: 1 --> <!-- ** UDS-DEBUG ** AdvertLocator>> getRandomAdsForLocation - Compulsory Ads: 0 Optional Ads: 5 --> <tr align="center" valign="top"><td><!-- Advertron2: Portfolio button2 ( #1033 ) --> <table border=0 cellpadding=0 cellspacing=0 width="160"> <tr> <td><a href="http://www.independent.co.uk/portfolio/"><img src="http://www.independent.co.uk/img/furniture/clickandbuy/portfolio_button.gif" alt="independent portfolio" border="0"></a></td> </tr> </table> <img src="http://www.independent.co.uk/img/furniture/trans.gif" width=150 height=5></td></tr> <tr align="center" valign="top"><td><img src="/img/furniture/trans.gif" width="165" height="5" alt="" border="0"></td></tr> <tr align="center" valign="top"><td><!-- Advertron2: Moneynet_cc_new ( #1075 ) --> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function mnpopUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=545,left = 100,top = 100');"); } // End --> </script> <A HREF="javascript:mnpopUp('http://www.moneynet.co.uk/partners/independent/best_buys/credit_cards_sml1.shtml?ref=indie&campaign=ccskyscraper')"><img src="http://www.independent.co.uk/img/commercial/skyscrapers/mncc4.gif" width="160" height="600" border="0"></A></td></tr> <tr align="center" valign="top"><td><img src="/img/furniture/trans.gif" width="165" height="5" alt="" border="0"></td></tr> </table> <!-- commercial adverts end --> </td> </tr> </table> <br> <!-- content adverts --> <br clear=all> <!-- our content--> <table width="740"> <tr> <td align="center"> <table> <tr> <td align="center"> <hr width="550" size="1" align="center"> <a href="http://www.independent.co.uk/legal" class="black12px">Legal</a> | <a href="http://www.independent.co.uk/story.jsp?story=55123" class="black12px">Contact us</a> | <a href="http://www.independent.co.uk/story.jsp?story=116349" class="black12px">Advertise in print</a> | <a href="http://www.independent.co.uk/story.jsp?story=65302" class="black12px">Subscribe to the print edition</a> | <br> <a href="http://www.independent.co.uk/story.jsp?story=59363" class="black12px">Sign up for our free daily news update</a> | <a href="http://www.independent.co.uk/story.jsp?story=414313" class="black12px">Freelance contributions</a> | <a href="http://www.independent.co.uk/story.jsp?story=72153" class="black12px">Other Digital sites</a> <br clear=all> <br> <span class="black12px">� 2003 Independent Digital (UK) Ltd</span></td> </tr> </table> </td> </tr> </table> <!-- our content end--> <!-- Netscape re-size --> <script language="javascript" type="text/javascript"> <!-- function WM_netscapeCssFix () { if (document.WM.WM_netscapeCssFix.initWindowWidth != window.innerWidth || document.WM.WM_netscapeCssFix.initWindowHeight != window.innerHeight) { document.location = document.location; } } function WM_netscapeCssFixCheckIn () { if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) { if (typeof document.WM == 'undefined') { document.WM = new Object; } if (typeof document.WM.WM_scaleFont == 'undefined') { document.WM.WM_netscapeCssFix = new Object; document.WM.WM_netscapeCssFix.initWindowWidth = window.innerWidth; document.WM.WM_netscapeCssFix.initWindowHeight = window.innerHeight; } window.onresize = WM_netscapeCssFix; } } WM_netscapeCssFixCheckIn (); //--> </script> <!-- /Netscape re-size --> <!-- designed by nuwan nagahawatte --> <!-- end of footer --> <!-- ** UDS-DEBUG ** **************** FAULT CHECKING ******************************** original query news.independent.co.uk/uk/environment/story.jsp?story=417828 Template: story.jsp : check story Id >> Story ID: 417828 STORYSQL was: select * from story s inner join company c on s.source = c.id where s.id = 417828 and (publication_status = 2) Request URI: /templates/story.jsp Request Query$: host=3&dir=58&story=417828 Params: 1. dir : 58 2. story : 417828 3. host : 3 **************** /FAULT CHECKING ******************************** --> </body> </html>
