function WriteTopJobsOnJS(){document.write("
");document.write(" ");document.write(" ");document.write(" ");document.write(" ");document.write(" "); document.write(" The Every Body Golf School"); document.write(" | ");document.write(" "); document.write(" Beau Chene Country Club"); document.write(" | ");document.write(" "); document.write(" Beau Chene Country Club"); document.write(" | ");document.write(" "); document.write(" Piedmont Driving Club"); document.write(" | ");document.write(" | ");document.write("
");document.write("
");}function PopupViewWindow( strURL, strWindow, nWidth, nHeight, strToolbar, strStatus, strLocation, strDirectories, strMenubar){ var strWindowVal = 'New'; var nWidthVal = new Number(1050); var nHeightVal = new Number(600); var strToolbarVal = 'no'; var strStatusVal = 'no'; var strLocationVal = 'no'; var strDirectoriesVal = 'no'; var strMenubarVal = 'no'; if (strWindow){ strWindowVal = strWindow } if (nWidth){ nWidthVal = nWidth } if (nHeight){ nHeightVal = nHeight } if (strToolbar){ strToolbarVal = 'yes' } if (strStatus){ strStatusVal = 'yes' } if (strLocation){ strLocationVal = 'yes' } if (strDirectories){ strDirectoriesVal = 'yes' } if (strMenubar){ strMenubarVal = 'yes' } aPopupViewWindow = window.open( strURL,strWindowVal,'toolbar=' + strToolbarVal + ',location=' + strLocationVal + ',directories=' + strDirectoriesVal + ',status=' + strStatusVal + ',scrollbars=yes,resizable=yes,width='+nWidthVal.toString()+',height='+nHeightVal.toString()+ ',menubar=' + strMenubarVal); aPopupViewWindow.focus(); }