Deer Park Alpha 1 Start Page

Deer Park Alpha 1 Start Page

Deer Park icon

Congratulations! You've downloaded or compiled a copy of Deer Park Alpha 1. This means that you've volunteered to become part of the testing community. Helping out won't take much of your time, doesn't require special skills, and will help make the next version of Mozilla Firefox even better.

Note: The Deer Park build you are using is NOT A FINAL OR PRE-RELEASE VERSION of Firefox, it has been made available for testing purposes only, with no end-user support. If that sounds scary, you'd probably be better off with the latest version of Firefox that you can download here.

What Needs To Be Done?

You've already downloaded a build. All you have to do is use it as your everyday browser.

Report Bugs
Reporter Tool
Deer Park comes with a new tool for reporting broken web sites (available through the Custom Install option). From the 'Help' menu, select 'Report Broken Web Site' and provide as much information as you can about the issue that you are encountering. By helping alert us of broken web sites, we can work with the webmaster to correct the problem, and make the website compatible.
Talkback
Please use Talkback and turn it on when it asks. Talkback reports give us really valuable data on which crashes are the most serious, and how often people are encountering them. All you have to do is click 'OK' when Talkback prompts you to send feedback. If you find something you think is a bug, check to see if it's already a known bug, and then please follow the bug submission procedure.
Give Feedback
Send us your feedback. Information submitted via our feedback form will be published to the newsgroup netscape.public.beta.feedback so project contributors can read it. Do not submit any information unless you wish it to be made public. Your email address will be spam-proofed.
Extensions
Extensions installed under Firefox 1.0 may be incompatible and/or require updates to work with Deer Park Alpha 1. Please report any issues to the maintainer of the extension.
Quality Assurance
Mozilla QA has a page dedicated to ways to get involved with helping. This doesn't involve knowing how to code, although a little knowledge of HTML is helpful. Being involved with QA is good for people wanting to get more familiar with Mozilla and Deer Park and there's a strong community.
Fix Bugs
Is there some bug that really bothers you? As well as reporting it, feel free to fix it. Learn more at the Firefox Projects page.
Community
If you're not interested in helping out at a development level, visit SpreadFirefox.com and help us spread the word about Firefox. This is a great place to start with your ideas. You can also visit the forums at MozillaZine to tell us what you think.

More ways to get involved...



