 // setup variables
src_server = 'http://2009.wimbledon.org';
href_server = 'http://2009.wimbledon.org';
document.writeln('<html lang="en">');
document.writeln('<head>');
document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />');
document.writeln('<div id="headerTagsContainer"></div>');
//if (self.parent.frames.length != 0) {self.parent.location=document.location; }
// replace links with customized links
function replaceNav() {
if (document.getElementById("leftNavLinksList")) {
//alert(document.getElementById("leftNavLinksList").innerHTML);
document.getElementById("leftNavLinksContainer").innerHTML = document.getElementById("leftNavLinksList").innerHTML;
}
if (document.getElementById("rightNavLinksList")) {
//alert(self.parent.document.getElementById("rightNavLinksList").innerHTML);
document.getElementById("rightNavLinksContainer").innerHTML = document.getElementById("rightNavLinksList").innerHTML;
}
if (document.getElementById("headerTags")) {
//alert(self.parent.document.getElementById("rightNavLinksList").innerHTML);
document.getElementById("headerTagsContainer").innerHTML = document.getElementById("headerTags").innerHTML;
}
}
//JS Includes
document.writeln('<scr'+'ipt type="text/javascript" language="JavaScript" src="'+src_server+'/wim/js/cookies.js"></script>');
document.writeln('<scr'+'ipt type="text/javascript" language="JavaScript" src="'+src_server+'/wim/js/global.js"></script>');
document.writeln('<scr'+'ipt type="text/javascript" language="JavaScript" src="'+src_server+'/wim/js/jquery.js"></script>');
document.writeln('<scr'+'ipt type="text/javascript" language="JavaScript" src="'+src_server+'/wim/js/jquery-ui.js"></script>');
document.writeln('<scr'+'ipt type="text/javascript" language="JavaScript" src="'+src_server+'/wim/js/wimbledon.js"></script>');
document.writeln('<scr'+'ipt type="text/javascript" language="JavaScript" src="'+src_server+'/wim/js/flashdetect.js"></script>');
document.writeln('<scr'+'ipt type="text/javascript" language="JavaScript" src="'+src_server+'/wim/js/mediaContentServer.js"></script>');
document.writeln('<scr'+'ipt type="text/javascript" language="JavaScript" src="'+src_server+'/wim/js/swfobject.js"></script>');
document.writeln('<scr'+'ipt type="text/javascript" language="JavaScript" src="'+src_server+'/en_GB/includes/gen/scorechange/wrapperScores.js"></script>');
//CSS Includes
document.writeln('<link href="'+src_server+'/wim/css/global.css" rel="stylesheet" type="text/css"/>');
document.writeln('<link href="'+src_server+'/wim/css/wimbledon.css" rel="stylesheet" type="text/css"/>');
document.writeln('<style>');
document.writeln('#maincontent img {display: inline;}');
document.writeln('</style>');
function reanimate_shared(){
document.getElementById("ibm_ban").src = src_server+"/images/nav/ibmRibbon.gif";
}
//Image Maps
document.writeln('<map name="home_map">');
document.writeln('<area alt="The Championships - Wimbledon" shape="poly" coords="123,42,107,21,91,9,67,4,44,8,26,20,14,35,9,52,11,70,18,89,25,95,108,95,119,80,123,58,58,123,42" href="'+href_server+'/en_GB/index.html"/>');
document.writeln('</map>');
document.writeln('<map name="home_map2">');
document.writeln('<area alt="The Championships - Wimbledon" shape="poly" coords="26,0,39,12,60,17,76,17,93,12,108,0,26,0" href="'+href_server+'/en_GB/index.html"/>');
document.writeln('</map>');
document.writeln('<map name="ebiz">');
document.writeln('<area alt="Stop Talking Innovation. Start Doing It. See What IBM Does for Wimbledon. Stop Talking, Start Doing." coords="0,0,225,35" href="'+href_server+'/ibm/index.html" onMouseOver="reanimate_shared();"/>');
document.writeln('</map>');
document.writeln('<map name="ebiz2">');
document.writeln('<area alt="Stop Talking Innovation. Start Doing It. See What IBM Does for Wimbledon. Stop Talking, Start Doing." coords="0,0,225,35" href="'+href_server+'/ibm/index.html" onMouseOver="reanimate_shared();"/>');
document.writeln('</map>');
document.writeln('<map name="scoreboard">');
document.writeln('<area alt="Live Scores" coords="4,0,188,39" href="javascript:launch()"/>');
document.writeln('</map>');
document.writeln('</head>');
document.writeln('<body onResize="resizeDetected();">');
document.writeln('<noindex>');
document.writeln('<div id="wimHeader">');
document.writeln(' ');
document.writeln(' <div id="headerImage"><img style="display:block;" src="'+src_server+'/images/nav/wim_nv_00000g1.gif" width="960" height="97" border="0" alt="The Championships - Wimbledon" usemap="#home_map"/></div>');
document.writeln(' <div id="headerImageBottom"><img style="display:block;" src="'+src_server+'/images/nav/wim_nv_00000g2.gif" width="134" height="20" border="0" alt="The Championships - Wimbledon" usemap="#home_map2"/></div>');
document.writeln(' ');
document.writeln(' <div id="headerNavigation">');
document.writeln(' <a name="topNav"></a>');
document.writeln(' <div class="access">');
document.writeln(' <h2>Start of Main Navigation Links</h2><br/>');
document.writeln(' <a href="#skipTopNav">Skip Main Navigation Links</a>');
document.writeln(' </div>');
document.writeln(' <div id="nav">');
document.writeln(' <ul>');
document.writeln(' <li><a href="'+href_server+'/en_GB/index.html">Home</a></li><li class="divider">|</li>');
document.writeln(' <li><a href="'+href_server+'/en_GB/scores/index.html">Scores</a></li><li class="divider">|</li>');
document.writeln(' <li><a href="'+href_server+'/en_GB/scores/draws/ms/index.html">Draws</a></li><li class="divider">|</li>');
document.writeln(' <li><a href="'+href_server+'/en_GB/players/index.html">Players</a></li><li class="divider">|</li>');
document.writeln(' <li><a href="'+href_server+'/en_GB/news/index.html">News &amp; Photos</a></li><li class="divider">|</li>');
document.writeln(' <li><a href="'+href_server+'/en_GB/interactive/radio/index.html">Radio</a></li><li class="divider">|</li>');
document.writeln(' <li><a href="'+href_server+'/en_GB/interactive/video/index.html">Video</a></li><li class="divider">|</li>');
document.writeln(' <li><a href="'+href_server+'/en_GB/fanzone/index.html">FanZone</a></li><li class="divider">|</li>');
document.writeln(' <li><a href="http://aeltc2009.wimbledon.org/en_GB/about/index.html">About Wimbledon</a></li><li class="divider">|</li>');
document.writeln(' <li><a href="http://aeltc2009.wimbledon.org/en_GB/about/tickets/index.html">Spectators &amp; Tickets</a></li><li class="divider">|</li>');
document.writeln(' <li><a href="javascript:openExternal(\'http://shop.wimbledon.org/stores/wimbledon/default.aspx?portal=CRCDQRLH&promo=PrimaryNav\',true)">Shop</a></li>');
document.writeln(' </ul>');
document.writeln(' </div>');
document.writeln(' <a name="skipTopNav"></a>');
document.writeln(' </div>');
//document.writeln(' ');
//document.writeln(' <div id="headerRibbon"><img style="display:block;" src="'+src_server+'/images/nav/ibmRibbon.gif" id="ibm_ban" name="ibm_ban" width="225" height="35" border="0" alt="Stop Talking Innovation. Start Doing It. See What IBM Does for Wimbledon. Stop Talking, Start Doing." usemap="#ebiz"/></div>');
//document.writeln(' <div id="headerLearn"><a href="javascript:launchLanding();" class="learn">> Learn More</a></div>');
document.writeln('</div>');
document.writeln('');
document.writeln('<div id="headerRibbonContainer">');
document.writeln(' 	<img style="display:block;" src="' + src_server + '/images/nav/ibmRibbon.gif" id="ibm_ban" name="ibm_ban" width="225" height="35" border="0" alt="Stop Talking Innovation. Start Doing It. See What IBM Does for Wimbledon. Stop Talking, Start Doing." usemap="#ebiz"/>');
document.writeln(' 	<div id="headerLearn"><a href="javascript:launchLanding();" class="learn">> Learn More</a></div>');
document.writeln('</div>');
document.writeln('</noindex>');
document.writeln('<div id="docBody">');
//LEFT PANEL
document.writeln(' <div id="docLeftPanel">');
document.writeln(' <noindex>');
document.writeln(' <table cellpadding="0" cellspacing="0" border="0">');
document.writeln(' ');
document.writeln(' <tr><td height="12"><img style="display:block;" src="'+src_server+'/images/misc/wim_ms_00000g6.gif" width="134" height="14" border="0" alt=""/></td></tr>');
document.writeln(' <tr><td height="24" background="'+src_server+'/images/nav/w0000nl2.gif" class="stextW" valign="top" align="center"><b>22 June - 5 July</b></td></tr>');
document.writeln(' <tr><td><img style="display:block;" src="'+src_server+'/images/nav/w0000nl3.gif" width="134" height="10" border="0" alt=""/></td></tr>');
document.writeln(' ');
document.writeln(' <tr><td id="leftNavLinksContainer"></td></tr>');
document.writeln(' ');
document.writeln(' <tr><td><img src="'+src_server+'/images/nav/w0000nl6.gif" width="134" height="10" border="0" alt=""/></td></tr>');
document.writeln(' <tr>');
document.writeln(' <td style="width:134px; width:120px !important; height:275px; padding:0px 9px 0px 5px; margin:0px; background:url('+src_server+'/images/misc/wim_ms_00000t5.gif) no-repeat top;">');
var pageURL = document.location.href;
if(pageURL.indexOf("/tickets/") != -1){
document.writeln(' <iframe id="wrapperShopAd" src="'+src_server+'/en_GB/includes/leftnav/wrapperTicketsShop.ssi" width="120" height="240" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>');
} else if(pageURL.indexOf("/families/") != -1){
document.writeln(' <iframe id="wrapperShopAd" src="'+src_server+'/en_GB/includes/leftnav/wrapperFamilyShop.ssi" width="120" height="240" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>');
} else if(pageURL.indexOf("/fanzone/") != -1){
document.writeln(' <iframe id="wrapperShopAd" src="'+src_server+'/en_GB/includes/leftnav/wrapperFanzone.ssi" width="120" height="240" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>');
} else {
document.writeln(' <iframe id="wrapperShopAd" src="'+src_server+'/en_GB/includes/leftnav/wrapperShop.ssi" width="120" height="240" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe>');
}
document.writeln(' </td>');
document.writeln(' </tr>');
document.writeln(' ');
document.writeln(' <tr><td height="10"></td></tr>');
document.writeln(' <tr>');
document.writeln(' <td align="center" valign="middle">');
document.writeln(' <b>Font Size:</b> <a href="javascript:getSmall();"><img style="display:inline;" src="'+src_server+'/images/misc/wm_ms_0000g2.gif" width="14" height="14" border="0" alt="Decrease Font Size" hspace="1" align="absmiddle"/></a>');
document.writeln(' <a href="javascript:getBig();"><img style="display:inline;" src="'+src_server+'/images/misc/wm_ms_0000g1.gif" width="14" height="14" border="0" alt="Increase Font Size" hspace="1" align="absmiddle"/></a>');
document.writeln(' <a href="javascript:getNormal();"><img style="display:inline;" src="'+src_server+'/images/misc/wm_ms_0000g3.gif" width="14" height="14" border="0" alt="Reset Font Size" hspace="1" align="absmiddle"/></a>');
document.writeln(' </td>');
document.writeln(' </tr>');
document.writeln(' </table>');
document.writeln(' </noindex>');
document.writeln(' </div>');
//END LEFT PANEL
//BEGIN CONTENT AREA