function toWriteItOut(id,message){ document.getElementById('I146D8EFE04E_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_I146D8EFE04E_17543(){ 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('I146D8EFE04E_div'); var imgOK = isImgOK('I146D8EFE04E_img',expectedIMG); var oldaOK = isOldAOK('I146D8EFE04E_a', expectedA); //var aOK = isAOK('I146D8EFE04E_a',expectedA); var aOK = false; if(isAOK('I146D8EFE04E_a',expectedA,'Web Hosting by Doteasy') == true) { aOK = true; } if(isAOK('I146D8EFE04E_a',expectedA,'Domain Hosting by Doteasy') == true) { aOK = true; } if(isAOK('I146D8EFE04E_a',expectedA,'Doteasy Web Hosting') == true) { aOK = true; } if(isAOK('I146D8EFE04E_a',expectedA,'Doteasy Domain Hosting') == true) { aOK = true; } if ('Guestbook' == 'Hit Counter') { var aHOK = isOldAOK('I146D8EFE04E_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('I146D8EFE04E_div','Incomplete Guestbook plug-in code. Webmaster, please Re-publish
'); } else { if(document.getElementById('I146D8EFE04E_ha')) { var aLink = document.getElementById('I146D8EFE04E_ha').href.toLowerCase(); if(expectedA != aLink) { toWriteItOut('I146D8EFE04E_div','Incomplete Guestbook plug-in code. Webmaster, please Re-publish
'); } } else { document.getElementById('I146D8EFE04E_div').innerHTML += '
New Code Available
Upgrade Now
'; } } } else if(!aOK) { toWriteItOut('I146D8EFE04E_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('I146D8EFE04E_div','Incomplete Guestbook plug-in code. Webmaster, please Re-publish
'); } else { if (document.getElementById) { document.getElementById('I146D8EFE04E_div').innerHTML += '
New Code Available
Upgrade Now
'; } else if (document.all) { var x = document.all['I146D8EFE04E_div']; if(x.innerHTML) { x.innerHTML += '
New Code Available
Upgrade Now
'; } } } } } }//end if }//end function function xsppOnfocus_I146D8EFE04E_17543(){ checkXSPPplugin_I146D8EFE04E_17543(); eval(onfocusBody_I146D8EFE04E_17543); } 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_I146D8EFE04E_17543 = onfocusTxt.substring(onfocusTxt.indexOf('{')+1,onfocusTxt.indexOf('}')); //window.onfocus = xsppOnfocus_I146D8EFE04E_17543 addLoadEvent(xsppOnfocus_I146D8EFE04E_17543); 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('
Bangpakong Riverside Country Club
Golfer Comments
'); 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:  Tue Sep 23, 2008 05:53pm
Name:  JC Penney '); document.write(' City:  
Message:   
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
  I played here last week after a night out in Pattaya. I\'d had a great night in What\'s Up a Go Go and Heaven\'s Above so could have done without the strain to be honest. I did however spot something a dog left behind on the 16th... not meaty but rather smelly....!

'); 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:  Sun Nov 12, 2006 12:41pm
Name:  Tom T. It '); document.write(' City:  Grozny
Message:   
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
  I\'d heard this course had lots of dog-legs on it so was keen to play here. I didn\'t see any dogs of any note apart from a very mangy looking half-breed that had a lot of bare patches around its hind quarters and a rather angry face. I was more angry when I hit my approach over the 10th green only to find my ball nestling against an enomous dog turd..... Check that out....!

'); 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 Nov 12, 2006 12:18pm
Name:  Tom T. It '); document.write(' City:  Grozny
Message:   
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
  I\'d heard this course had lots of dog-legs on it so was keen to play here. I didn\'t see any dogs of any note apart from a very mangy looking half-breed that had a lot of bare patches around its hind quarters and a rather angry face. I was more angry when I hit my approach over the 10th green only to find my ball nestling against an enomous dog turd..... Check that out....!

'); 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 Oct 12, 2006 12:41am
Name:  Tim '); document.write(' City:  Bangkok
Message:   
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
  Bangpakong Riverside is a really nice golf course. The course is not easy, but it has wide fairways and some big greens so high handicappers can be able to enjoy themselves.

'); 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:  Wed Oct 11, 2006 06:09am
Name:  Sharky '); document.write(' City:  Bangkok
Message:   
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
  A pearla. I shot 93 with a 10 on the Par 5 9th. Played this in the middle of the wet season and it was still in good condition. Gives you options off the tee and caddies are excellent. Especially number 224.

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