/* mozilla.org Base Styles * maintained by fantasai * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup ) */ /* Suggested order: * display * list-style * position * float * clear * width * height * margin * padding * border * background * color * font * text-decoration * text-align * vertical-align * white-space * other text * content * */ /* TOC: Random HTML Styles Forms General Structure Navigation Quotations Comments and Other Asides Emphasis Computers - General Code Examples and Figures Q and A (FAQ) Tables Headers Meta Specific to Products Pages */ /* Random HTML Styles */ dt { font-weight: bold; } dd { margin: 0 0 1em 1em; } li { margin-top: 0.2em; margin-bottom: 0.2em; } sup { font-size: 70%; } form { margin: 0; display: inline; } label { font-weight: bold; } /* General Structure */ .subtitle { font-style: italic; } div.para { margin: 1em 0; } div.para > ul, div.para > ol, div.para > blockquote { margin-top: 0.2em; margin-bottom: 0.2em; } div.section { display: block; padding-left: 3%; } div.section > h2, div.section > h3, div.section > h4, div.section > h5, div.section > h6 { margin-left: -1.3%; } .block { display: block; margin: 0.1em 1em; } .imgright { float: right; margin: 0 0 2em 2em; } .first { margin-top: 0; /* For IE not understanding first:child */ } /* Navigation */ :link img, :visited img { border: 0; } .deepLevel #mainContent :link img, .deepLevel #mainContent :visited img { border: medium solid; } .deepLevel #mainContent #buttons :link img, .deepLevel #mainContent #buttons :visited img { border: 0; } .ex-ref { font-style: italic; } dl.toc dt { margin-top: 1em; font-size: 110%; } dl.toc p { margin: 0; text-indent: 1em; } dl.toc p:first-child { text-indent: 0; } dl.toc > dd { margin-left: 1em; } ol.toc ol { list-style-type: circle; } ol.toc > li > ol { font-size: 90%; } ul.snav {/* section navigation or short navigation, whichever you prefer */ margin: 0.7em 10%; padding: .2em; text-align: center; list-style-type: none; } ul.snav > li { margin: 0; padding: 0; } ul.snav > li { display: inline; } ul.snav > li:before { content: " | "; } ul.snav > li:first-child:before { content: ""; } a.cont { display: block; margin-right: 0; text-align: right; } /* Quotations */ blockquote > address { padding-left: 1em; text-indent: -1em; } blockquote > address:before { content: "\2015"; } div.quote, div.epigraph { margin: 1em; } div.quote q, div.epigraph q { display: block; margin: 0 .5em; text-indent: -0.5em; } div.quote cite, div.epigraph cite { display: block; padding: 0 1em; text-align: right; text-indent: -1em; } div.quote cite:before, div.epigraph cite:before { content: "\2015"; } blockquote.epigraph, div.epigraph q { font-style: italic; text-align: right; } blockquote.epigraph em, div.epigraph q em { font-style: normal; } blockquote.epigraph address, div.epigraph cite { font-style: normal; } /* Comments and other Asides */ .note { font-style: italic; } .note:before { content: "Note: "; } .remark { font-size: smaller; } .remark:before { content: "["; } .remark:after { content: "]"; } .sidenote { clear: both; margin: 0.75em 0.5em; padding: 0.2em; border: 1px solid; /* Block NS4 from floating */ /*/*/ float: right; width: 30%; min-width: 15em; /* */ } /* Reduce main header sizes */ .sidenote h1 {font-size: 1.40em;} .sidenote h2 {font-size: 1.25em;} .sidenote h3 {font-size: 1.10em;} .key-point > h1:first-child, .key-point > h2:first-child, .key-point > h3:first-child, .key-point > h4:first-child, .key-point > h5:first-child, .key-point > h6:first-child { margin-top: 0; } /* Emphasis */ /* em, strong */ strong.stronger { font-style: italic; font-weight: bold; } strong.very-strong { font-weight: bold; text-transform: uppercase; } *.important, div.important, p.important { margin: 1em; padding: 0.1em; border: solid #F00; font-size: larger; } /* Computers - General */ pre.screen { overflow: auto; margin: 1em 0.5em; padding: 0.2em; border: solid 1px; font-family: monospace; white-space: pre; } div.screen { margin: 1em .5em; padding: 0.2em; border: solid 1px; } span.application { font-style: italic; } kbd.long { display: block; margin: 0.1em 1em; } kbd.command, code.command { white-space: pre; } code.filename { font-style: italic; white-space: nowrap; } /* Code */ code, pre { /* override IE6 default */ font-size: 1em; } code { white-space: nowrap; } code.long { display: block; margin: 0.1em 1em; white-space: normal; } pre.code { overflow: auto; margin: 1em .5em; padding: .2em; border: solid 1px; } pre.code .remark { font-size: 1em; font-style: italic; } /* turn off content generation */ pre.code .remark:before, pre.code .remark:after, pre.code .note:before { content: ""; } /* Examples and Figures */ .example { margin: 1em 3%; padding: .25em; border: solid; } .example:before { display: block; font-weight: bold; content: "Example"; } .example[title]:before { content: "Example: " attr(title); } pre.bad, div.bad { border: dashed red 3px; } .bad.example:before { content: "Incorrect Example"; } .bad.example[title]:before { content: "Incorrect Example: " attr(title); } pre.good, div.good { border: double lime 3px; } .good.example:before { content: "Correct Example"; } .good.example[title]:before { content: "Correct Example: " attr(title); } .figure, .screenshot { display: block; margin: .75em auto; } object.figure object, object.screenshot object, object.figure img, object.screenshot object { display: block; margin: 0 auto; } .screenshot[title]:after, .figure[title]:after { display: block; margin: 0 8% .05em; font-style: italic; font-size: small; text-align: right; content: attr(title); } .co, .callout { text-decoration: underline; } /* Q and A (FAQ) */ .qandaset .question { font-size: large; font-weight: bold; } .qandaset .answer { margin-top: 1em; } /* Tables */ table.data { border-collapse: collapse; margin: 0.5em auto; border: 1px solid; } table.data caption { margin: 1em auto 0.2em; font-size: small; font-style: italic; text-align: center; } table.data th, table.data td { padding: 0.2em; border: 1px solid; vertical-align: baseline; } table.data tbody th:first-child { text-align: right; } table.data thead th { vertical-align: bottom; } /* Meta */ address { text-align: right; } .author { margin-bottom: 1em; text-align: left; } /* Headers */ #mainContent > h1:first-child, #mainContent > h2:first-child, #mainContent > h3:first-child, #mainContent > h4:first-child, #mainContent > h5:first-child, #mainContent > h6:first-child, #side > h1:first-child, #side > h2:first-child, #side > h3:first-child, #side > h4:first-child, #side > h5:first-child, #side > h6:first-child { margin-top: 0; } /* Specific to Products Pages */ .productlist { margin: 0; padding: 0 0 0 5px; } .productlist li { clear: left; list-style: none; padding: 0 0 1em 0; margin-left: 0; } .productlist h3 { margin: 0 0 0.2em 0; } .productlist img { float: left; margin: 0 0.5em 1em 0; } /* Random Stuff That Needs To Be Cleaned Up / Deprecated */ .flLeft { float: left; margin: 5px 10px 5px 0; } .flRight { float: right; margin: 5px 0 5px 10px; } apan 'war orphans' lose case Japanese "war orphans" abandoned in China in 1945 are not entitled to compensation, a court rules. http://news.bbc.co.uk/go/rss/-/2/hi/asia-pacific/4654681.stm http://news.bbc.co.uk/2/hi/asia-pacific/4654681.stm Wed, 06 Jul 05 06:27:33 GMT /* mozilla.org Cavendish Content Styles * Design by SilverOrange * Markup Reference classes organized by fantasai */ /* Suggested order: * display * list-style * position * float * clear * width * height * margin * padding * border * background * color * font * text-decoration * text-align * vertical-align * white-space * other text * content * */ /* TOC: Body Random HTML Styles Forms General Structure Navigation Quotations Comments and Other Asides Emphasis Computers - General Code Examples and Figures Q and A (FAQ) Tables Meta */ /* Body */ body { background: #fff; color: #000; } #mainContent, #side { background: #fff; line-height: 1.3; /* value other than 'normal' needed for WinIE */ color: #000; } .deepLevel #mainContent { line-height: 1.4; } #nav { line-height: 1em; } /* Random HTML Styles */ hr { height: 1px; background-color: #000; color: #000; margin: 2em 0; } input[type="submit"] { font-weight: bold; } /* General Structure */ body, td, th, input { /* redundant rules for bad browsers */ font-family: verdana, sans-serif; font-size: x-small; voice-family: "\"}\""; voice-family: inherit; font-size: small; } h1, h2, h3, h4, h5, h6 { margin: 1em 0 0.2em 0; border-bottom: 1px solid #ccc; font-family: arial, verdana, sans-serif; } li h1, li h2, li h3, li h4, li h5, li h6 { border: none; } #header h1 { border: 0; } h1 { font-size: 160%; font-weight: normal; } h2 { font-size: 150%; font-weight: normal; } h3 { font-size: 120%; } h4 { font-size: 100%; } h5 { font-size: 90%; } h6 { font-size: 90%; border: 0; } /* Navigation */ :link { color: #039; } :visited { color: #636; } :link:hover, :visited:hover { color: #333; } :link:active, :link:active { color: #000; } /* Quotations */ /* Comments and other Asides */ .note { color: #666; font-style: normal; } .remark { color: #666; } .sidenote { border: #666; } .key-point:before { line-height: 0.1; font-size: 1px; background: transparent url("../../images/key-point_tr.gif") no-repeat top right; margin: -15px -15px 0 -15px; height: 15px; display: block; border: none; content: url("../../images/key-point_tl.gif"); } .key-point { background: #e4ecec url("../../images/key-point_back.gif") right repeat-y; padding: 15px; margin-bottom: 1em; } .key-point:after { display: block; clear: both; padding-top: 15px; line-height: 0.1; font-size: 1px; content: url("../../images/key-point_bl.gif"); margin: -15px; height: 8px; background: transparent url("../../images/key-point_br.gif") scroll no-repeat bottom right ; } .key-point h2, .key-point h3, .key-point h4, .key-point h5 { border: none; margin-top: 0; } .news dt { font-weight: normal; color: #666; } .news dt a { font-weight: bold; } ul.compact { margin-left: 0; padding-left: 20px; } /* Emphasis */ /* Computers - General */ kbd { margin: 0.1em; padding: 0.1em; border: 1px #ccc; } kbd.command, code.command { color: #6B5839; } /* Code */ pre.code { background: #EEECF6; } code > em, code > strong, pre.code > em, pre.code > strong { font-style: normal; } /* Examples and Figures */ div.example { border-color: #554FA0; } div.example::before { color: #666; } /* Tables */ table.data thead th { background: #e4ecec; empty-cells: hide; } table.data th, table.data td { border: 1px solid #ccc; } tr.odd { background: #F5F5F5; } /* Meta */ address { color: #666; } /* Product Specific CSS */ .productlist h3 { border: none; } .key-point h3 { margin: 0; } #product-desc h2 { text-indent: -700em; height: 25px; line-height: 2px; font-size: 2px; } #product-desc p { padding-left: 170px; } #product-desc ul { padding-left: 190px; margin-bottom: 0; } #product-side { margin-left: 65%; } #product-side ul { margin-left: 0; padding-bottom: 0; padding-left: 20px; } #product-side li { padding-bottom: 0.2em; } #product-desc { padding: 40px 0 25px 0; color: #4C5C5C; width: 60%; float: left; line-height: 140%; } .product-firefox { background: url("../../images/product-firefox-screen.png") no-repeat; } .product-thunderbird { background: url("../../images/product-thunderbird-screen.png") no-repeat; } .product-camino { background: url("../../images/product-camino-screen.png") no-repeat; } .product-mozilla { background: url("../../images/product-mozilla-screen.png") no-repeat; } #product-side .download h3 { color: #1D9101; font-weight: bold; margin: 0; font-size: 140%; } .download h3 :link, .download h3 :visited, .download h3 :link:active, .download h3 :visited:active { color: #1D9101; } .download h3 :link:hover, .download h3 :visited:hover { color: #156B01; } .download li { padding: 0; margin: 0; } .download ul { margin-top: 0; margin-bottom: 0; padding-bottom: 0; } .other a:link, .other a:visited { color: #666; } .download .other a:hover { color: #000; } .download:before { line-height: 0.1; font-size: 1px; margin: -15px -15px 0 -15px; height: 15px; display: block; border: none; content: url("../../images/download_tl.gif"); } .download { background: #C4EFA1 url("../../images/download_back.gif") top right no-repeat; padding: 15px 45px 15px 15px; margin-bottom: 0.5em; } .download:after { display: block; padding-top: 15px; line-height: 0.1; font-size: 1px; content: url("../../images/download_bl.gif"); margin: -10px -45px -15px -15px; height: 8px; background: transparent url("../../images/download_br.gif") scroll no-repeat bottom right ; } .configParent { display: block; font-size: 85%; } .shop:before, .shopmoz:before { line-height: 0.1; font-size: 1px; margin: -15px -15px 0 -15px; height: 15px; display: block; border: none; content: url("../../images/shop_tl.gif"); } .shop { background: #C0DCDC url("../../images/shop_back.gif") top right no-repeat; padding: 15px 70px 15px 15px; } .shopmoz { background: #C0DCDC url("../../images/shopmoz_back.gif") top right no-repeat; padding: 15px 70px 15px 15px; } .shop:after, .shopmoz:after { display: block; padding-top: 15px; line-height: 0.1; font-size: 1px; content: url("../../images/shop_bl.gif"); margin: -10px -70px -15px -15px; height: 8px; background: transparent url("../../images/shop_br.gif") scroll no-repeat bottom right ; } /* Firefox Central styles */ #ffcentral-desc { background: url("../../products/firefox/t-welcomefirefox.gif") no-repeat; width: 60%; float: left; line-height: 140%; } #ffcentral-desc div { padding: 40px 0 0 100px; } #ffcentral h3, #ffcentral h2, #ffcentral p, #ffcentral ul { margin-top: 0; color: #4C5C5C; } 4:first-child, #mainContent > h5:first-child, #mainContent > h6:first-child, #side > h1:first-child, #side > h2:first-child, #side > h3:first-child, #side > h4:first-child, #side > h5:first-child, #side > h6:first-child { margin-top: 0; } /* Specific to Products Pages */ .productlist { margin: 0; padding: 0 0 0 5px; } .productlist li { clear: left; list-style: none; padding: 0 0 1em 0; margin-left: 0; } .productlist h3 { margin: 0 0 0.2em 0; } .productlist img { float: left; margin: 0 0.5em 1em 0; } /* Random Stuff That Needs To Be Cleaned Up / Deprecated */ .flLeft { float: left; margin: 5px 10px 5px 0; } .flRight { float: right; margin: 5px 0 5px 10px; } apan 'war orphans' lose case Japanese "war orphans" abandoned in China in 1945 are not entitled to compensation, a court rules. http://news.bbc.co.uk/go/rss/-/2/hi/asia-pacific/4654681.stm http://news.bbc.co.uk/2/hi/asia-pacific/4654681.stm /* mozilla.org Cavendish Template Styles * Initial Design by Daniel Burka and Steven Garrity */ /* Basic Structure */ body { background: #fff url("../../images/body_back.gif") repeat-x; } /* Header */ #header { background: #455372 url("../../images/header_bl.png") bottom left repeat-x; position: relative; min-height: 39px; height: 5em; padding: 0; voice-family: "\"}\""; voice-family: inherit; height: 3em; padding: 15px 0; } #ignored {} #header h1 { position: absolute; top: 0; left: 0; margin: 0; font-size: 2px; background: url("../../images/header_tl.gif") no-repeat; height: 8px; z-index: 100; /* above the UL */ } #header h1 a { display: block; width: 204px; height: 55px; background: transparent url("../../images/header_logo.gif") no-repeat; text-indent: -700em; text-decoration: none; } #header ul { width: auto; position: absolute; bottom: 0; right: 0; margin: 0; padding: 0 15px 0 0; list-style: none; background: url("../../images/header_br.gif") no-repeat bottom right; z-index: 90; /* below the H1 */ } #header li { float: right; background: transparent url("../../images/header_tab.gif") 100% -600px no-repeat; padding: 0 6px 0 0; margin: 0 1px 0 0; border-bottom: 1px solid #515358; } #header ul a { float: left; display: block; padding: 4px 4px 4px 10px; background: transparent url("../../images/header_tab.gif") 0% -600px no-repeat; font-weight: bold; color: #fff; text-decoration: none; } #header ul li:hover a { background-position: 0% -400px; } #header ul li:hover { background-position: 100% -400px; } body.sectionAbout li#menu_aboutus a, body.sectionProducts li#menu_products a, body.sectionSupport li#menu_support a, body.sectionDevelopers li#menu_developers a, body.sectionStore li#menu_store a { background-position: 0% -200px; color: #039; } body.sectionAbout li#menu_aboutus, body.sectionProducts li#menu_products, body.sectionSupport li#menu_support, body.sectionDevelopers li#menu_developers, body.sectionStore li#menu_store { background-position: 100% -200px; border-bottom: 1px solid #fff; } body.sectionAbout li#menu_aboutus:hover, body.sectionProducts li#menu_products:hover, body.sectionSupport li#menu_support:hover, body.sectionDevelopers li#menu_developers:hover, body.sectionStore li#menu_store:hover { background-position: 100% 0%; } body.sectionAbout li#menu_aboutus:hover a, body.sectionProducts li#menu_products:hover a, body.sectionSupport li#menu_support:hover a, body.sectionDevelopers li#menu_developers:hover a, body.sectionStore li#menu_store:hover a { background-position: 0% 0%; color: #333; } /* Search Field */ #header form { position: absolute; top: 0; right: 0; padding: 12px 20px 0 0; background: url("../../images/header_tr.gif") no-repeat top right; margin: 0; /* need for IE Mac */ text-align: right; /* need for IE Mac */ white-space: nowrap; /* for Opera */ } #header form label { color: #fff; font-size: 85%; } #header form input { font-size: 85%; } #header form #submit { font-size: 85%; background: #6A7389; color: #fff; padding: 1px 4px; border-right: 1px solid #283043; border-bottom: 1px solid #283043; border-top: 1px solid #9097A2; border-left: 1px solid #9097A2; } #header form #q { width: 170px; font-size: 85%; border: 1px solid #9097A2; background: #D9DBE1; padding: 2px; } #header form #q:hover, #header form #q:focus { background: #fff; } /* Sidebar */ #nav:before { line-height: 0.1; font-size: 1px; background: transparent url("../../images/menu_tr.gif") no-repeat top right; margin: 0; height: 9px; display: block; border-bottom: 1px solid #ddd; content: url("../../images/key-point_tl.gif"); } #nav { background: #E0E9E9 url("../../images/menu_back.gif") right repeat-y; } #nav:after { display: block; padding-top: 0; line-height: 0.1; font-size: 1px; content: url("../../images/key-point_bl.gif"); margin: 0 0 0 0; height: 8px; background: transparent url("../../images/menu_br.gif") scroll no-repeat bottom right ; border-top: 1px solid #fff; } #nav, #nav ul { margin: 0; padding: 0; list-style: none; } #nav { margin-bottom: 1em; } #nav li { display: inline; padding: 0; margin: 0; } #nav li span { /* used for un-linked menu items */ display: block; padding: 6px 10px; font-weight: bold; color: #666; } #nav li span#configParent, #nav li span #configuration { display: inline; font-weight: normal; padding: 0; } #nav li a { display: block; padding: 8px 10px; text-decoration: none; background: #EDF2F2; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; border-right: 1px solid #ddd; } #nav li a:hover { background: #E0E9E9; } #nav li li span { /* used for un-linked menu items */ padding: 4px 8px 4px 20px; } #nav li li a { padding: 6px 8px 6px 20px; } #oN { background-color: #E0E9E9; } #oN:hover { background-color: #C6DCDC; } /* Footer */ #footer { border-top: 1px solid #999; margin: 2em 0; padding: 1em 0; text-align: center; } #footer ul { margin: 0; padding: 0; list-style: none; } #footer li { display: inline; } #footer span,#footer a { white-space: nowrap; padding: 0 1em; } #footer p span,#footer p a { white-space: nowrap; padding: 0 0.3em; } #footer span a { padding: 0; } #footer p,#footer p a { color: #666; } #footer p a:hover { color: #000; } ډPNG  IHDR>abKGD-S] pHYs  ~tIME#! IDATxydu^wuWw2m0I!Aŝ2BÔd9apa9LB ˒LӢL샞%3߽{߻efUucV"z;rS"wO|w߮CA`TUVVwK"w:wPJ)q< ~=zDժTvHUor\4RըdzJ4TéERnkc6:K7`׿ ooݐ3O4=z UWgFet]!5hJΞ#I ( rDEzuڭڕKەfa叁CUߗ߭xǪ0jiUxrzddvzƙ/qUЙ}R h+`A@8Zf{c+WIzj-Y|.t~{w4~1UtO7sp#yhr(13v0Th#VMh7TMZY(-ZHQb)UXԲKYZ)kŦ1El5o{*'_]xalm37WU{l9%{$7N QT+ { FjUT[[Fk5: $I`|XLja/w K[]:NX!klmS@ ]a䓵?8;2JΡkUf-adxvZyûC*f]T5AEqb1c i` ԲiX0ABj+c|V_w"p:~u^>fOl%g}NVGl1֪&I4:qѹRdIer@(o|q@`67vGgaqVF7uL` b fm[ /؅_ Oz ȩQZA'{jN@; `.@,BInvq_4~^K L*4RzF0`slWՓVVt{@ }LMjP&$ex0Q'IJT1HJU*〠1A qNMLϳAj0^B xX\`^jX챞 `{)k/߁Z'dꑃ3vb)z`fTZ(AeF (EpтpJ+zeJy=ރqZҘĠĺe݊oAYP& K[uԫ/MٸJPyk3T{߿i@98x^fYEL+$DODТ2*qQR !}%~c֬[ʊz J}6"(+T0]IX-sR\CǕRd_O}8G޵ok S#UζiTtvNt q yhߧhYx϶uN/kJ:D qy =c{~À΋`bL[oALfMWlnx;=wYHpCZGJ}+4 fq[z2LT4M=X\>jzx꡽ M4?˩=j j͑QZ$3d^(#@"x(¿O)\@&JP1RN ߃# -$3D@nih=Xkjr{xn ? yAPyG{=%?R+N /[# "0 ďsnD9P\Xi`ll/UN!IoL8 P,`ߐ3؞[[&0ڨ25Z+PH/I^ al ?ݭj+ ގJ~ߵFfڴ&[@)["3D^`#?g^6c B;$Q&}3J0? Q`D5~S[I{&I :jŊ;-hz G8<2\3`Q zf,!=,|i֫Y81 \s&De)$V?\L_fNx7C?1k?H\kh*dF?QBnr~&7Dj~΀F3nU'L΀R/?6g3w .˿Gi2:_7uXaQQё;e([<5J1b7 VP3$'Q9y G[SH0alKTT BP"}`3qJ֮5D1%/>5ɞ_Q^kO쯪Rs^MWU"(7XuzNa҈8+0"25FҬ(FB7VjԱ.Q|@͋>JEBFN秨o|iy/1&X 0XK}v).X"i :->kMٯqo\R  ~ >G?xXNpjIN( 5@mTBNr]SH#b84Y6Ekv U éʳK@!T؞ZA{n"/6vFrݑ}y"BxغkG*;Lca@Kŕ&G> ӿiJob!gWunHcsZA*$Ik2bPӮnb62oBOFrycEHg3(s٭D,.p{5pϝe+ VVwxCtR*e`1B-V~k(`V4q:x \Nb{#EoTh%lbz]k$ADcGFv \DW{F`kRH"]`*Pj{`x:WϟW/L/5X<(3PG@Ȩ:f:ڤT0BX,DE(UJSL?:o|C?W'C퉾{'; <̛mp#03 C`zN:*o` G|y]zP1o#j]"TɞKjUFgw!L<%`B$nu_wc)O" []7h&&?S~䡐e! LS>!&Z*rG@Op޼mkkYgUa-d4]qǯޑ`un\|Ly޸6Ew*6k,ח1al~&39- NFk #Vؼ?}?'UBj`Yà X+աq],bC+:>L! 8>?a?w 騪Ob}y3忖gE sWJeu{(qoВ CHzN?Arm t7|ޕyW.8xZ_ Z@`{)7|ȑ}43f'謬sϞd{x՜j&6ͳlF= {&@_Cd5!G ?|&h?.%+ | _맀,y*:'L&F/_ake+nq5}Й2(Dغ%L>x}~ͭ ɪF9uJ_pދns~AcN"8>Ckm~kAwCfPENNw64j؛+'F&GC gpF̋69QB(S"t7:w 8o=pM~_&< 5 TE3diI_mdcy你^~|PCE#,Ԕո>)jWvk4,;1J VY͡ϹuA\f+qA.~ w^kW&N*Cx"i3y? -yH t%i[^69'Y0mQC ~HA[T#I56a,5-t$T>v(I6&h O3:rC3J64HH͌ UlQ ;S `M}{xo7&klid:1"#HFk:=V=u(kr%c#?D_-)bp5tX>g,w~W 55b2d4 gTk%[Vo(lsB97q7D}+?z07vYWXjy/""D @~`?|1}e9~ǫhu@G&j{i|#l4A9ù8`By^@6}T*K=h2Rq+oB/&UؘEU|=KK&HMwY\\n-zswrNw}Zx{ Pw9Brha6II({0)|$l$!c+TFVq/&S9  .D,506u@[]wyXZ/i#f #,0ٞmИg' gO:+ &VN~ { F I`Wod5|­=gHp% R9N_Ĭn:gQM0`2[Ӂm>RhU/!|ka,"GZXqް0C`Pf\)6Oq61bf hr.>()q&)2Ye熅mкvx{=x`a V<FЙW[IcW'҅ՉB[nJ+8|VHڏLQ|=TQ_"bH2CGJ ^ZNP*7b9Ch 9X0#\=|tՑk L^ixUX^ʪyģ[V!ڋDc%A%~4X68"Ko(T&N)A4{~j|\Y2De[ F|VFN[nCANCEMDJtL@ @1H_T>k/bNV+*>hkŊvmTDknH?3>++ot 1~0lD< 䴯/@ k |zji4 hak al-bH3ht툷s8 gh=bB@͐zpjE#8C%x_} -kFM%ZQu@[M*.'Zd$3k9-LEـDFI!zƞOdx)L%cL>) sH}kYo>}Cd)+ȴ) 5Еv! bRQ`k;9,ܼ z)_;fls +Dh[Pk?R?qkKRP3kHR% FφBU\q!U% %b~]/@ig<nނ|N݃8`9 Q+Y !XSi*R~XƋ쾔.~@@}4Ya+}{Vx/OЉʹyI܊z =7k9)@y6뽊WIDATpmm@Q|nltu P,g |PF<|Edy5_}loe&E'F`l udf֋ rfШ5<\)Hm@CmL.ew&+at]oH֢m@& Aa8- {&+oMvFlr ,#(a@>LF 8Im B,TJ["]PќCBΈ/-Tak3.T\TޓU 2Z0 <N"F J ?e7^j5='Q~F|8/?hhOðPmb`$7~`UL"3B Dk VF"Tۑw@ֵ[f4?6 rc9y8AN,=S뉛Wn j}ӕCQEguBbWn! 7|{ޚj,h92( $9M$mL#_k:m U*_W:M~C~Tk"Cd|ku9R 6X3eD֖~B1gϡs弅liR/ugh(\5LE#w 5cXf8$>@"_lp`(/cb&zcAgk+yקdf:^[r ,T/z `u $y192/D/ Rc._XP*a_GQRE662#[)y5i6Zmاl.Bo6»kX3ڀEl@Rf<ү/ hGkM~ `+ zv*uKL U,!1$ JG5+|m^%suo(F mcqY4nF> p󼧖ذqziTKZ*3пE:~7Կ!@g)X@$U F[Ku1׍JcaB(_Q2>@jXAIn W馦O,_!e@KM_cϏ5,2tT؇Bx]1oW!ʊCeWCх}0H;<:> ,b_ ^/*~ɽ?z=8{u7 C"HqK L7:7,Q/ Pz .x9+4 SH,_(7.PNE\DLd;Ұ5+>)y}v`οm$ssl0j MkB7`k:yQV@4 43.!fHjT C{.\-ݗ{FD P,Yrol"8n\G]/>eJBH(y(jE `w7>^9M`_aHo hX7Ъ)JV}lФ`SFxs_sڂ'`v6bJ̐_U0 ZDvDM RA]PgNX &E_14gRx[leH+C! g'/mb/ԻBSؔi^Jb1A*Xե|8uc ~ B~Wq+; P_|uf>~WKbd) ,ܼ>\]*Ř_Jmuzʝz{3@ ؅16twd$LS*8oz01*.Jjp<vmx~}mi pױ"F xݨ/)B8_,VWkM #b"ˀ8`'ʏMiG\so]1@\&[g1EY*Dlvݞč&Kbcu :뮨T=&NָWVs@(X@N@jN\J^/g`!o8y~ޱ+l] BKWl•!eH7+>:}h`_ ͠_+JE^Et_;KVG>_\c4*lG82xxaɾz?j!زyq7}fdJ[v\n0)= >)O^+!Mi' '}3 Tt0ltM30&{jd{+tG2'@+#g31#%o]a`n2(pN7paJ[DrsHDӛ.Ӽ!B҆%;Da:7IO.kw݇mKl@N@`,^`ܘ "cEX8LP4~VFP;@Pi gq!= /}\aP _z vsX]F3]-8F[.K{}(7_+Elzkv`z=/~P8185X_Evam?U3\܁}(^!@/xˆj>kBtHfQ +"Оra Aw{,x4 RM36}-"7~'b (1[p =W趦2 _iXo~) GpK,yq^ŤpiX5 /TA0{/9 qͮ3-_r`?ؕWg, F l!1]$+caˀyA: 1g[~Iξ覛 YƠ\=~Wf@y`o'}cy29*(2Þ ټ@H$I Nfm4:l}CiuWE\q㗿?N3ᯕu9>?,<8/lF  PAHl*r= 9,ms/4bT=b>2wx< B/ó_p!h!Y`dt#_yU8n^H̿RalM~ȱOVZ$z0?! }9q\3(#z.?28h3`|noBo@gyAo7TY? ? dUx71*AqfNrA?r6seDEK/AkbxM ͛Ps65&)<}(vWq:1x`{W6|^ظ\<*˷KidetC}lYA o sio@ :Ђgo96$Cl&cP/"P ۸x k'2Fwz eKp苰/#)GN:EAto]n/CB2p!^!U[\F /i`t_-mx~ΝιyVk[4 |?_y#T1|t"4/Er97 0: ѷ.Gg}Cѓmp?q9xr,xmH[bu`Mt<;Pr&{eH~\:+u-.z>33}m|c G@\H>}π^ߴhgϮ7 ݈x4qhI2ꏤ=L^L}ڝT1,,2㟉҅JҢڤ'1ϊ>oZ@C2fqQ`n ?덿W(iA?zcY@@σPR нЯx2sp!bP$<|4@s3r߮9]6 3`.Ma6?gc"1]G:s{p S+RdlYX5hC?fE_&|صXU%'k0\6 >p6X(@0PsǕ ~RݽB=*`>A*o2@oe'ƂdP!+mC1+d9LE_Z6ܸ-ݖ ,,[s7~NM9g|q%b], y}g\_ʴ3Cv62#|WJƿ- u{ڍ1x"*GRL)CKun,,6~mhVfhS2|?_I\zMMGPg\)݀@5h> ٥<ܳ?_BT Xޠ v hG [p`?<#~ !a|/_g/ana>iҚC50w}ŋQcg9Au~y @ :A}$P>6Ps[)epX(A[p x5vV"E1F{ xwjy.=8=0|FN^ @M)5n}lcX`X( K娳WBp)(!4Xk9w[yt . 0T0h>ЎN|;_ ?<y*qN{`.E`a4g0p{ı&o?>`~+y .\zdxs}K`HHBk(=p=^X3p EE{W`"y]F5\# k4[ !lB# #(yX@0q S`V * ݿ/S)`\5X;_ߢ&--  bVh !n+&nO`>Em*PF yy"ցT55l\p2|l 2|:]᭼]Fx;Pb8eF1Cs BHPžIs 5R3݅trmn[Iы _~04!a! E7n/Ai7D`wQ؆ʬPءݏA#/d;jid1qG`0 :jáw`ߣ8Wء[މ' (A3fP06A[_/|r ʠmP7 oՄrRM!L[iZ@{Dޭ' bP` ;}'UdzIENDB`GIF89a5, !CCE""#EEFppqaab +4J"):ox|(4N*6Q#4'2K. !1)2>Y)3I%5$3,6M/9O,4FDPkIUpU`xbmclmwfoenpzs}jp}#.E!+@$/E '9$.C&0E ;G` \f{`jfpishrkujtqxpuwy}㻼 #2#-@& bej!%emw'()GHI{|})+,XZ[ !% "# BDD.//:;;TUUQRROPPEFF{ t l d ] U RN JF?7.(n6 1! i`C .ļwwwuuujjjNNNGGGDDDCCC@@@444!,5',ǿ*\ȰÇ#JHŋ3j(Ə CII<\ɲ˗0I͛8&ɳϟ JhOF*]ʴӧPJJիXjʵׯ`ÊKٳhӪIjpʝKn5kv A/I$ D6ڤYiӮYfqˎ)_LxCaH4M̵װc˞Ml5Sʊ O p )_[8v]AP?:lc౹ {x G#yfO~7w?@T9@=S߂QAnťA?w6vȡ9_4b -B &1H"%Ј֨cA\:8V \>@j͑HGa‹,lɔ.)K- |Gn@y{E͜s&|Š+L0r+ҋ.i&YgQmnqv#*%%+p*,c0lR&a  d=@T)q~8|_0l"@*x -8-@=H[P dE 1묛j(`/c 'B0,@.#M@M  C/D8P%B>\748B7vB= a!HJ,p /(K+ 4$CxQ̮S8l=2C#$oB#od5yB7y(3B'/c7YaN#O@c &¤ ( 1҉.!"-_ u\<$>J(ލ w c9CjO^yB@\5S5E:|ɶp-ҋ0`F-2a [@ XB]$@r!"EyAIH 6  +<x>e2W {(OЖP",JTF.l! YbŮaGci h DyF:fXo\EHxl(^f0šF>ZQ>5C#.B bBE.rmkUPƮ 76HAI0yX>JBxAȌЄq0ta/i>}9}ԣ9XW.BCD)ZAY-N$)?R8PbqGdm 0Cq0:7 BFAr0τ2}5̡@0A *j3fNN'tQFIS>`@qq"Y!" $f@g˛"PY#ZE(HB[ö]p{/f9NlHhrr +BU.-ъ_ge7]%  i^ز!2.zãF."-0' h1Za" T2/@ttNy0F/Z88Vo\`x=>@ ]l-X9 Mb"ӑAwP~^QfSκM_4M"P_&lad![qV\ !O$ 5:pA6?$(KZppqhzp!n[I<~]|wP1Zm"ф1C`P9A S uт^=R v!. *g3GcCG*An0&nenslԈ Z0XFԘ }h*H'c\!\PV~zh2O zaM=hPy=Lu&8 @7oZ/8"p+J]NBƕv~(D b;Cgn!O}' d#`BWmԝ(FуM>lx} l,qL|"ETrN`!шF03 VkzgfC~PgA!WAq|tr7&, &և}^1xe5 @u DdYN5@ ` Lc ^5T yCCh`L8w0 =0dX3aH0': xA Q8P /ٗs VY * `E @ à  K_gEdwyPp70umU6&Bpr$ϧz,g`3yH2@H6l^k HT  qFdV  lmr"(*@d0x7E1(C0ljБ8`:}h`_ ͠_+JE^Et_;KVG>_\c4*lG82xxaɾz?j!زyq7}fdJ[v\n0)= >)O^+!Mi' '}3 Tt0ltM30&{jd{+tG2'@+#g31#%o]a`n2(pN7paJ[DrsHDӛ.Ӽ!B҆%;Da:7IO.kw݇mKl@N@`,^`ܘ "cEX8LP4~VFP;@Pi gq!= /}\aP _z vsX]F3]-8F[.K{}(7_+Elzkv`z=/~P8185X_Evam?U3\܁}(^!@/xˆj>kBtHfQ +"Оra Aw{,x4 RM36}-"7~'b (1[p =W趦2 _iXo~) GpK,yq^ŤpiX5 /TA0{/9 qͮ3-_r`?ؕWg, F l!1]$+caˀyA: 1g[~Iξ覛 YƠ\=~Wf@y`o'}cy29*(2Þ ټ@H$I Nfm4:l}CiuWE\q㗿?N3ᯕu9>?,<8/lF  PAHl*r= 9,ms/4bT=b>2wx< B/ó_p!h!Y`dt#_yU8n^H̿RalM~ȱOVZ$z0?! }9q\3(#z.?28h3`|noBo@gyAo7TY? ? dUx71*AqfNrA?r6seDEK/AkbxM ͛Ps65&)<}(vWq:1x`{W6|^ظ\<*˷KidetC}lYA o sio@ :Ђgo96$Cl&cP/"P ۸x k'2Fwz eKp苰/#)GN:EAto]n/CB2p!^!U[\F /i`t_-mx~ΝιyVk[4 |?_y#T1|t"4/Er97 0: ѷ.Gg}Cѓmp?q9xr,xmH[bu`Mt<;Pr&{eH~\:+u-.z>33}m|c G@\H>}π^ߴhgϮ7 ݈x4qhI2ꏤ=L^L}ڝT1,,2㟉҅JҢڤ'1ϊ>oZ@C2fqQ`n ?덿W(iA?zcY@@σPR нЯx2sp!bP$<|4@s3r߮9]6 3`.Ma6?gc"1]G:s{p S+RdlYX5hC?fE_&|صXU%'k0\6 >p6X(@0PsǕ ~RݽB=*`>A*o2@oe'ƂdP!+mC1+d9LE_Z6ܸ-ݖ ,,[s7~NM9g|q%b], y}g\_ʴ3Cv62#|WJƿ- u{ڍ1x"*GRL)CKun,,6~mhVfhS2|?_I\zMMGPg\)݀@5h> ٥<ܳ?_BT Xޠ v hG [p`?<#~ !a|/_g/ana>iҚC50w}ŋQcg9Au~y @ :A}$P>6Ps[)epX(A[p x5vV"E1F{ xwjy.=8=0|FN^ @M)5n}lcX`X( K娳WBp)(!4Xk9w[yt . 0T0h>ЎN\;Hd>Kh@@>985B38< H*H|b(E(ZG"-¥^D h1+fOksf@9Pe%fBP_6teDk9QYVeeFSQSvteH;9RM0(MJWҖ0LgJӚ8ͩNwӞ@ PJԢHMRԦ:PTJժZXͪVծz` XJֲhMZֶp\J׺xͫ^׾ `KMb:d'KZͬf7z hGKҚDֺlgKͭnw p8pXp:Ѝt[ŹvHuz okMzr=Kok7s@NZK [n3{8G(Sw.)1wc@ruk,"?>%;M~m)[UI-{]-1e>59D~/9Yu=}Az>}E;q~I[ZÕ}M{C-Gԋ>5Uծ3cYζs7k5,a2e3~-'SK6m2 N{>ӭTݬ~7_-y˺5}{.`>8+o6#S|3ls8ȿ-򑋻&/7R|.c.Ӽ 9K>8Ѓ}F?Ǔ3$:OsZXϺַ{`NhOpNxϻOO;񐏼'O[ϼ7{GOқOWֻgOϽw_ d1OO;ЏO[@. HOOOK@qW'@8Xx ؀88B`,؁ "8$X&x(*,؂.08h 8:<؃>@4؁-pHJL؄NPR8TXVxXZ\؅H8J @dXfxhjl؆npr8tXvxxzXs 8Xx؈8X(C؉8Xx؊8x؋8XxȘʸ̈(8Xxؘڸ؍8XxӨ8踎؎8ިԘ؏9Yy ِÏ0Yyّ "9$Y&y(89.0294Y6y8:<ٓ>@B9D #JLٔNPR9TYVyXZ\ٕ^K8MY P Phjlٖnpr9tYvyxz|ٗ}8diiYy9YyYc&Й9Yyٚ98ٛ9YyșʹٜΩÛ#0Yyؙڹٝ9Yy虞թ8ٞ9YɞIٟ:Zz ڠʟZzzڡ ":$Z&Jz*,ڢ.ڡ)2:4Z46:[L۴NPR;T[V{XZ\۵^`b;d[f{hjl۶npr;t[v{xz|۷~;[{%۸;[{۹j; BBC News | News Front Page | World Edition http://news.bbc.co.uk/go/rss/-/2/hi/default.stm Updated every minute of every day en-gb Wed, 06 Jul 05 18:23:35 GMT Copyright: (C) British Broadcasting Corporation, see http://news.bbc.co.uk/2/hi/help/rss/4498287.stm for terms and conditions of reuse http://www.bbc.co.uk/syndication/ 15 BBC News http://news.bbc.co.uk/nol/shared/img/bbc_news_120x60.gif http://news.bbc.co.uk London beats Paris to 2012 Games London celebrates after winning a dramatic vote to host the 2012 Olympic Games. http://news.bbc.co.uk/go/rss/-/sport2/hi/front_page/4655555.stm http://news.bbc.co.uk/sport2/hi/front_page/4655555.stm Wed, 06 Jul 05 11:49:34 GMT Geldof urges Blair to talk tough Live 8 campaigner Bob Geldof tells UK leader Tony Blair to stand firm on winning aid for Africa from the G8 summit. http://news.bbc.co.uk/go/rss/-/2/hi/business/4654483.stm http://news.bbc.co.uk/2/hi/business/4654483.stm Wed, 06 Jul 05 16:00:45 GMT Monaco prince admits love child Heirless Prince Albert of Monaco acknowledges that he has had an illegitimate child with a flight attendant. http://news.bbc.co.uk/go/rss/-/2/hi/europe/4656797.stm http://news.bbc.co.uk/2/hi/europe/4656797.stm Wed, 06 Jul 05 14:46:34 GMT Egypt ambassador 'to be killed' A statement claiming the kidnap of Egypt's envoy to Iraq by Islamists says he will be killed as an "apostate". http://news.bbc.co.uk/go/rss/-/2/hi/middle_east/4656877.stm http://news.bbc.co.uk/2/hi/middle_east/4656877.stm Wed, 06 Jul 05 15:56:26 GMT Pinochet faces new legal blow A Chilean appeals court strips ex-military ruler Gen Augusto Pinochet of his legal immunity in a human rights case. http://news.bbc.co.uk/go/rss/-/2/hi/americas/4657509.stm http://news.bbc.co.uk/2/hi/americas/4657509.stm Wed, 06 Jul 05 16:37:05 GMT US reporters 'should face jail' A prosecutor urges a judge to jail two reporters for refusing to disclose sources to a leak probe involving a CIA agent. http://news.bbc.co.uk/go/rss/-/2/hi/americas/4654969.stm http://news.bbc.co.uk/2/hi/americas/4654969.stm Wed, 06 Jul 05 11:22:54 GMT Hindus protest at Ayodhya attack Hindu nationalists hold angry protests in India, a day after an attack on the disputed Ayodhya religious site. http://news.bbc.co.uk/go/rss/-/2/hi/south_asia/4654593.stm http://news.bbc.co.uk/2/hi/south_asia/4654593.stm Wed, 06 Jul 05 11:47:59 GMT New Pakistan rape suspects held Pakistan police arrest five men for a suspected revenge gang-rape in a case with parallels to Mukhtar Mai's. http://news.bbc.co.uk/go/rss/-/2/hi/south_asia/4656245.stm http://news.bbc.co.uk/2/hi/south_asia/4656245.stm Wed, 06 Jul 05 12:47:36 GMT Olympics decision: Your views London has won the bid to host the 2012 Olympic Games. Send us your reaction. http://news.bbc.co.uk/go/rss/-/2/hi/talking_point/4655235.stm http://news.bbc.co.uk/2/hi/talking_point/4655235.stm Wed, 06 Jul 05 15:39:00 GMT Football: Gerrard explains U-turn Steven Gerrard explains why he has had a dramatic change of heart and decided to stay with Liverpool. http://news.bbc.co.uk/go/rss/-/sport2/hi/football/teams/l/liverpool/4655987.stm http://news.bbc.co.uk/sport2/hi/football/teams/l/liverpool/4655987.stm Wed, 06 Jul 05 11:20:23 GMT Cycling: McEwen wins stage five Australian Robbie McEwen sprints to victory in the fifth stage of the Tour de France. http://news.bbc.co.uk/go/rss/-/sport2/hi/other_sports/cycling/4657365.stm http://news.bbc.co.uk/sport2/hi/other_sports/cycling/4657365.stm Wed, 06 Jul 05 15:21:35 GMT Somali march triggers war fears Somalia's President Yusuf tells the BBC he will head south to Jowhar, prompting fears of clashes with Mogadishu warlords. http://news.bbc.co.uk/go/rss/-/2/hi/africa/4655959.stm http://news.bbc.co.uk/2/hi/africa/4655959.stm Wed, 06 Jul 05 11:28:49 GMT No food aid as hungry flee Niger Niger's government says it cannot afford to give free food to those hit by a food crisis, as hundreds flee to Nigeria. http://news.bbc.co.uk/go/rss/-/2/hi/africa/4655225.stm http://news.bbc.co.uk/2/hi/africa/4655225.stm Wed, 06 Jul 05 09:50:30 GMT Brazil politicians face grilling Brazilian federal police are to question senior ruling party members amid corruption allegations. http://news.bbc.co.uk/go/rss/-/2/hi/americas/4656741.stm http://news.bbc.co.uk/2/hi/americas/4656741.stm Wed, 06 Jul 05 13:53:10 GMT Church faces record abuse payout A record $120m settlement between the US Catholic Church and abuse victims in Kentucky is approved in court. http://news.bbc.co.uk/go/rss/-/2/hi/americas/4655265.stm http://news.bbc.co.uk/2/hi/americas/4655265.stm Wed, 06 Jul 05 10:32:53 GMT Japan 'war orphans' lose case Japanese "war orphans" abandoned in China in 1945 are not entitled to compensation, a court rules. http://news.bbc.co.uk/go/rss/-/2/hi/asia-pacific/4654681.stm http://news.bbc.co.uk/2/hi/asia-pacific/4654681.stm Wed, 06 Jul 05 06:27:33 GMT Dalai Lama marks 70th birthday Hundreds of Tibetan exiles gather in the Indian town of Dharamsala to celebrate the Dalai Lama's birthday. http://news.bbc.co.uk/go/rss/-/2/hi/asia-pacific/4652391.stm http://news.bbc.co.uk/2/hi/asia-pacific/4652391.stm Wed, 06 Jul 05 11:15:08 GMT Deal signed to put Olsen in space US businessman Gregory Olsen will fulfil his dream to be the next space tourist under a deal signed this week in Moscow. http://news.bbc.co.uk/go/rss/-/2/hi/science/nature/4656399.stm http://news.bbc.co.uk/2/hi/science/nature/4656399.stm Wed, 06 Jul 05 12:42:03 GMT Tragic German school is re-opened A German school opens its doors for the first time since 17 people died in the country's worst school massacre in 2002. http://news.bbc.co.uk/go/rss/-/2/hi/europe/4656031.stm http://news.bbc.co.uk/2/hi/europe/4656031.stm Wed, 06 Jul 05 12:22:11 GMT Egypt opposition trial postponed The trial of Egyptian presidential hopeful Ayman Nour is postponed, allowing him to run in September's elections. http://news.bbc.co.uk/go/rss/-/2/hi/middle_east/4656837.stm http://news.bbc.co.uk/2/hi/middle_east/4656837.stm Wed, 06 Jul 05 14:39:25 GMT Emirates tightens camel race laws The United Arab Emirates passes a law tightening a ban on children under 18 taking part in camel racing. http://news.bbc.co.uk/go/rss/-/2/hi/middle_east/4657353.stm http://news.bbc.co.uk/2/hi/middle_east/4657353.stm Wed, 06 Jul 05 16:04:07 GMT Advani to stand trial on Ayodhya An Indian court orders opposition leader LK Advani to stand trial over the demolition of the Babri mosque in 1992. http://news.bbc.co.uk/go/rss/-/2/hi/south_asia/4655901.stm http://news.bbc.co.uk/2/hi/south_asia/4655901.stm Wed, 06 Jul 05 11:58:15 GMT Nepal receives India military aid India sends its first military shipment to Nepal since King Gyanendra seized direct power in February. http://news.bbc.co.uk/go/rss/-/2/hi/south_asia/4655071.stm http://news.bbc.co.uk/2/hi/south_asia/4655071.stm Wed, 06 Jul 05 09:00:11 GMT Protesters breach G8 march route Riot police and protesters clash after hundreds break away from the route of a march near the G8 summit venue at Gleneagles. http://news.bbc.co.uk/go/rss/-/2/hi/uk_news/scotland/4654767.stm http://news.bbc.co.uk/2/hi/uk_news/scotland/4654767.stm Wed, 06 Jul 05 18:14:08 GMT Storm forces oil price above $60 The cost of oil is back above $60 a barrel as Tropical Storm Cindy forces the shutdown of rigs in the Gulf of Mexico. http://news.bbc.co.uk/go/rss/-/2/hi/business/4656525.stm http://news.bbc.co.uk/2/hi/business/4656525.stm Wed, 06 Jul 05 13:05:08 GMT Diabetes damage done in adulthood Leading an unhealthy lifestyle as an adult is the biggest risk factor for diabetes, say UK researchers. http://news.bbc.co.uk/go/rss/-/2/hi/health/4652521.stm http://news.bbc.co.uk/2/hi/health/4652521.stm Wed, 06 Jul 05 01:35:48 GMT Comet's huge plume hides crater The Deep Impact spacecraft may have missed its chance to see the crater made in Comet Tempel 1 because of the large plume of material kicked out. http://news.bbc.co.uk/go/rss/-/2/hi/science/nature/4656567.stm http://news.bbc.co.uk/2/hi/science/nature/4656567.stm Wed, 06 Jul 05 15:45:07 GMT Software patent bill thrown out European politicians comprehensively reject a bill that could have led to software being patented. http://news.bbc.co.uk/go/rss/-/2/hi/technology/4655955.stm http://news.bbc.co.uk/2/hi/technology/4655955.stm Wed, 06 Jul 05 12:03:53 GMT Stars prepare for last Live 8 gig Ronan Keating, Sugababes, Travis and Annie Lennox prepare to play the final Live 8 concert in Edinburgh. http://news.bbc.co.uk/go/rss/-/2/hi/entertainment/4653511.stm http://news.bbc.co.uk/2/hi/entertainment/4653511.stm Tue, 05 Jul 05 23:16:45 GMT GIF87aX:*&&b&&"N6& v& .&"""j ~&:  ޖ6&""JJL6 &F ֒>*NnjJB "^nJR*J2vN~brN.f2vvtbB&&$*> Zz"ʊN2B.jJ rV r..,FFDrܾf~ Z~f~V""$2"Ί::†nR:V:~zRҎ^~~|ffdfڒ>><ږNNLZZ\2 v,X:H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ@ Jt*]AJ`, -*q`ÊKٳhӪ]˶۷p-Jݛ%P]$ P& y@@ ʝL˘3Sg?LIP@b/F ~̻ߖ)Z@hÓ[:('PB!I|ȭ0 ËW9?_i}'IPc`Z@4A-hWz 11V8@EuADX8 hp „tJ${44njFX3xc<L.?0@"A 5P#L@xCR@l  dMP!=ZvAfAqiYD4dB{ T(A AP&#"@<`! -1PAuʝrIPa:K}! ThU9 b7;@|0: Kn*h ضQqv>zZz\+dդí#V(&'k A)DA\@ PA>qA!wTa@&Aa/Cg3zd8 7J:D(ET jA("td$/ fPbplrY XmڿrB&3l ,E{6yPIpg@XTGzkAh0!OXNgTAwX=VrΛ!8;FC @EC MAlL<x :( "H_<(C ACe@lzEgDJ{ 2/pH8&o&]`H\!L@WA!`+Lv?-,- W$AtD4@7D 8b ğ tKb ]AN4!`aJ@|q B+ YXX92Qa">fS (q ?+a#]b-YBBK(7!$+)0Ф@%B @MTXrY2+ R'@:@4#& END3سi~k.NA<ԃ TH97f; ; =_N&0FI.t$3iЅN aCXЈ ٜP #Gu,P0)lA(FH?Sԟp &DěeE%SGQE]P)"̥3?5=KHUKAApQԊ J鄇rQMo:WNF4(T T3A,"ID)G^ZѤ$J`BA* "`S2H܈ c1mAPkט餩 ]NAV%*m޵k%(4jNMj$@ʝ (/A*Hƒ]l`!l+ۼwLmpy.#-{ҷ$@x8;={uf@E׊ ТLUp|׵ox_;^ 5B3ڗ /pHrx$x~'|)80xzP#AV @%`ė~0n+X.Ӂ<׈Lߗ$.p@/db8'Ə#A(` 5!(H%O0Tz/kH|a 1;{ovzܙk?Rθ^h@w"@ $@u\5hBjY S,?$mrp?nTQ{hH9!hheg%@{ M%ybB"dmQVpOkLu8sn's\M_:5d4Q{` QLt [ ||}jU HjT6woj~v{G{{w~Ł8~M-P59JV w!?:X?lt4Ko QhK0zmg{"Pq؁g~(DG~yViAB(U*h0&A \PqpXGwFXw(f! WGgVt[7JaVVtqdR1 RS2hSi!y8)@Xw< ztz!׈@n!!{ur1qvIņqT7%HExIXbZ0,86cR4L`9F0R,a 07 |#ŒP f9)Ɏ9adX-T84ɓLg TwYJN4(P/UokQ-S0 V`I=/:8֝(q)hhtj9~ٞY{bSO@65>Aʖ1n" QfLРy|)Pa"J+&zv$B NR )4@Ssa"(P:*zPТ/ V@Nԥl`0 cqvQz SjբH!j`x\zI0/"~0 mAjѩiZz"$Rt6l𛛔|]XCJn ^'v jڬ81Q$T!yWp6R\id0 s C`q%ړ(0#كla Yp;!  l:J:[է\0p!zIti#a +)[6y[ M Di!77 h@V 0!@7[V˒q)hIZ`R#(Jk! A T{pr;t[v{xz|۷~;;[ZGWٵ$%Q@kʹ13ӓ m>?оy.|dH\U5ݿ^;}{bpj;aqNoO͋Mxԗmggq;<ǓYQE"FOFQ*T/Ek1NTjtNkiY}p]4 v7@@$)f)dR)'SʰɳcF`Y"^&f"DZcDz5UʉTX:E^MQI|g~X, &xqĜo{_95U e00YHܲm%? &rDd?+Fq[GI",!=Ԙ+(nL@T1L7,S; >NkBY{2hAz՘_NaTN1hjY`0#\P$ȏx0S~$jD2yC~6TC܏ L0 >yHܝ $MKO{OD ]]ίoO~e;>{ sC>񩏡M!qt҃M]jߌۖ@Ґ'c?B_;s9tRLc ݦ\[T%=Asσz{s7ۭ?jn>~u6xs~۫ujoQ+ͻ3}y^^jOϮ< ̛늄VExs}ҫ&TC~7XbX\wo@O|o/EIcp $L%ni!W)G؉@cRl sU*6tn&cTYkGJ'QvF3Ġ%51ޥ=U\6T&g*p=r7,=pvKlԃD U3݉YB}enw/c6P{{5xQh]X0ƪE;?_}aЖo ߥ[gg:f"Zm<OK$:/ɲFkr^ ߨ!wƉ"Op V܀+%^sdJ2YSv]{nlΐGS@aϢسoZ#{-cꢱ@lBN{ 8I}7M. mD&gFHv/T6v|WCZj}߯Zljs1oIYo.ƲDP]M(m"oM@DG9ĠH4Pg;.,/S/?s"..%Y=OV%-vh / K2fAB\crWCj65n/rMTvY<$@Ҹh Ud$dH'㛳[RTVRE,* DzG ڑYaddxd3R?򅧜V^VW,l XHrj-`<m6a3*6![Zc5{ʆ{ 7qϟ ޶vﲁ/q;(<򂔊ufw7K,_cNu3V$7>ÒR*e?T/? Jo~HN#Z,{ 65T9^iIjWgI~WϖX0fIUzԒ*Ykiʉ:WI=?;>\mn:\n˗zOl a?==EQnOYP92 Ѥ&TO b:?m&AߴtAq*͒!Xv!Txs+:Z"&EF,YJ`d%LlZ,ddE`xԉ 4"&(Q#Tv,l1OFBb!`&3rXC <Ԏiܮpz(Hdy4ЀI04Q?$ӉjK2ɼ(!LDZؗv(T2:r%5!O#n&eM@e0CeOLʣX V{+'<4zio>152P4[+Djx# rʻf9B A-*rىxPbOS8n38ᘒQ~@۹Srx ОciU@bD"\)/E4 2/?"` oC, lHA2#U1݇=00DCq4eFhyT!9sɭ3X0G *W(<d#2f/ EA@Dc]Y7>f.ԗC= fx{Ŏ( ?氉&K<;bS DA>_xq*IsnjvR&N%(f(HcQgϞi*=6b.>ëR}u[M#DnADcd6"YBX\[e!n!-'?nYڼ5c>y AT;`DZf<@:3="|'G|zQQ D񹔃c(5??DC]$6\I&@ z֥=fAsг|di J ~ÃRl**EEFHꗌA2B^S7t#H',au1'NY@(|7yMI+P*cʖu4N]DLď䄠Jʏf%jaA1)y_bȬ!R@gGYl(Zl1 ¨Y1Z>u_)ej 3 L;w|0 K"6ٍ7{-0!9g BVxCXhq$tX^&B>:1ٵDmUT]UB_vI@&}BF1qn­rwo|%zzMךMk=.Kr]3DsYnMM黰 *?vn85z݌b*dfiL췿'42:WScJm9kJXCHQ-չCh= }42;h5;;eUhrL+lDzkAb:To2e`~&FGWѧ_@WfNu8A =dazu_;Z = EEN˅|yi 3>~ 󯄆@4"= $ՅtF{Zݻܰ+Q\-w>4-!kI_e- m[nٷݬf_MA%D{^(5b9s;hԯ$XW'%A >6uRPrvs;պhZͳf4Z@'nmq=>`O=DpΚ'"ܐ+]J8 J$nEB/i{8bt _Hg0ZBأрC:_ 'zGI/| hp |vi 0*?}{KN< ̙S| ZDt0w@z#rFjS6Hewް[u /'yH{s$+/%|۹j վ!2뢧H iz zEJs&Q5_=b[w0WRa.PVZ6IVB&j=r3{aY96JJ^eIt&+Mz,v{;DJ a2'D*Q%Fka濓7BW8x듘d+y`_܄؊ +d%)H?gVX cJMT eLGla˲߶%yߧkv%|~2}T V ۛ{r,S k]Xm[|"m3NJi>+.5(S!mk&2u4p$΅t7v)w^hֻgi{?xZ<<ט[R*X]X.7mvlxe΃fa& Bާ3Li$pHZBW0^r,HLzK\! 7I Ly`5l@ϛ]^1L#U¿0 ShBųHUJ)=2 SFv Kv٤қVu__BLEua#e R[OSJ&XFU/* last update: FEB 19 2003 PO */ ADDRESS, BLOCKQUOTE, B, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, MENU, OL, P, STRONG, TD, TH, UL {font-family: arial,verdana,tahoma,geneva,sans-serif,serif} /* Real styles */ A:link {color: #069; background: transparent; text-decoration: underline} A:visited {color: #639; background: transparent; text-decoration: underline} A:active {color: #C00; background: transparent; text-decoration: underline} A:hover {color: #C00; background: transparent; text-decoration: underline} BODY {margin: 0px; background: white} H1 {font: bold 160% "times new roman",times,serif} H2 {font: bold 130% "times new roman",times,serif} H3 {font: bold 115% "times new roman",times,serif} H4 {font: bold 105% "times new roman",times,serif} H5 {font: bold 100% "times new roman",times,serif} H6 {font: bold 90% "times new roman",times,serif} HR {margin: 0px} HTML {margin: 0;background: white} SMALL {font: 12px arial,verdana,tahoma,geneva,sans-serif,serif} STRONG {font-weight: bold} B {font-weight: bold} /* links */ a.navcat:link {color: #000;background: transparent;text-decoration: none} a.navcat:visited {color: #000;background: transparent;text-decoration: none} a.navcat:active {color: #C00;background: transparent;text-decoration: none} a.navcat:hover {color: #C00;background: transparent;text-decoration: none} a.navsubcat:link {color: #069;background: transparent;text-decoration: none} a.navsubcat:visited {color: #069;background: transparent;text-decoration: none} a.navsubcat:active {color: #C00;background: transparent;text-decoration: none} a.navsubcat:hover {color: #C00;background: transparent;text-decoration: none} a.navdownstate:link {color: #C00;background: transparent;text-decoration: none} a.navdownstate:visited {color: #C00;background: transparent;text-decoration: none} a.navdownstate:active {color: #C00;background: transparent;text-decoration: none} a.navdownstate:hover {color: #C00;background: transparent;text-decoration: none} a.kicker:link {color: #7D6926;background: transparent;text-decoration: underline} a.kicker:visited {color: #7D6926;background: transparent;text-decoration: underline} a.kicker:active {color: #7D6926;background: transparent;text-decoration: none} a.kicker:hover {color: #C00;background: transparent;text-decoration: underline} a.headline:link {color: #000;background: transparent;text-decoration: none;font-family: "times new roman",times,serif;} a.headline:visited {color: #000;background: transparent;text-decoration: none;font-family: "times new roman",times,serif;} a.headline:active {color: #000;background: transparent;text-decoration: none;font-family: "times new roman",times,serif;} a.headline:hover {color: #000;background: transparent;text-decoration: underline;font-family: "times new roman",times,serif;} /* inpage section dividers */ .primarysectionmarker {background-color: #80A6CC} .secondarysectionmarker {background-color: #909090} .sectionhead {background-color: #EFEFEF;font-size: 17px;font-weight: bold} .sectionlinks {background-color: #EFEFEF;font-size: 12px} /* article kicker and headlines and paragraphs */ .kicker {margin: -1px 0% -2px 0%;font: 11px arial,helvetica,sans-serif;color: #7D6926} .head1 {margin: -1px 0% 0px 0%;font: bold 160% "times new roman",times,serif} .head2 {margin: -1px 0% 0px 0%;font: bold 130% "times new roman",times,serif} .head3 {margin: -1px 0% 0px 0%;font: bold 109% "times new roman",times,serif} .nonnewsheadline {margin: -1px 0% 0px 0%;font: bold 100% arial,helvetica,sans-serif} P.rhc {margin: 15px 0% 0px 0px} P.wof {margin: 0px} P.relatedlinks {margin: 0px} P.nonrelatedlinks {margin: 15px 0% 0px 0%} P.articledetails {margin: 0px;color: #666} /* trail */ TD.trail {font-size: 12px} /* article extras */ .pulloutquote {font-size: 20px;font-weight: bold;margin: 0px;padding: 8px;color: #777;border-top: 1px dotted #ccc;border-bottom:1px dotted #ccc;width: 220px;float: right;background: #f2f2f2} .relatedlinkbox {font-size: 12px;margin: 0px;padding: 5px;border-top: 1px dotted #999;border-bottom:1px dotted #999;width: 100%;background: #f2f2f2} .picturecaption {font-size: 11px;margin: 0px;padding: 5px;width: 100%;background: #f2f2f2} .featurebox {margin: 20px 0px 0px 0px;padding: 3px;border-top: 1px dotted #ccc;border-bottom: 1px dotted #ccc;background: #f2f2f2} .featurebox2 {margin: 20px 0px 0px 0px;padding: 3px;border-top: 1px dotted #B7A567;border-bottom: 1px dotted #B7A567;background: #FAF1E1} .articleextrasbox {background: #f2f2f2} /* footer */ .footer{font-size: 12px} /* nav text */ .nav {font-size: 12px} /* Footy Ladder table */ .rhstable {border:1px solid #ccc} .rhstableheader {background: url("http://www.realfooty.theage.com.au/images/rhsheadbg.gif");background-color:#E1DFDF;font: bold 14px arial,verdana,"times new roman",Georgia,times,serif;color:#fff} .rhstableheader2 {background-color:#dcdcdc;font: 11px arial,verdana,"times new roman",Georgia,times,serif;color:#000;} .rhstablerow {font: 12px arial,verdana,"times new roman",Georgia,times,serif;color:#000;border-top:1px solid #ddd} Z S랬2~qa}'=֎7Tw2MexnK]p?):oFwQƃ MpeGGȫ֫ӥM016LlViLugŠj!q1rc}9-gSWΖپ{zS%ZgCP|1;fqL[t 18nXB3 ] ylsCGu8}@xBBdTߜ_ xp=?)kn_AwODn?z-d 2[MzOi1ۚ³QՆ1Z{:KٚFƔʇ_#"E>DzkAb:To2e`~&FGWѧ_@WfNu8A =dazu_;Z = EEN˅|yi 3>~ 󯄆@4"= $ՅtF{Zݻܰ+Q\-w>4-!kI_e- m[nٷݬf_MA%D{^(5b9s;hԯ$XW'%A >6uRPrvs;պhZͳf4Z@'nmq=>`O=DpΚ'"ܐ+]J8 J$nEB/i{8bt _Hg0ZBأрC:_ 'zGI/| hp |vi 0*?}{KN< ̙S| ZDt0w@z#rFjS6Hewް[u /'yH{s$+/%|۹j վ!2뢧H iz zEJs&Q5_=b[w0WRa.PVZ6IVB&j=r3{aY96JJ^eIt&+Mz,v{;DJ a2'D*Q%Fka濓7BW8x듘d+y`_܄؊ +d%)H?gVX cJMT eLGla˲߶%yߧkv%|~2}T V ۛ{r,S k]Xm[|"m3NJi>+.5(S!mk&2u4p$΅t7v)w^hֻgi{?xZ<<ט[R*X]X.7mvlxe΃fa& Bާ3Li$pHZBW0^r,HLzK\! 7I Ly`5l@ϛ]^1L#U¿0 ShBųHUJ)=2 SFv Kv٤қVu__BLEua#e R[OSJ&XFU BBC News | News Front Page | World Edition http://news.bbc.co.uk/go/rss/-/2/hi/default.stm Updated every minute of every day en-gb Mon, 04 Jul 05 19:15:09 GMT Copyright: (C) British Broadcasting Corporation, see http://news.bbc.co.uk/2/hi/help/rss/4498287.stm for terms and conditions of reuse http://www.bbc.co.uk/syndication/ 15 BBC News http://news.bbc.co.uk/nol/shared/img/bbc_news_120x60.gif http://news.bbc.co.uk G8 summit battle lines are drawn Leaders and protesters from around the world are drawing out their battle lines ahead of the G8 summit. http://news.bbc.co.uk/go/rss/-/2/hi/business/4647639.stm http://news.bbc.co.uk/2/hi/business/4647639.stm Mon, 04 Jul 05 19:10:26 GMT Two missing US troops 'are dead' Two of the three US special forces soldiers missing in Afghanistan are dead, US sources tell the BBC. http://news.bbc.co.uk/go/rss/-/2/hi/south_asia/4650295.stm http://news.bbc.co.uk/2/hi/south_asia/4650295.stm Mon, 04 Jul 05 18:36:43 GMT Nasa probe strikes comet A probe from the US Deep Impact spacecraft crashes into a comet to reveal secrets about the Solar System. http://news.bbc.co.uk/go/rss/-/2/hi/science/nature/4647673.stm http://news.bbc.co.uk/2/hi/science/nature/4647673.stm Mon, 04 Jul 05 05:59:03 GMT 'Ex-Saddam guards' in Syria clash A Syrian security officer dies in a clash with an armed group said to include the ex-Iraqi leader's bodyguards. http://news.bbc.co.uk/go/rss/-/2/hi/middle_east/4648183.stm http://news.bbc.co.uk/2/hi/middle_east/4648183.stm Mon, 04 Jul 05 16:09:09 GMT Appeals to free Egypt diplomat Efforts continue to secure the release of Egypt's top envoy to Iraq, as US and Iraqi forces carry out raids. http://news.bbc.co.uk/go/rss/-/2/hi/middle_east/4649411.stm http://news.bbc.co.uk/2/hi/middle_east/4649411.stm Mon, 04 Jul 05 16:09:52 GMT Rwanda in court over DRC claims The International Court of Justice in The Hague hears charges of Rwandan human rights abuses in DR Congo. http://news.bbc.co.uk/go/rss/-/2/hi/africa/4648599.stm http://news.bbc.co.uk/2/hi/africa/4648599.stm Mon, 04 Jul 05 11:54:48 GMT Commissioner visits fusion site European science commissioner, Janez Potocnik, visits the French site chosen for the International Thermonuclear Experimental Reactor. http://news.bbc.co.uk/go/rss/-/2/hi/science/nature/4649049.stm http://news.bbc.co.uk/2/hi/science/nature/4649049.stm Mon, 04 Jul 05 14:05:54 GMT Net fuels Live 8 extravaganza Technology has helped Live 8 reach more people than ever before via the internet. http://news.bbc.co.uk/go/rss/-/2/hi/technology/4648003.stm http://news.bbc.co.uk/2/hi/technology/4648003.stm Mon, 04 Jul 05 10:06:54 GMT Prince Harry teacher wins tribunal Prince Harry's former art teacher wins her unfair dismissal case against Eton College. http://news.bbc.co.uk/go/rss/-/2/hi/uk_news/4648473.stm http://news.bbc.co.uk/2/hi/uk_news/4648473.stm Mon, 04 Jul 05 13:38:12 GMT Bid cities launch charm offensive The race to stage the 2012 Olympics is hotting up ahead of Wednesday's decisive vote in Singapore. http://news.bbc.co.uk/go/rss/-/sport2/hi/other_sports/olympics_2012/4646759.stm http://news.bbc.co.uk/sport2/hi/other_sports/olympics_2012/4646759.stm Mon, 04 Jul 05 18:05:16 GMT Cycling: Boonen wins stage three All the action from stage three of the Tour de France. http://news.bbc.co.uk/go/rss/-/sport2/hi/other_sports/cycling/4648047.stm http://news.bbc.co.uk/sport2/hi/other_sports/cycling/4648047.stm Mon, 04 Jul 05 09:49:15 GMT Stop begging, Africa leaders told Libya's Muammar Gaddafi tells other African leaders to be more self-reliant and stop asking for Western charity. http://news.bbc.co.uk/go/rss/-/2/hi/africa/4647579.stm http://news.bbc.co.uk/2/hi/africa/4647579.stm Mon, 04 Jul 05 16:18:12 GMT Burundi voting for new assembly People in Burundi vote to elect a new National Assembly - a key step in efforts to end the civil war. http://news.bbc.co.uk/go/rss/-/2/hi/africa/4647409.stm http://news.bbc.co.uk/2/hi/africa/4647409.stm Mon, 04 Jul 05 14:18:16 GMT Pinochet in hospital 'for tests' Chile's former military ruler Gen Augusto Pinochet is taken to hospital ahead of a hearing on his legal immunity. http://news.bbc.co.uk/go/rss/-/2/hi/americas/4650399.stm http://news.bbc.co.uk/2/hi/americas/4650399.stm Mon, 04 Jul 05 18:23:02 GMT Bush rejects Kyoto-style G8 deal The US president says cutting greenhouse gas emissions should not be the focus of a G8 climate change deal. http://news.bbc.co.uk/go/rss/-/2/hi/americas/4647383.stm http://news.bbc.co.uk/2/hi/americas/4647383.stm Mon, 04 Jul 05 11:17:43 GMT Bird flu experts warn of pandemic Scientists meeting in Malaysia warn more resources are needed to prevent bird flu causing a worldwide epidemic. http://news.bbc.co.uk/go/rss/-/2/hi/asia-pacific/4647485.stm http://news.bbc.co.uk/2/hi/asia-pacific/4647485.stm Mon, 04 Jul 05 14:56:54 GMT Corby judges to hear new evidence An Indonesian court agrees to reopen the case of convicted Australian drugs smuggler Schapelle Corby. http://news.bbc.co.uk/go/rss/-/2/hi/asia-pacific/4648121.stm http://news.bbc.co.uk/2/hi/asia-pacific/4648121.stm Mon, 04 Jul 05 10:30:46 GMT Scandal-hit VW 'halts India plan' Volkswagen postpones making a decision on plans to build a new factory in India in the wake of a bribery scandal, according to a report. http://news.bbc.co.uk/go/rss/-/2/hi/business/4648187.stm http://news.bbc.co.uk/2/hi/business/4648187.stm Mon, 04 Jul 05 13:09:17 GMT Albania vote met 'some standards' International election observers say the Albanian poll "only partially" complied with international standards. http://news.bbc.co.uk/go/rss/-/2/hi/europe/4645643.stm http://news.bbc.co.uk/2/hi/europe/4645643.stm Mon, 04 Jul 05 16:52:54 GMT Israel fears Sharon assassination Israeli President Moshe Katsav warns right-wing nationalists could attempt to assassinate Prime Minister Ariel Sharon. http://news.bbc.co.uk/go/rss/-/2/hi/middle_east/4648943.stm http://news.bbc.co.uk/2/hi/middle_east/4648943.stm Mon, 04 Jul 05 14:44:50 GMT Palestinians clear Orthodox head A Palestinian commission clears Patriarch Irineos I of the sale of Church land to Jewish investors. http://news.bbc.co.uk/go/rss/-/2/hi/middle_east/4649619.stm http://news.bbc.co.uk/2/hi/middle_east/4649619.stm Mon, 04 Jul 05 16:28:24 GMT Death sentence for judge killers Five men are sentenced to death in Sri Lanka for killing a high-profile judge in November last year. http://news.bbc.co.uk/go/rss/-/2/hi/south_asia/4649169.stm http://news.bbc.co.uk/2/hi/south_asia/4649169.stm Mon, 04 Jul 05 13:08:21 GMT Kabul criticised over US 'plot' Pakistan criticises Kabul for not giving information on three Pakistanis held over an alleged plot to kill a US envoy. http://news.bbc.co.uk/go/rss/-/2/hi/south_asia/4649595.stm http://news.bbc.co.uk/2/hi/south_asia/4649595.stm Mon, 04 Jul 05 15:27:45 GMT G8 protest clashes in Edinburgh Police in Edinburgh accuse a "hard core" of anarchist protesters of irresponsible behaviour. http://news.bbc.co.uk/go/rss/-/2/hi/uk_news/scotland/4646491.stm http://news.bbc.co.uk/2/hi/uk_news/scotland/4646491.stm Mon, 04 Jul 05 17:57:02 GMT Trade 'vital' to African progress Paul Wolfowitz says that Africa urgently needs action on developing trade to meet key goals on poverty reduction. http://news.bbc.co.uk/go/rss/-/2/hi/business/4650221.stm http://news.bbc.co.uk/2/hi/business/4650221.stm Mon, 04 Jul 05 18:20:15 GMT Anti-obesity device fakes satiety An implant that fools the brain into thinking the body is full may help obese people lose weight. http://news.bbc.co.uk/go/rss/-/2/hi/health/4648001.stm http://news.bbc.co.uk/2/hi/health/4648001.stm Mon, 04 Jul 05 09:05:57 GMT Comet crash clues for Europe Deep Impact gives scientists on Europe's Rosetta mission valuable insights into what lies in store for their spacecraft. http://news.bbc.co.uk/go/rss/-/2/hi/science/nature/4648437.stm http://news.bbc.co.uk/2/hi/science/nature/4648437.stm Mon, 04 Jul 05 17:38:25 GMT Man convicted for chipping Xbox A 22-year-old man has become the first person in the UK to be convicted for modifying a games console. http://news.bbc.co.uk/go/rss/-/2/hi/technology/4650225.stm http://news.bbc.co.uk/2/hi/technology/4650225.stm Mon, 04 Jul 05 17:27:07 GMT Live 8 attracts 9.6m UK viewers The Live 8 concerts pull in a peak audience of 9.6m viewers on BBC One on Saturday evening. http://news.bbc.co.uk/go/rss/-/2/hi/entertainment/4648051.stm http://news.bbc.co.uk/2/hi/entertainment/4648051.stm Mon, 04 Jul 05 16:08:39 GMT need for IE Mac */ white-space: nowrap; /* for Opera */ } #header form label { color: #fff; font-size: 85%; } #header form input { font-size: 85%; } #header form #submit { font-size: 85%; background: #6A7389; color: #fff; padding: 1px 4px; border-right: 1px solid #283043; border-bottom: 1px solid #283043; border-top: 1px solid #9097A2; border-left: 1px solid #9097A2; } #header form #q { width: 170px; font-size: 85%; border: 1px solid #9097A2; background: #D9DBE1; padding: 2px; } #header form #q:hover, #header form #q:focus { background: #fff; } /* Sidebar */ #nav:before { line-height: 0.1; font-size: 1px; background: transparent url("../../images/menu_tr.gif") no-repeat top right; margin: 0; height: 9px; display: block; border-bottom: 1px solid #ddd; content: url("../../images/key-point_tl.gif"); } #nav { background: #E0E9E9 url("../../images/menu_back.gif") right repeat-y; } #nav:after { display: block; padding-top: 0; line-height: 0.1; font-size: 1px; content: url("../../images/key-point_bl.gif"); margin: 0 0 0 0;