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

MiestoTyp zápasuZačiatok vKončí v
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 máj. 201404 máj. 2014
The Players Championship 08 máj. 201411 máj. 2014
HP Byron Nelson Championship 15 máj. 201418 máj. 2014
BMW PGA Championship 22 máj. 201425 máj. 2014
Crowne Plaza Invitational at Colonial 22 máj. 201425 máj. 2014
The Memorial Tournament p/b Nationwide Insurance 29 máj. 201401 jún. 2014
FedEx St. Jude Classic 05 jún. 201408 jún. 2014
US Open Championship 12 jún. 201415 jún. 2014
The Irish Open 19 jún. 201422 jún. 2014
Travelers Championship 19 jún. 201422 jún. 2014
BMW International Open 26 jún. 201429 jún. 2014
Quicken Loans National 26 jún. 201429 jún. 2014
Alstom Open de France 03 júl. 201406 júl. 2014
The Greenbrier Classic 03 júl. 201406 júl. 2014
Aberdeen Asset Management Scottish Open 10 júl. 201413 júl. 2014
The Open Championship 17 júl. 201420 júl. 2014
RBC Canadian Open 24 júl. 201427 júl. 2014
WGC - Bridgestone Ivitational 31 júl. 201403 aug. 2014
PGA Championship 07 aug. 201410 aug. 2014
The Barclays 21 aug. 201424 aug. 2014
Deutsche Bank Championship 29 aug. 201401 sep. 2014
Omega European Masters 04 sep. 201407 sep. 2014
BMW Championship 04 sep. 201407 sep. 2014
KLM Open 11 sep. 201414 sep. 2014
Tour Championship by Coca-Cola 11 sep. 201414 sep. 2014
ISPS Handa Wales Open 18 sep. 201421 sep. 2014
Alfred Dunhill Links Championship 02 okt. 201405 okt. 2014
Portugal Masters 09 okt. 201412 okt. 2014
Volvo World Match Play Championship 15 okt. 201419 okt. 2014
Perth International 23 okt. 201426 okt. 2014
BMW Masters 30 okt. 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; }