//window.open("openpractice.htm","javascript_window","height=200,width=400, left=100, top=100"); //window.open("poster2006.htm","javascript_window2","height=600,width=900, left=100, top=100"); function showPoster() { var today = new Date(); year = today.getFullYear(); month = today.getMonth()+1; // adjust for Jan = 0 day = today.getDate(); // alert("year " +year+ ", month " +month+ ", day " +day); if (year < 1000) { year += 2000; } if (year == 2010) { if (month < 4) { return true; } else { if ((month == 4) && (day <= 11)) { return true; } } } return false; } if (showPoster()) { window.open("tournament_popup.htm","javascript_window","height=230,width=480, left=100, top=100"); } else { window.open("openpractice.htm","javascript_window","height=210,width=400, left=100, top=100"); } function show_header() { window.document.writeln("

Southampton Table Tennis Association

"); window.document.writeln("

(Sponsored by Snows Motor Group)

"); window.document.writeln(""); window.document.writeln(""); window.document.writeln("
"); window.document.writeln("STTA Crest"); window.document.writeln("
"); window.document.writeln(""); window.document.writeln("
"); window.document.writeln("Send your match results by Email.
"); window.document.writeln("The new Email address to send to is: "); window.document.writeln("", DivisionName, "@stta.co.uk
"); // window.document.writeln("Click here to down load an easy to use Wizard. (240kB)"); // window.document.writeln("
"); // window.document.writeln("(Version 3 now available - includes new Email addresses)
"); // window.document.writeln("NEW - Online Score Card Wizard. Works with Windows, Linux and Mac. Click Here"); window.document.writeln("Online Score Card Entry System. Works with Windows, Linux and Mac. Click Here"); window.document.writeln("
"); window.document.writeln("

"); // window.document.writeln(""); // window.document.writeln("
"); // window.document.writeln("Southampton Closed Tournament 2009:
"); // window.document.writeln("The finals and Presentation evening will be on Tuesday 7th April
"); // window.document.writeln("at the Waterside Table Tennis Centre, Testwood Lane, Totton.
"); // window.document.writeln("Commencing 7pm.
"); // window.document.writeln("
"); // window.document.writeln(""); // window.document.writeln("
"); // window.document.writeln("Southampton Closed Tournament 2010:
"); // window.document.writeln(" At the Waterside Table Tennis Centre, Testwood Lane, Totton.
"); // window.document.writeln("Seniors Sunday 11th April (closing date for entries 4th April)
"); // window.document.writeln("Juniors Sunday 18th April (closing date for entries 11th April)
"); // window.document.writeln("Doors open at 8:30am, play starts at 9:00am on both days.
"); // window.document.writeln("The finals evening will be on Tuesday 20th April.
"); // window.document.writeln("Click here to enter online.
"); // window.document.writeln("
"); // window.document.writeln(""); // window.document.writeln("
"); // window.document.writeln(""); // window.document.writeln("The STTA AGM will be held at Millbrook Church Hall, Millbrook on Thursday May 21st at 7.30 pm.
"); // window.document.writeln("
"); // window.document.writeln(""); // window.document.writeln("
"); // window.document.writeln(""); // window.document.writeln("Open practice sessions are available:
"); // window.document.writeln("at Waterside Table Tennis Club, Dibden Purlieu on Mondays,
"); // window.document.writeln("at Alpha Table Tennis Club, Merry Oak on Thursdays
"); // window.document.writeln("and at Southampton West Table Tennis Club, Shirley on Wednesdays.
"); // window.document.writeln("Click here for more details.
"); // window.document.writeln("
"); // window.document.writeln("
"); // window.document.writeln("
"); // window.document.writeln(""); // window.document.writeln("
"); // window.document.writeln(""); // window.document.writeln("Please Note:
"); // window.document.writeln("Until further notice any Waterside matches due to be played at
Hardley will now be played at St Andrews Church on a Tuesday evening.
"); // window.document.writeln("For more details, please contact John Fox
"); // window.document.writeln("
"); // window.document.writeln("
"); // window.document.writeln("
"); // window.document.writeln(""); // window.document.writeln("
"); // window.document.writeln("Match Report"); // window.document.writeln("
"); } show_header();