2007 Davis Cup World Group Play-offs
The World Group Play-offs were the main play-offs of 2007 Davis Cup. Winners advanced to the World Group, and loser were relegated in the Zonal Regions I.
Teams
Bold indicates team has qualified for the 2008 Davis Cup World Group.
|
|
Results
Seeded teams
|
Unseeded teams
|
Home team | Score | Visiting team | Location | Venue | Door | Surface |
---|---|---|---|---|---|---|
4–1 | Belgrade | Beogradska Arena | Indoor | Clay | ||
4–1 | Innsbruck | Olympiaworld Innsbruck | Indoor | Carpet | ||
4–1 | Lima | Rinconada Country Club | Outdoor | Clay | ||
3–2 | Ramat HaSharon | Canada Stadium | Outdoor | Hard | ||
4–1 | Wimbledon, London | All England Lawn Tennis Club | Outdoor | Grass | ||
3–2 | Prague | Sazka Arena | Indoor | Hard | ||
2–3 | Osaka | Namihaya Dome | Indoor | Carpet | ||
2–3 | Bratislava | Sibamac Arena | Indoor | Clay |
Austria, Czech Republic, and Romania will remain in the World Group in 2008. Great Britain, Israel, Peru, Serbia and South Korea are promoted to the World Group in 2008. Brazil, Japan and Slovakia will remain in Zonal Group I in 2008. Australia, Belarus, Chile, Croatia and Switzerland are relegated to Zonal Group I in 2008.
Playoff results
Serbia vs. Australia
Serbia 4 |
Beogradska Arena, Belgrade, Serbia[1] 21–23 September 2007 Clay (i) |
Australia 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Austria vs. Brazil
Austria 4 |
Olympiaworld Innsbruck, Innsbruck, Austria[2] 21–23 September 2007 Carpet (i) |
Brazil 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Peru vs. Belarus
Peru 4 |
Rinconada Country Club, Lima, Peru[3] 21–23 September 2007 Clay |
Belarus 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Israel vs. Chile
Israel 3 |
Canada Stadium, Ramat HaSharon, Israel[4] 20–23 September 2007 Hard |
Chile 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Great Britain vs. Croatia
Great Britain 4 |
No. 1 Court, Wimbledon, London, United Kingdom[5] 21–23 September 2007 Grass |
Croatia 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Czech Republic vs. Switzerland
Czech Republic 3 |
Sazka Arena, Prague, Czech Republic[6] 21–23 September 2007 Hard (i) |
Switzerland 2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Japan vs. Romania
Japan 2 |
Namihaya Dome, Osaka, Japan[7] 21–23 September 2007 Carpet (i) |
Romania 3 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Slovakia vs. South Korea
Slovakia 2 |
Sibamac Arena, Bratislava, Slovakia[8] 21–23 September 2007 Clay (i) |
South Korea 3 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
gollark: It simulates injuries to individual bodyparts.
gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
References
- "Serbia v Australia". daviscup.com.
- "Austria v Brazil". daviscup.com.
- "Peru v Belarus". daviscup.com.
- "Israel v Chile". daviscup.com.
- "Great Britain v Croatia". daviscup.com.
- "Czech Republic v Switzerland". daviscup.com.
- "Japan v Romania". daviscup.com.
- "Slovakia v South Korea". daviscup.com.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.