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

BeliggenhetKamptypeStarter denAvslutter den
Shell Houston Open 03 april. 201406 april. 2014
Masters Tournament 10 april. 201413 april. 2014
Maybank Malaysian Open 17 april. 201420 april. 2014
RBC Heritage 17 april. 201420 april. 2014
Volvo China Open 24 april. 201427 april. 2014
Zurich Classis of New Orleans 24 april. 201427 april. 2014
Wells Fargo Championship 01 mai. 201404 mai. 2014
The Players Championship 08 mai. 201411 mai. 2014
HP Byron Nelson Championship 15 mai. 201418 mai. 2014
BMW PGA Championship 22 mai. 201425 mai. 2014
Crowne Plaza Invitational at Colonial 22 mai. 201425 mai. 2014
The Memorial Tournament p/b Nationwide Insurance 29 mai. 201401 juni. 2014
FedEx St. Jude Classic 05 juni. 201408 juni. 2014
US Open Championship 12 juni. 201415 juni. 2014
The Irish Open 19 juni. 201422 juni. 2014
Travelers Championship 19 juni. 201422 juni. 2014
BMW International Open 26 juni. 201429 juni. 2014
Quicken Loans National 26 juni. 201429 juni. 2014
Alstom Open de France 03 juli. 201406 juli. 2014
The Greenbrier Classic 03 juli. 201406 juli. 2014
Aberdeen Asset Management Scottish Open 10 juli. 201413 juli. 2014
The Open Championship 17 juli. 201420 juli. 2014
RBC Canadian Open 24 juli. 201427 juli. 2014
WGC - Bridgestone Ivitational 31 juli. 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; }