function toWriteItOut(id,message){ document.getElementById('RA2394625995_div').style.backgroundImage = ''; var outMsg = '
'+message+'
'; if (document.getElementById){ document.getElementById(id).innerHTML = outMsg; }else if (document.all){ var x = document.all[id]; if(x.innerHTML){ x.innerHTML = ''; x.innerHTML = outMsg; } } /* else if (document.layers){ var x = document.layers[id]; if(x) alert('div true'); var outText = '

incorrect src

'; x.document.open(); x.document.write(outText); x.document.close(); } */ }//end function function isDivOK(id){ if (document.getElementById){ if(document.getElementById(id)) return true; else return false; } else if (document.all){ if(document.all[id]) return true; else return false; } /* else if (document.layers){ if(document.layers[id]) return true; else return false; } */ return true; } function isImgOK(id,url){ if (document.getElementById){ if(document.getElementById(id)){ var imgLink = document.getElementById(id).src.toLowerCase(); if( imgLink.indexOf(url)!=-1) return true; else return false; }else return false; } else if (document.all){ if(document.all[id]){ var imgLink = document.all[id].src.toLowerCase(); if( imgLink.indexOf(url)!=-1) return true; else return false; }else return false; } else if (document.layers){ if(document.images[id]){ var imgLink = document.images[id].src; imgLink = imgLink.toLowerCase(); if( imgLink.indexOf(url)!=-1) return true; else return false; }else return false; } return true; } function isAOK(id,url,hyperlink) { if (document.getElementById) { if(document.getElementById(id)) { var aLink = document.getElementById(id); if( url.indexOf(aLink)!=-1 || aLink.href.toLowerCase().indexOf(url)!=-1 ) { var strLink = aLink.innerHTML; strLink = strLink.replace(/<.*?>/g, ""); if(strLink == hyperlink) { return true; } else { return false; } } else { return false; } }else return false; } else if (document.all) { var aLink = document.all[id]; if( url.indexOf(aLink)!=-1 || aLink.href.toLowerCase().indexOf(url)!=-1 ) { var strLink = aLink.innerHTML; strLink = strLink.replace(/<.*?>/, ''); if(strLink == hyperlink) { return true; } else { return false; } } else { return false; } } else if (document.layers){ if(document.anchors[id]) { var strLink = aLink.innerHTML; strLink = strLink.replace(/<.*?>/, ''); if(strLink == hyperlink) { return true; } else { return false; } } else { return false; } } return true; } function isOldAOK(id,url){ if (document.getElementById) { if(document.getElementById(id)) { var aLink = document.getElementById(id).href.toLowerCase(); if( url.indexOf(aLink)!=-1 || aLink.indexOf(url)!=-1 ) { return true; } else { return false; } }else return false; } else if (document.all){ var aLink = document.all[id].href.toLowerCase(); if( url.indexOf(aLink)!=-1 || aLink.indexOf(url)!=-1 ) return true; else return false; } else if (document.layers){ if(document.anchors[id]) return true; else return false; } //return true; } function checkXSPPplugin_RA2394625995_2176(){ xsppcount++; //if(xsppcount == 1) { var showErr = false; var Alink = '//www.doteasy.com'; var expectedA = Alink.toLowerCase(); var ImgLink = 'xspp.com/logo.php?xsppRSlogo=VDAIENKJEO'; var expectedIMG = ImgLink.toLowerCase(); var divOK = isDivOK('RA2394625995_div'); var imgOK = isImgOK('RA2394625995_img',expectedIMG); var oldaOK = isOldAOK('RA2394625995_a', expectedA); //var aOK = isAOK('RA2394625995_a',expectedA); var aOK = false; if(isAOK('RA2394625995_a',expectedA,'Web Hosting by Doteasy') == true) { aOK = true; } if(isAOK('RA2394625995_a',expectedA,'Domain Hosting by Doteasy') == true) { aOK = true; } if(isAOK('RA2394625995_a',expectedA,'Doteasy Web Hosting') == true) { aOK = true; } if(isAOK('RA2394625995_a',expectedA,'Doteasy Domain Hosting') == true) { aOK = true; } if ('Guestbook' == 'Hit Counter') { var aHOK = isOldAOK('RA2394625995_ha',expectedA); if(!divOK) { alert('It is detected that the Guestbook plug-in code\nis not completely pasted. Webmaster, please\ncopy-and-paste the complete Guestbook code at\nhttps://member.doteasy.com'); } else if(!aHOK) //check if new logo exist { if(!imgOK || !oldaOK) //check if old logo exist { toWriteItOut('RA2394625995_div','Incomplete Guestbook plug-in code. Webmaster, please Re-publish
'); } else { if(document.getElementById('RA2394625995_ha')) { var aLink = document.getElementById('RA2394625995_ha').href.toLowerCase(); if(expectedA != aLink) { toWriteItOut('RA2394625995_div','Incomplete Guestbook plug-in code. Webmaster, please Re-publish
'); } } else { document.getElementById('RA2394625995_div').innerHTML += '
New Code Available
Upgrade Now
'; } } } else if(!aOK) { toWriteItOut('RA2394625995_div','Incomplete Guestbook plug-in code. Webmaster, please Re-publish
'); } } else //if other web tools { if(!divOK) { alert('It is detected that the Guestbook plug-in code\nis not completely pasted. Webmaster, please\ncopy-and-paste the complete Guestbook code at\nhttps://member.doteasy.com'); } else if(!aOK) //check if new logo exist { if(!imgOK || !oldaOK) //check if old logo exist { toWriteItOut('RA2394625995_div','Incomplete Guestbook plug-in code. Webmaster, please Re-publish
'); } else { if (document.getElementById) { document.getElementById('RA2394625995_div').innerHTML += '
New Code Available
Upgrade Now
'; } else if (document.all) { var x = document.all['RA2394625995_div']; if(x.innerHTML) { x.innerHTML += '
New Code Available
Upgrade Now
'; } } } } } }//end if }//end function function xsppOnfocus_RA2394625995_2176(){ checkXSPPplugin_RA2394625995_2176(); eval(onfocusBody_RA2394625995_2176); } function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); } } } var xsppcount = 0; onfocusTxt = window.onfocus + ''; onfocusBody_RA2394625995_2176 = onfocusTxt.substring(onfocusTxt.indexOf('{')+1,onfocusTxt.indexOf('}')); //window.onfocus = xsppOnfocus_RA2394625995_2176 addLoadEvent(xsppOnfocus_RA2394625995_2176); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
  '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
Golfer Reviews of Bangsai Country Club
Post a review yourself by clicking on the Sign Guestbook link
'); document.write('
  
  '); document.write('  '); document.write('
 Page 1 | Sign Guestbook
'); document.write('
  
  
  
  '); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
Entry:  5Time:  Wed Sep 24, 2008 01:05am
Name:  Jack Strainer '); document.write(' Handicap:  
Comment:   
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
  I hit some great shots here but in general was happy with my 137 as I try a bit too hard to be good but have got nothing. The grass was green and the trees had leaves even after all the rain. However, the dog turds in the bunker around the 17th sort of ruined it for me. They were enormous...!

'); document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write(''); document.write('
'); document.write('
'); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
Entry:  4Time:  Fri Nov 10, 2006 10:26am
Name:  Thomas Stinker '); document.write(' Handicap:  2
Comment:   
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
  I played at Bangsai with a friend who is an idiot. He told me he was cool about playing there but proceeded to moan all the way around about the Koreans and their 6somes. I like Koreans and 6somes. I also saw a massive dog turd on the 6th tee. Have a look for yourself if you go.

'); document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write(''); document.write('
'); document.write('
'); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
Entry:  3Time:  Sun Sep 24, 2006 04:48pm
Name:  William Hurst '); document.write(' Handicap:  6
Comment:   
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
  This is one of the best designs in Bangkok. Places are a bit patchy, but for 450 it cant be beaten.

'); document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write(''); document.write('
'); document.write('
'); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
Entry:  2Time:  Thu Aug 10, 2006 10:32am
Name:  Adolf '); document.write(' Handicap:  17
Comment:   
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
  I played here last week - the comments at thaigolfer.com are exaggerated, played in 3 hours with 2 people, no koreans. its a bit far but we got a taxi and it only took 55 minutes from sukhumvit. The taxia wont come to pick you up, but the course has shuttle to tke you to where taxi\'s are - no charge. This course is one of the better designs in bangkok and although the course conditions arent fantastic, its still good value

'); document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write(''); document.write('
'); document.write('
'); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write(''); document.write(''); document.write('
'); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
Entry:  1Time:  Sat Jul 29, 2006 02:46pm
Name:  Golf Girl '); document.write(' Handicap:  27
Comment:   
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
  the green fee tends to attract some cheaper golfers, but its got a lot of undulating holes and is quite hilly for courses in bangkok. I like to play bangsai country club every month with my golf girl

'); document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write(''); document.write('
'); document.write('
  
  '); document.write('  '); document.write('
 Page 1 | Sign Guestbook
'); document.write('
  
');