var documentRoot="overviews/calendar/"; $(document).ready(bijladen); function bijladen() { //document.getElementById("kalender").innerHTML="

LocalitàTipo di partitaInizia ilFinisce
Shell Houston Open 03 apr. 201406 apr. 2014
Masters Tournament 10 apr. 201413 apr. 2014
Maybank Malaysian Open 17 apr. 201420 apr. 2014
RBC Heritage 17 apr. 201420 apr. 2014
Volvo China Open 24 apr. 201427 apr. 2014
Zurich Classis of New Orleans 24 apr. 201427 apr. 2014
Wells Fargo Championship 01 mag. 201404 mag. 2014
The Players Championship 08 mag. 201411 mag. 2014
HP Byron Nelson Championship 15 mag. 201418 mag. 2014
BMW PGA Championship 22 mag. 201425 mag. 2014
Crowne Plaza Invitational at Colonial 22 mag. 201425 mag. 2014
The Memorial Tournament p/b Nationwide Insurance 29 mag. 201401 giu. 2014
FedEx St. Jude Classic 05 giu. 201408 giu. 2014
US Open Championship 12 giu. 201415 giu. 2014
The Irish Open 19 giu. 201422 giu. 2014
Travelers Championship 19 giu. 201422 giu. 2014
BMW International Open 26 giu. 201429 giu. 2014
Quicken Loans National 26 giu. 201429 giu. 2014
Alstom Open de France 03 lug. 201406 lug. 2014
The Greenbrier Classic 03 lug. 201406 lug. 2014
Aberdeen Asset Management Scottish Open 10 lug. 201413 lug. 2014
The Open Championship 17 lug. 201420 lug. 2014
RBC Canadian Open 24 lug. 201427 lug. 2014
WGC - Bridgestone Ivitational 31 lug. 201403 ago. 2014
PGA Championship 07 ago. 201410 ago. 2014
The Barclays 21 ago. 201424 ago. 2014
Deutsche Bank Championship 29 ago. 201401 set. 2014
Omega European Masters 04 set. 201407 set. 2014
BMW Championship 04 set. 201407 set. 2014
KLM Open 11 set. 201414 set. 2014
Tour Championship by Coca-Cola 11 set. 201414 set. 2014
ISPS Handa Wales Open 18 set. 201421 set. 2014
Alfred Dunhill Links Championship 02 ott. 201405 ott. 2014
Portugal Masters 09 ott. 201412 ott. 2014
Volvo World Match Play Championship 15 ott. 201419 ott. 2014
Perth International 23 ott. 201426 ott. 2014
BMW Masters 30 ott. 201402 nov. 2014
WGC - HSBC Champions 06 nov. 201409 nov. 2014
Turkish Airlines Open 13 nov. 201416 nov. 2014
DP World Tour Championship 20 nov. 201423 nov. 2014

"; } function toonDetails(id) { var parameters=new Array("id="+id); voegToeBuffer("getDistances", "getDistances.php", parameters); } function getDistances() { if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false; var programma=xmlHttp.responseText.split("~~~") document.getElementById("details").innerHTML=programma[0]+programma[1]; verwijderBuffer("getDistances"); } function toonBuffer() { } function geefFeedbackFunction(feedback, xmlHttp) { if (bufferToDo[0]['feedback']=="getDistances") xmlHttp.onreadystatechange=getDistances; }