»
EnglishFrenchVietnamese

Print - Basketball Scoreboard - JavaScriptBank.com

Full version: jsB@nk » Utility » Basketball Scoreboard
URL: https://www.javascriptbank.com/basketball-scoreboard.html

Basketball Scoreboard © JavaScriptBank.comA JavaScript version of the scoreboard in a basketball game. This one fulfills FIBA requirement , except for the measurements, with some extras.

Full version: jsB@nk » Utility » Basketball Scoreboard
URL: https://www.javascriptbank.com/basketball-scoreboard.html



JavaScript
<script language="JavaScript">function add1a(player){board.AScore.value++;if(player==4) board.A4points.value++;if(player==5) board.A5points.value++;if(player==6) board.A6points.value++;if(player==7) board.A7points.value++;if(player==8) board.A8points.value++;if(player==9) board.A9points.value++;if(player==10) board.A10points.value++;if(player==11) board.A11points.value++;if(player==12) board.A12points.value++;if(player==13) board.A13points.value++;if(player==14) board.A14points.value++;if(player==15) board.A15points.value++;}function tak1a(player){if(player==4){if (board.A4points.value!=0){board.A4points.value--;board.AScore.value--;}}if(player==5){if (board.A5points.value!=0){board.A5points.value--;board.AScore.value--;}}if(player==6){if (board.A6points.value!=0){board.A6points.value--;board.AScore.value--;}}if(player==7){if (board.A7points.value!=0){board.A7points.value--;board.AScore.value--;}}if(player==8){if (board.A8points.value!=0){board.A8points.value--;board.AScore.value--;}}if(player==9){if (board.A9points.value!=0){board.A9points.value--;board.AScore.value--;}}if(player==10){if (board.A10points.value!=0){board.A10points.value--;board.AScore.value--;}}if(player==11){if (board.A11points.value!=0){board.A11points.value--;board.AScore.value--;}}if(player==12){if (board.A12points.value!=0){board.A12points.value--;board.AScore.value--;}}if(player==13){if (board.A13points.value!=0){board.A13points.value--;board.AScore.value--;}}if(player==14){if (board.A14points.value!=0){board.A14points.value--;board.AScore.value--;}}if(player==15){if (board.A15points.value!=0){board.A15points.value--;board.AScore.value--;}}}function add2a(player){board.AScore.value++; board.AScore.value++;if(player==4){board.A4points.value++;board.A4points.value++;}if(player==5){board.A5points.value++;board.A5points.value++;}if(player==6){board.A6points.value++;board.A6points.value++;}if(player==7){board.A7points.value++;board.A7points.value++;}if(player==8){board.A8points.value++;board.A8points.value++;}if(player==9){board.A9points.value++;board.A9points.value++;}if(player==10){board.A10points.value++;board.A10points.value++;}if(player==11){board.A11points.value++;board.A11points.value++;}if(player==12){board.A12points.value++;board.A12points.value++;}if(player==13){board.A13points.value++;board.A13points.value++;}if(player==14){board.A14points.value++;board.A14points.value++;}if(player==15){board.A15points.value++;board.A15points.value++;}}function add3a(player){board.AScore.value++; board.AScore.value++; board.AScore.value++;if(player==4){board.A4points.value++;board.A4points.value++;board.A4points.value++;}if(player==5){board.A5points.value++;board.A5points.value++;board.A5points.value++;}if(player==6){board.A6points.value++;board.A6points.value++;board.A6points.value++;}if(player==7){board.A7points.value++;board.A7points.value++;board.A7points.value++;}if(player==8){board.A8points.value++;board.A8points.value++;board.A8points.value++;}if(player==9){board.A9points.value++;board.A9points.value++;board.A9points.value++;}if(player==10){board.A10points.value++;board.A10points.value++;board.A10points.value++;}if(player==11){board.A11points.value++;board.A11points.value++;board.A11points.value++;}if(player==12){board.A12points.value++;board.A12points.value++;board.A12points.value++;}if(player==13){board.A13points.value++;board.A13points.value++;board.A13points.value++;}if(player==14){board.A14points.value++;board.A14points.value++;board.A14points.value++;}if(player==15){board.A15points.value++;board.A15points.value++;board.A15points.value++;}}function add1b(player){board.BScore.value++;if(player==4) board.B4points.value++;if(player==5) board.B5points.value++;if(player==6) board.B6points.value++;if(player==7) board.B7points.value++;if(player==8) board.B8points.value++;if(player==9) board.B9points.value++;if(player==10) board.B10points.value++;if(player==11) board.B11points.value++;if(player==12) board.B12points.value++;if(player==13) board.B13points.value++;if(player==14) board.B14points.value++;if(player==15) board.B15points.value++;}function tak1b(player){if(player==4){if (board.B4points.value!=0){board.B4points.value--;board.BScore.value--;}}if(player==5){if (board.B5points.value!=0){board.B5points.value--;board.BScore.value--;}}if(player==6){if (board.B6points.value!=0){board.B6points.value--;board.BScore.value--;}}if(player==7){if (board.B7points.value!=0){board.B7points.value--;board.BScore.value--;}}if(player==8){if (board.B8points.value!=0){board.B8points.value--;board.BScore.value--;}}if(player==9){if (board.B9points.value!=0){board.B9points.value--;board.BScore.value--;}}if(player==10){if (board.B10points.value!=0){board.B10points.value--;board.BScore.value--;}}if(player==11){if (board.B11points.value!=0){board.B11points.value--;board.BScore.value--;}}if(player==12){if (board.B12points.value!=0){board.B12points.value--;board.BScore.value--;}}if(player==13){if (board.B13points.value!=0){board.B13points.value--;board.BScore.value--;}}if(player==14){if (board.B14points.value!=0){board.B14points.value--;board.BScore.value--;}}if(player==15){if (board.B15points.value!=0){board.B15points.value--;board.BScore.value--;}}}function add2b(player){board.BScore.value++; board.BScore.value++;if(player==4){board.B4points.value++;board.B4points.value++;}if(player==5){board.B5points.value++;board.B5points.value++;}if(player==6){board.B6points.value++;board.B6points.value++;}if(player==7){board.B7points.value++;board.B7points.value++;}if(player==8){board.B8points.value++;board.B8points.value++;}if(player==9){board.B9points.value++;board.B9points.value++;}if(player==10){board.B10points.value++;board.B10points.value++;}if(player==11){board.B11points.value++;board.B11points.value++;}if(player==12){board.B12points.value++;board.B12points.value++;}if(player==13){board.B13points.value++;board.B13points.value++;}if(player==14){board.B14points.value++;board.B14points.value++;}if(player==15){board.B15points.value++;board.B15points.value++;}}function add3b(player){board.BScore.value++; board.BScore.value++; board.BScore.value++;if(player==4){board.B4points.value++;board.B4points.value++;board.B4points.value++;}if(player==5){board.B5points.value++;board.B5points.value++;board.B5points.value++;}if(player==6){board.B6points.value++;board.B6points.value++;board.B6points.value++;}if(player==7){board.B7points.value++;board.B7points.value++;board.B7points.value++;}if(player==8){board.B8points.value++;board.B8points.value++;board.B8points.value++;}if(player==9){board.B9points.value++;board.B9points.value++;board.B9points.value++;}if(player==10){board.B10points.value++;board.B10points.value++;board.B10points.value++;}if(player==11){board.B11points.value++;board.B11points.value++;board.B11points.value++;}if(player==12){board.B12points.value++;board.B12points.value++;board.B12points.value++;}if(player==13){board.B13points.value++;board.B13points.value++;board.B13points.value++;}if(player==14){board.B14points.value++;board.B14points.value++;board.B14points.value++;}if(player==15){board.B15points.value++;board.B15points.value++;board.B15points.value++;}}var afouls=0, bfouls=0, acolour="white", bcolour="white"function setnames(){board.A4name.value = bench.A4nameInput.valueboard.A5name.value = bench.A5nameInput.valueboard.A6name.value = bench.A6nameInput.valueboard.A7name.value = bench.A7nameInput.valueboard.A8name.value = bench.A8nameInput.valueboard.A9name.value = bench.A9nameInput.valueboard.A10name.value = bench.A10nameInput.valueboard.A11name.value = bench.A11nameInput.valueboard.A12name.value = bench.A12nameInput.valueboard.A13name.value = bench.A13nameInput.valueboard.A14name.value = bench.A14nameInput.valueboard.A15name.value = bench.A15nameInput.valueboard.B4name.value = bench.B4nameInput.valueboard.B5name.value = bench.B5nameInput.valueboard.B6name.value = bench.B6nameInput.valueboard.B7name.value = bench.B7nameInput.valueboard.B8name.value = bench.B8nameInput.valueboard.B9name.value = bench.B9nameInput.valueboard.B10name.value = bench.B10nameInput.valueboard.B11name.value = bench.B11nameInput.valueboard.B12name.value = bench.B12nameInput.valueboard.B13name.value = bench.B13nameInput.valueboard.B14name.value = bench.B14nameInput.valueboard.B15name.value = bench.B15nameInput.valueboard.AName.value = bench.ANameInput.valueboard.BName.value = bench.BNameInput.valuesetcolours()}function setcolours(){var ac=bench.AColourInput.selectedIndexvar bc=bench.BColourInput.selectedIndexif(ac==0){acolour="#ffcccc"}if(ac==1){acolour="#ffcc99"}if(ac==2){acolour="#ffffcc"}if(ac==3){acolour="#ccffcc"}if(ac==4){acolour="#99ccff"}if(ac==5){acolour="#ccccff"}if(ac==6){acolour="#dddddd"}if(ac==7){acolour="white"}if(bc==0){bcolour="#ffcccc"}if(bc==1){bcolour="#ffcc99"}if(bc==2){bcolour="#ffffcc"}if(bc==3){bcolour="#ccffcc"}if(bc==4){bcolour="#99ccff"}if(bc==5){bcolour="#ccccff"}if(bc==6){bcolour="#dddddd"}if(bc==7){bcolour="white"}board.AScore.style.color = acolourboard.AName.style.color = acolourboard.ASub.style.color = acolourboard.ATF.style.color = acolourboard.A4name.style.color = acolourboard.A5name.style.color = acolourboard.A6name.style.color = acolourboard.A7name.style.color = acolourboard.A8name.style.color = acolourboard.A9name.style.color = acolourboard.A10name.style.color = acolourboard.A11name.style.color = acolourboard.A12name.style.color = acolourboard.A13name.style.color = acolourboard.A14name.style.color = acolourboard.A15name.style.color = acolourboard.A4points.style.color = acolourboard.A5points.style.color = acolourboard.A6points.style.color = acolourboard.A7points.style.color = acolourboard.A8points.style.color = acolourboard.A9points.style.color = acolourboard.A10points.style.color = acolourboard.A11points.style.color = acolourboard.A12points.style.color = acolourboard.A13points.style.color = acolourboard.A14points.style.color = acolourboard.A15points.style.color = acolourboard.A4no.style.color = acolourboard.A5no.style.color = acolourboard.A6no.style.color = acolourboard.A7no.style.color = acolourboard.A8no.style.color = acolourboard.A9no.style.color = acolourboard.A10no.style.color = acolourboard.A11no.style.color = acolourboard.A12no.style.color = acolourboard.A13no.style.color = acolourboard.A14no.style.color = acolourboard.A15no.style.color = acolourboard.BScore.style.color = bcolourboard.BName.style.color = bcolourboard.BSub.style.color = bcolourboard.BTF.style.color = bcolourboard.B4name.style.color = bcolourboard.B5name.style.color = bcolourboard.B6name.style.color = bcolourboard.B7name.style.color = bcolourboard.B8name.style.color = bcolourboard.B9name.style.color = bcolourboard.B10name.style.color = bcolourboard.B11name.style.color = bcolourboard.B12name.style.color = bcolourboard.B13name.style.color = bcolourboard.B14name.style.color = bcolourboard.B15name.style.color = bcolourboard.B4points.style.color = bcolourboard.B5points.style.color = bcolourboard.B6points.style.color = bcolourboard.B7points.style.color = bcolourboard.B8points.style.color = bcolourboard.B9points.style.color = bcolourboard.B10points.style.color = bcolourboard.B11points.style.color = bcolourboard.B12points.style.color = bcolourboard.B13points.style.color = bcolourboard.B14points.style.color = bcolourboard.B15points.style.color = bcolourboard.B4no.style.color = bcolourboard.B5no.style.color = bcolourboard.B6no.style.color = bcolourboard.B7no.style.color = bcolourboard.B8no.style.color = bcolourboard.B9no.style.color = bcolourboard.B10no.style.color = bcolourboard.B11no.style.color = bcolourboard.B12no.style.color = bcolourboard.B13no.style.color = bcolourboard.B14no.style.color = bcolourboard.B15no.style.color = bcolour}function foula(player){afouls++if(board.ATF.value<5){board.ATF.value++}if(board.ATF.value==5){board.ATF.style.color="#ff9999"}if(player==4){if(board.A4F1.style.backgroundColor == "black"){board.A4F1.style.backgroundColor = "lime"} else {if(board.A4F2.style.backgroundColor == "black"){board.A4F2.style.backgroundColor = "lime"} else {if(board.A4F3.style.backgroundColor == "black"){board.A4F3.style.backgroundColor = "lime"} else {if(board.A4F4.style.backgroundColor == "black"){board.A4F4.style.backgroundColor = "lime"} else {if(board.A4F5.style.backgroundColor == "black"){board.A4F5.style.backgroundColor = "red"}}}}}}if(player==5){if(board.A5F1.style.backgroundColor == "black"){board.A5F1.style.backgroundColor = "lime"} else {if(board.A5F2.style.backgroundColor == "black"){board.A5F2.style.backgroundColor = "lime"} else {if(board.A5F3.style.backgroundColor == "black"){board.A5F3.style.backgroundColor = "lime"} else {if(board.A5F4.style.backgroundColor == "black"){board.A5F4.style.backgroundColor = "lime"} else {if(board.A5F5.style.backgroundColor == "black"){board.A5F5.style.backgroundColor = "red"}}}}}}if(player==6){if(board.A6F1.style.backgroundColor == "black"){board.A6F1.style.backgroundColor = "lime"} else {if(board.A6F2.style.backgroundColor == "black"){board.A6F2.style.backgroundColor = "lime"} else {if(board.A6F3.style.backgroundColor == "black"){board.A6F3.style.backgroundColor = "lime"} else {if(board.A6F4.style.backgroundColor == "black"){board.A6F4.style.backgroundColor = "lime"} else {if(board.A6F5.style.backgroundColor == "black"){board.A6F5.style.backgroundColor = "red"}}}}}}if(player==7){if(board.A7F1.style.backgroundColor == "black"){board.A7F1.style.backgroundColor = "lime"} else {if(board.A7F2.style.backgroundColor == "black"){board.A7F2.style.backgroundColor = "lime"} else {if(board.A7F3.style.backgroundColor == "black"){board.A7F3.style.backgroundColor = "lime"} else {if(board.A7F4.style.backgroundColor == "black"){board.A7F4.style.backgroundColor = "lime"} else {if(board.A7F5.style.backgroundColor == "black"){board.A7F5.style.backgroundColor = "red"}}}}}}if(player==8){if(board.A8F1.style.backgroundColor == "black"){board.A8F1.style.backgroundColor = "lime"} else {if(board.A8F2.style.backgroundColor == "black"){board.A8F2.style.backgroundColor = "lime"} else {if(board.A8F3.style.backgroundColor == "black"){board.A8F3.style.backgroundColor = "lime"} else {if(board.A8F4.style.backgroundColor == "black"){board.A8F4.style.backgroundColor = "lime"} else {if(board.A8F5.style.backgroundColor == "black"){board.A8F5.style.backgroundColor = "red"}}}}}}if(player==9){if(board.A9F1.style.backgroundColor == "black"){board.A9F1.style.backgroundColor = "lime"} else {if(board.A9F2.style.backgroundColor == "black"){board.A9F2.style.backgroundColor = "lime"} else {if(board.A9F3.style.backgroundColor == "black"){board.A9F3.style.backgroundColor = "lime"} else {if(board.A9F4.style.backgroundColor == "black"){board.A9F4.style.backgroundColor = "lime"} else {if(board.A9F5.style.backgroundColor == "black"){board.A9F5.style.backgroundColor = "red"}}}}}}if(player==10){if(board.A10F1.style.backgroundColor == "black"){board.A10F1.style.backgroundColor = "lime"} else {if(board.A10F2.style.backgroundColor == "black"){board.A10F2.style.backgroundColor = "lime"} else {if(board.A10F3.style.backgroundColor == "black"){board.A10F3.style.backgroundColor = "lime"} else {if(board.A10F4.style.backgroundColor == "black"){board.A10F4.style.backgroundColor = "lime"} else {if(board.A10F5.style.backgroundColor == "black"){board.A10F5.style.backgroundColor = "red"}}}}}}if(player==11){if(board.A11F1.style.backgroundColor == "black"){board.A11F1.style.backgroundColor = "lime"} else {if(board.A11F2.style.backgroundColor == "black"){board.A11F2.style.backgroundColor = "lime"} else {if(board.A11F3.style.backgroundColor == "black"){board.A11F3.style.backgroundColor = "lime"} else {if(board.A11F4.style.backgroundColor == "black"){board.A11F4.style.backgroundColor = "lime"} else {if(board.A11F5.style.backgroundColor == "black"){board.A11F5.style.backgroundColor = "red"}}}}}}if(player==12){if(board.A12F1.style.backgroundColor == "black"){board.A12F1.style.backgroundColor = "lime"} else {if(board.A12F2.style.backgroundColor == "black"){board.A12F2.style.backgroundColor = "lime"} else {if(board.A12F3.style.backgroundColor == "black"){board.A12F3.style.backgroundColor = "lime"} else {if(board.A12F4.style.backgroundColor == "black"){board.A12F4.style.backgroundColor = "lime"} else {if(board.A12F5.style.backgroundColor == "black"){board.A12F5.style.backgroundColor = "red"}}}}}}if(player==13){if(board.A13F1.style.backgroundColor == "black"){board.A13F1.style.backgroundColor = "lime"} else {if(board.A13F2.style.backgroundColor == "black"){board.A13F2.style.backgroundColor = "lime"} else {if(board.A13F3.style.backgroundColor == "black"){board.A13F3.style.backgroundColor = "lime"} else {if(board.A13F4.style.backgroundColor == "black"){board.A13F4.style.backgroundColor = "lime"} else {if(board.A13F5.style.backgroundColor == "black"){board.A13F5.style.backgroundColor = "red"}}}}}}if(player==14){if(board.A14F1.style.backgroundColor == "black"){board.A14F1.style.backgroundColor = "lime"} else {if(board.A14F2.style.backgroundColor == "black"){board.A14F2.style.backgroundColor = "lime"} else {if(board.A14F3.style.backgroundColor == "black"){board.A14F3.style.backgroundColor = "lime"} else {if(board.A14F4.style.backgroundColor == "black"){board.A14F4.style.backgroundColor = "lime"} else {if(board.A14F5.style.backgroundColor == "black"){board.A14F5.style.backgroundColor = "red"}}}}}}if(player==15){if(board.A15F1.style.backgroundColor == "black"){board.A15F1.style.backgroundColor = "lime"} else {if(board.A15F2.style.backgroundColor == "black"){board.A15F2.style.backgroundColor = "lime"} else {if(board.A15F3.style.backgroundColor == "black"){board.A15F3.style.backgroundColor = "lime"} else {if(board.A15F4.style.backgroundColor == "black"){board.A15F4.style.backgroundColor = "lime"} else {if(board.A15F5.style.backgroundColor == "black"){board.A15F5.style.backgroundColor = "red"}}}}}}}function foulb(player){bfouls++if(board.BTF.value<5){board.BTF.value++}if(board.BTF.value==5){board.BTF.style.color="#ff9999"}if(player==4){if(board.B4F1.style.backgroundColor == "black"){board.B4F1.style.backgroundColor = "lime"} else {if(board.B4F2.style.backgroundColor == "black"){board.B4F2.style.backgroundColor = "lime"} else {if(board.B4F3.style.backgroundColor == "black"){board.B4F3.style.backgroundColor = "lime"} else {if(board.B4F4.style.backgroundColor == "black"){board.B4F4.style.backgroundColor = "lime"} else {if(board.B4F5.style.backgroundColor == "black"){board.B4F5.style.backgroundColor = "red"}}}}}}if(player==5){if(board.B5F1.style.backgroundColor == "black"){board.B5F1.style.backgroundColor = "lime"} else {if(board.B5F2.style.backgroundColor == "black"){board.B5F2.style.backgroundColor = "lime"} else {if(board.B5F3.style.backgroundColor == "black"){board.B5F3.style.backgroundColor = "lime"} else {if(board.B5F4.style.backgroundColor == "black"){board.B5F4.style.backgroundColor = "lime"} else {if(board.B5F5.style.backgroundColor == "black"){board.B5F5.style.backgroundColor = "red"}}}}}}if(player==6){if(board.B6F1.style.backgroundColor == "black"){board.B6F1.style.backgroundColor = "lime"} else {if(board.B6F2.style.backgroundColor == "black"){board.B6F2.style.backgroundColor = "lime"} else {if(board.B6F3.style.backgroundColor == "black"){board.B6F3.style.backgroundColor = "lime"} else {if(board.B6F4.style.backgroundColor == "black"){board.B6F4.style.backgroundColor = "lime"} else {if(board.B6F5.style.backgroundColor == "black"){board.B6F5.style.backgroundColor = "red"}}}}}}if(player==7){if(board.B7F1.style.backgroundColor == "black"){board.B7F1.style.backgroundColor = "lime"} else {if(board.B7F2.style.backgroundColor == "black"){board.B7F2.style.backgroundColor = "lime"} else {if(board.B7F3.style.backgroundColor == "black"){board.B7F3.style.backgroundColor = "lime"} else {if(board.B7F4.style.backgroundColor == "black"){board.B7F4.style.backgroundColor = "lime"} else {if(board.B7F5.style.backgroundColor == "black"){board.B7F5.style.backgroundColor = "red"}}}}}}if(player==8){if(board.B8F1.style.backgroundColor == "black"){board.B8F1.style.backgroundColor = "lime"} else {if(board.B8F2.style.backgroundColor == "black"){board.B8F2.style.backgroundColor = "lime"} else {if(board.B8F3.style.backgroundColor == "black"){board.B8F3.style.backgroundColor = "lime"} else {if(board.B8F4.style.backgroundColor == "black"){board.B8F4.style.backgroundColor = "lime"} else {if(board.B8F5.style.backgroundColor == "black"){board.B8F5.style.backgroundColor = "red"}}}}}}if(player==9){if(board.B9F1.style.backgroundColor == "black"){board.B9F1.style.backgroundColor = "lime"} else {if(board.B9F2.style.backgroundColor == "black"){board.B9F2.style.backgroundColor = "lime"} else {if(board.B9F3.style.backgroundColor == "black"){board.B9F3.style.backgroundColor = "lime"} else {if(board.B9F4.style.backgroundColor == "black"){board.B9F4.style.backgroundColor = "lime"} else {if(board.B9F5.style.backgroundColor == "black"){board.B9F5.style.backgroundColor = "red"}}}}}}if(player==10){if(board.B10F1.style.backgroundColor == "black"){board.B10F1.style.backgroundColor = "lime"} else {if(board.B10F2.style.backgroundColor == "black"){board.B10F2.style.backgroundColor = "lime"} else {if(board.B10F3.style.backgroundColor == "black"){board.B10F3.style.backgroundColor = "lime"} else {if(board.B10F4.style.backgroundColor == "black"){board.B10F4.style.backgroundColor = "lime"} else {if(board.B10F5.style.backgroundColor == "black"){board.B10F5.style.backgroundColor = "red"}}}}}}if(player==11){if(board.B11F1.style.backgroundColor == "black"){board.B11F1.style.backgroundColor = "lime"} else {if(board.B11F2.style.backgroundColor == "black"){board.B11F2.style.backgroundColor = "lime"} else {if(board.B11F3.style.backgroundColor == "black"){board.B11F3.style.backgroundColor = "lime"} else {if(board.B11F4.style.backgroundColor == "black"){board.B11F4.style.backgroundColor = "lime"} else {if(board.B11F5.style.backgroundColor == "black"){board.B11F5.style.backgroundColor = "red"}}}}}}if(player==12){if(board.B12F1.style.backgroundColor == "black"){board.B12F1.style.backgroundColor = "lime"} else {if(board.B12F2.style.backgroundColor == "black"){board.B12F2.style.backgroundColor = "lime"} else {if(board.B12F3.style.backgroundColor == "black"){board.B12F3.style.backgroundColor = "lime"} else {if(board.B12F4.style.backgroundColor == "black"){board.B12F4.style.backgroundColor = "lime"} else {if(board.B12F5.style.backgroundColor == "black"){board.B12F5.style.backgroundColor = "red"}}}}}}if(player==13){if(board.B13F1.style.backgroundColor == "black"){board.B13F1.style.backgroundColor = "lime"} else {if(board.B13F2.style.backgroundColor == "black"){board.B13F2.style.backgroundColor = "lime"} else {if(board.B13F3.style.backgroundColor == "black"){board.B13F3.style.backgroundColor = "lime"} else {if(board.B13F4.style.backgroundColor == "black"){board.B13F4.style.backgroundColor = "lime"} else {if(board.B13F5.style.backgroundColor == "black"){board.B13F5.style.backgroundColor = "red"}}}}}}if(player==14){if(board.B14F1.style.backgroundColor == "black"){board.B14F1.style.backgroundColor = "lime"} else {if(board.B14F2.style.backgroundColor == "black"){board.B14F2.style.backgroundColor = "lime"} else {if(board.B14F3.style.backgroundColor == "black"){board.B14F3.style.backgroundColor = "lime"} else {if(board.B14F4.style.backgroundColor == "black"){board.B14F4.style.backgroundColor = "lime"} else {if(board.B14F5.style.backgroundColor == "black"){board.B14F5.style.backgroundColor = "red"}}}}}}if(player==15){if(board.B15F1.style.backgroundColor == "black"){board.B15F1.style.backgroundColor = "lime"} else {if(board.B15F2.style.backgroundColor == "black"){board.B15F2.style.backgroundColor = "lime"} else {if(board.B15F3.style.backgroundColor == "black"){board.B15F3.style.backgroundColor = "lime"} else {if(board.B15F4.style.backgroundColor == "black"){board.B15F4.style.backgroundColor = "lime"} else {if(board.B15F5.style.backgroundColor == "black"){board.B15F5.style.backgroundColor = "red"}}}}}}}function noteamfoula(){afouls--if(afouls<5){board.ATF.value = afoulsboard.ATF.style.color=acolour}}function nofoula(player){if(player==4){if(board.A4F5.style.backgroundColor == "red"){board.A4F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A4F4.style.backgroundColor == "lime"){board.A4F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A4F3.style.backgroundColor == "lime"){board.A4F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A4F2.style.backgroundColor == "lime"){board.A4F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A4F1.style.backgroundColor == "lime"){board.A4F1.style.backgroundColor = "black"noteamfoula()}}}}}}if(player==5){if(board.A5F5.style.backgroundColor == "red"){board.A5F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A5F4.style.backgroundColor == "lime"){board.A5F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A5F3.style.backgroundColor == "lime"){board.A5F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A5F2.style.backgroundColor == "lime"){board.A5F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A5F1.style.backgroundColor == "lime"){board.A5F1.style.backgroundColor = "black"noteamfoula()}}}}}}if(player==6){if(board.A6F5.style.backgroundColor == "red"){board.A6F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A6F4.style.backgroundColor == "lime"){board.A6F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A6F3.style.backgroundColor == "lime"){board.A6F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A6F2.style.backgroundColor == "lime"){board.A6F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A6F1.style.backgroundColor == "lime"){board.A6F1.style.backgroundColor = "black"noteamfoula()}}}}}}if(player==7){if(board.A7F5.style.backgroundColor == "red"){board.A7F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A7F4.style.backgroundColor == "lime"){board.A7F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A7F3.style.backgroundColor == "lime"){board.A7F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A7F2.style.backgroundColor == "lime"){board.A7F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A7F1.style.backgroundColor == "lime"){board.A7F1.style.backgroundColor = "black"noteamfoula()}}}}}}if(player==8){if(board.A8F5.style.backgroundColor == "red"){board.A8F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A8F4.style.backgroundColor == "lime"){board.A8F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A8F3.style.backgroundColor == "lime"){board.A8F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A8F2.style.backgroundColor == "lime"){board.A8F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A8F1.style.backgroundColor == "lime"){board.A8F1.style.backgroundColor = "black"noteamfoula()}}}}}}if(player==9){if(board.A9F5.style.backgroundColor == "red"){board.A9F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A9F4.style.backgroundColor == "lime"){board.A9F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A9F3.style.backgroundColor == "lime"){board.A9F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A9F2.style.backgroundColor == "lime"){board.A9F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A9F1.style.backgroundColor == "lime"){board.A9F1.style.backgroundColor = "black"noteamfoula()}}}}}}if(player==10){if(board.A10F5.style.backgroundColor == "red"){board.A10F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A10F4.style.backgroundColor == "lime"){board.A10F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A10F3.style.backgroundColor == "lime"){board.A10F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A10F2.style.backgroundColor == "lime"){board.A10F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A10F1.style.backgroundColor == "lime"){board.A10F1.style.backgroundColor = "black"noteamfoula()}}}}}}if(player==11){if(board.A11F5.style.backgroundColor == "red"){board.A11F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A11F4.style.backgroundColor == "lime"){board.A11F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A11F3.style.backgroundColor == "lime"){board.A11F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A11F2.style.backgroundColor == "lime"){board.A11F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A11F1.style.backgroundColor == "lime"){board.A11F1.style.backgroundColor = "black"noteamfoula()}}}}}}if(player==12){if(board.A12F5.style.backgroundColor == "red"){board.A12F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A12F4.style.backgroundColor == "lime"){board.A12F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A12F3.style.backgroundColor == "lime"){board.A12F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A12F2.style.backgroundColor == "lime"){board.A12F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A12F1.style.backgroundColor == "lime"){board.A12F1.style.backgroundColor = "black"noteamfoula()}}}}}}if(player==13){if(board.A13F5.style.backgroundColor == "red"){board.A13F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A13F4.style.backgroundColor == "lime"){board.A13F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A13F3.style.backgroundColor == "lime"){board.A13F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A13F2.style.backgroundColor == "lime"){board.A13F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A13F1.style.backgroundColor == "lime"){board.A13F1.style.backgroundColor = "black"noteamfoula()}}}}}}if(player==14){if(board.A14F5.style.backgroundColor == "red"){board.A14F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A14F4.style.backgroundColor == "lime"){board.A14F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A14F3.style.backgroundColor == "lime"){board.A14F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A14F2.style.backgroundColor == "lime"){board.A14F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A14F1.style.backgroundColor == "lime"){board.A14F1.style.backgroundColor = "black"noteamfoula()}}}}}}if(player==15){if(board.A15F5.style.backgroundColor == "red"){board.A15F5.style.backgroundColor = "black"noteamfoula()} else {if(board.A15F4.style.backgroundColor == "lime"){board.A15F4.style.backgroundColor = "black"noteamfoula()} else {if(board.A15F3.style.backgroundColor == "lime"){board.A15F3.style.backgroundColor = "black"noteamfoula()} else {if(board.A15F2.style.backgroundColor == "lime"){board.A15F2.style.backgroundColor = "black"noteamfoula()} else {if(board.A15F1.style.backgroundColor == "lime"){board.A15F1.style.backgroundColor = "black"noteamfoula()}}}}}}}function noteamfoulb(){bfouls--if(bfouls<5){board.BTF.value = bfoulsboard.BTF.style.color=bcolour}}function nofoulb(player){if(player==4){if(board.B4F5.style.backgroundColor == "red"){board.B4F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B4F4.style.backgroundColor == "lime"){board.B4F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B4F3.style.backgroundColor == "lime"){board.B4F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B4F2.style.backgroundColor == "lime"){board.B4F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B4F1.style.backgroundColor == "lime"){board.B4F1.style.backgroundColor = "black"noteamfoulb()}}}}}}if(player==5){if(board.B5F5.style.backgroundColor == "red"){board.B5F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B5F4.style.backgroundColor == "lime"){board.B5F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B5F3.style.backgroundColor == "lime"){board.B5F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B5F2.style.backgroundColor == "lime"){board.B5F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B5F1.style.backgroundColor == "lime"){board.B5F1.style.backgroundColor = "black"noteamfoulb()}}}}}}if(player==6){if(board.B6F5.style.backgroundColor == "red"){board.B6F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B6F4.style.backgroundColor == "lime"){board.B6F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B6F3.style.backgroundColor == "lime"){board.B6F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B6F2.style.backgroundColor == "lime"){board.B6F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B6F1.style.backgroundColor == "lime"){board.B6F1.style.backgroundColor = "black"noteamfoulb()}}}}}}if(player==7){if(board.B7F5.style.backgroundColor == "red"){board.B7F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B7F4.style.backgroundColor == "lime"){board.B7F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B7F3.style.backgroundColor == "lime"){board.B7F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B7F2.style.backgroundColor == "lime"){board.B7F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B7F1.style.backgroundColor == "lime"){board.B7F1.style.backgroundColor = "black"noteamfoulb()}}}}}}if(player==8){if(board.B8F5.style.backgroundColor == "red"){board.B8F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B8F4.style.backgroundColor == "lime"){board.B8F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B8F3.style.backgroundColor == "lime"){board.B8F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B8F2.style.backgroundColor == "lime"){board.B8F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B8F1.style.backgroundColor == "lime"){board.B8F1.style.backgroundColor = "black"noteamfoulb()}}}}}}if(player==9){if(board.B9F5.style.backgroundColor == "red"){board.B9F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B9F4.style.backgroundColor == "lime"){board.B9F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B9F3.style.backgroundColor == "lime"){board.B9F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B9F2.style.backgroundColor == "lime"){board.B9F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B9F1.style.backgroundColor == "lime"){board.B9F1.style.backgroundColor = "black"noteamfoulb()}}}}}}if(player==10){if(board.B10F5.style.backgroundColor == "red"){board.B10F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B10F4.style.backgroundColor == "lime"){board.B10F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B10F3.style.backgroundColor == "lime"){board.B10F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B10F2.style.backgroundColor == "lime"){board.B10F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B10F1.style.backgroundColor == "lime"){board.B10F1.style.backgroundColor = "black"noteamfoulb()}}}}}}if(player==11){if(board.B11F5.style.backgroundColor == "red"){board.B11F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B11F4.style.backgroundColor == "lime"){board.B11F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B11F3.style.backgroundColor == "lime"){board.B11F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B11F2.style.backgroundColor == "lime"){board.B11F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B11F1.style.backgroundColor == "lime"){board.B11F1.style.backgroundColor = "black"noteamfoulb()}}}}}}if(player==12){if(board.B12F5.style.backgroundColor == "red"){board.B12F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B12F4.style.backgroundColor == "lime"){board.B12F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B12F3.style.backgroundColor == "lime"){board.B12F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B12F2.style.backgroundColor == "lime"){board.B12F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B12F1.style.backgroundColor == "lime"){board.B12F1.style.backgroundColor = "black"noteamfoulb()}}}}}}if(player==13){if(board.B13F5.style.backgroundColor == "red"){board.B13F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B13F4.style.backgroundColor == "lime"){board.B13F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B13F3.style.backgroundColor == "lime"){board.B13F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B13F2.style.backgroundColor == "lime"){board.B13F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B13F1.style.backgroundColor == "lime"){board.B13F1.style.backgroundColor = "black"noteamfoulb()}}}}}}if(player==14){if(board.B14F5.style.backgroundColor == "red"){board.B14F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B14F4.style.backgroundColor == "lime"){board.B14F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B14F3.style.backgroundColor == "lime"){board.B14F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B14F2.style.backgroundColor == "lime"){board.B14F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B14F1.style.backgroundColor == "lime"){board.B14F1.style.backgroundColor = "black"noteamfoulb()}}}}}}if(player==15){if(board.B15F5.style.backgroundColor == "red"){board.B15F5.style.backgroundColor = "black"noteamfoulb()} else {if(board.B15F4.style.backgroundColor == "lime"){board.B15F4.style.backgroundColor = "black"noteamfoulb()} else {if(board.B15F3.style.backgroundColor == "lime"){board.B15F3.style.backgroundColor = "black"noteamfoulb()} else {if(board.B15F2.style.backgroundColor == "lime"){board.B15F2.style.backgroundColor = "black"noteamfoulb()} else {if(board.B15F1.style.backgroundColor == "lime"){board.B15F1.style.backgroundColor = "black"noteamfoulb()}}}}}}}function suba(){if (board.SubTO.value == "Time-outs" || board.SubTO.value == "Substitution"){board.SubTO.value = "Substitution"board.ASub.value = "ß"}}function subb(){if (board.SubTO.value == "Time-outs" || board.SubTO.value == "Substitution"){board.SubTO.value = "Substitution"board.BSub.value = "à"}}function toa(){if (board.ATO2.style.backgroundColor == "black"){if (board.SubTO.value == "Substitution"){board.BSub.value = ""}board.SubTO.value = "Time-out"board.ASub.value = "ß"}}function tob(){if (board.BTO2.style.backgroundColor == "black"){if (board.SubTO.value == "Substitution"){board.ASub.value = ""}board.SubTO.value = "Time-out"board.BSub.value = "à"}}function clearsub(){board.ASub.value = ""board.BSub.value = ""board.SubTO.value = "Time-outs"}function acceptto(){if (board.SubTO.value == "Time-out" && board.ASub.value == "ß" && board.ATO1.style.backgroundColor == "lime" && board.ATO2.style.backgroundColor == "black"){board.ATO2.style.backgroundColor = "lime"}if (board.SubTO.value == "Time-out" && board.ASub.value == "ß" && board.ATO1.style.backgroundColor == "black"){board.ATO1.style.backgroundColor = "lime"}if (board.SubTO.value == "Time-out" && board.BSub.value == "à" && board.BTO1.style.backgroundColor == "lime" && board.BTO2.style.backgroundColor == "black"){board.BTO2.style.backgroundColor = "lime"}if (board.SubTO.value == "Time-out" && board.BSub.value == "à" && board.BTO1.style.backgroundColor == "black"){board.BTO1.style.backgroundColor = "lime"}clearsub()}var up,down;var min1,sec1;var cmin1,csec1,cmin2,csec2,mod;function Minutes(data) { return(data.substring(0,2))}function Seconds(data) {         return(data.substring(3,5));}function Display(min,sec,mod) {     var disp;       if(mod=="lon"){if(min<=9) disp="0";   else disp="";  disp+=min+":";  if(sec<=9) disp+="0"+sec;       else disp+=sec; } else {if(min<=9) disp="0";   else disp="";  disp+=min+".";  disp+=sec;} return(disp); }function Down() {if(board.Clock.value == "01:00"){mod="shottrans"} else {if(board.Clock.value.substring(2,3)==":"){mod="lon"} else {mod="shot"}}    cmin2=1*Minutes(document.board.Clock.value);        csec2=0+Seconds(document.board.Clock.value);      DownRepeat(); }function stopclock(){clearTimeout(down)}function DownRepeat() { if(mod=="lon"){csec2--;        if(csec2==-1) { csec2=59; cmin2--; }       document.board.Clock.value=Display(cmin2,csec2,mod);   if((cmin2==1)&&(csec2==0)){ mod="shottrans"down=setTimeout("DownRepeat()",100);} else{     down=setTimeout("DownRepeat()",1000);} } else {if(mod=="shottrans"){document.board.Clock.value="59.9";cmin2 = "59"csec2 = "9"mod="shot";down=setTimeout("DownRepeat()",100);} else {csec2--;        if(csec2==-1) { csec2=9; cmin2--; }       document.board.Clock.value=Display(cmin2,csec2,mod);   if((cmin2==0)&&(csec2==0)){ alert("zzzzzzzzzzz!");board.ASub.value = "";board.BSub.value = "";board.SubTO.value = "Time-outs";board.ATO1.style.backgroundColor = "black";board.ATO2.style.backgroundColor = "black";board.BTO1.style.backgroundColor = "black";board.BTO2.style.backgroundColor = "black";board.ATF.style.color = acolour;board.BTF.style.color = bcolour;board.ATF.value = "0"; board.BTF.value = "0"; }else {down=setTimeout("DownRepeat()",100);} }}}function setclock(){if (bench.clockset.value.substring(2,3) == ":" || bench.clockset.value.substring(2,3) == "."){board.Clock.value = bench.clockset.value}else {alert("Invalid time.  Time must be in mm:ss format, and no longer than 59:59.")}period()}function period(){var lala = bench.PeriodInput.selectedIndex;if (lala == "0") board.Period.value = "1";if (lala == "1") board.Period.value = "2";if (lala == "2") board.Period.value = "3";if (lala == "3") board.Period.value = "4";if (lala == "4") board.Period.value = "E";}</script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<basefont face="verdana" size="2"><form name="board"><div style="cursor: default;"><table width="100%" bgcolor="black" border="0" cellspacing="0" cellpadding="3"><tbody><tr><td colspan="11" height="8"></td></tr><tr><td rowspan="4" width="1%"></td><td rowspan="4" width="28%"><input type="text" style="border: medium none ; background-color: black; cursor: default; font-family: Arial Narrow; font-size: 12pt; color: white;" onfocus="blur()" value="4" size="1" name="A4no"><input type="text" name="A4name" style="border: medium none ; background-color: black; cursor: default; font-family: Arial Narrow; font-size: 12pt; color: white;" onfocus="blur()" value="" size="13"><input type="text" name="A4F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A4F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A4F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A4F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A4F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; cursor: default; font-family: Arial Narrow; font-size: 12pt; color: white; text-align: right;" onfocus="blur()" name="A4points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; cursor: default; color: white;" onfocus="blur()" value="5" size="1" name="A5no"><input type="text" name="A5name" style="border: medium none ; background-color: black; cursor: default; font-family: Arial Narrow; font-size: 12pt; color: white;" onfocus="blur()" value="" size="13"><input type="text" name="A5F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A5F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A5F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A5F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A5F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; cursor: default; font-family: Arial Narrow; font-size: 12pt; color: white; text-align: right;" onfocus="blur()" name="A5points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; cursor: default; color: white;" onfocus="blur()" value="6" size="1" name="A6no"><input type="text" name="A6name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; cursor: default; color: white;" onfocus="blur()" value="" size="13"><input type="text" name="A6F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A6F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A6F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A6F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A6F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; cursor: default; color: white; text-align: right;" onfocus="blur()" name="A6points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; cursor: default; color: white;" onfocus="blur()" value="7" size="1" name="A7no"><input type="text" name="A7name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; cursor: default; color: white;" onfocus="blur()" value="" size="13"><input type="text" name="A7F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A7F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A7F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A7F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A7F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; cursor: default; color: white; text-align: right;" onfocus="blur()" name="A7points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; cursor: default; color: white;" onfocus="blur()" value="8" size="1" name="A8no"><input type="text" name="A8name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="A8F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A8F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A8F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A8F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A8F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="A8points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="9" size="1" name="A9no"><input type="text" name="A9name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="A9F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A9F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A9F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A9F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A9F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="A9points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="10" size="1" name="A10no"><input type="text" name="A10name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="A10F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A10F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A10F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A10F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A10F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="A10points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="11" size="1" name="A11no"><input type="text" name="A11name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="A11F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A11F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A11F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A11F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A11F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="A11points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="12" size="1" name="A12no"><input type="text" name="A12name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="A12F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A12F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A12F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A12F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A12F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="A12points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="13" size="1" name="A13no"><input type="text" name="A13name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="A13F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A13F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A13F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A13F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A13F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="A13points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="14" size="1" name="A14no"><input type="text" name="A14name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="A14F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A14F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A14F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A14F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A14F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="A14points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="15" size="1" name="A15no"><input type="text" name="A15name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="A15F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A15F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A15F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A15F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="A15F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="A15points" value="0" size="1"></td><td rowspan="4" width="1%" bgcolor="white"></td><td colspan="2" align="center" width="15%"><input type="text" name="AScore" style="border: 0pt none ; background-color: black; font-family: verdana; font-size: 30pt; cursor: default; color: white; text-align: right;" onfocus="blur();" size="2" value="0"><br><input type="text" name="AName" style="border: 0pt none ; background-color: black; font-family: verdana; cursor: default; font-size: 12pt; color: white; text-align: center;" onfocus="blur();" size="10" value=""></td><td width="10%" valign="bottom" align="center">Period <input type="text" name="Period" style="border: 0pt none ; background-color: black; font-family: verdana; font-size: 12pt; cursor: default; color: white; text-align: center;" onfocus="blur();" size="1" value="1"></td><td colspan="2" align="center" width="15%"><input type="text" name="BScore" style="border: 0pt none ; background-color: black; font-family: verdana; font-size: 30pt; cursor: default; color: white; text-align: right;" onfocus="blur();" size="2" value="0"><br><input type="text" name="BName" style="border: 0pt none ; background-color: black; font-family: verdana; cursor: default; font-size: 12pt; color: white; text-align: center;" onfocus="blur();" size="10" value=""></td><td rowspan="4" width="1%" bgcolor="white"></td><td rowspan="4" width="28%"><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="4" size="1" name="B4no"><input type="text" name="B4name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B4F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B4F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B4F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B4F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B4F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B4points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="5" size="1" name="B5no"><input type="text" name="B5name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B5F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B5F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B5F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B5F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B5F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B5points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="6" size="1" name="B6no"><input type="text" name="B6name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B6F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B6F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B6F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B6F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B6F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B6points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="7" size="1" name="B7no"><input type="text" name="B7name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B7F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B7F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B7F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B7F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B7F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B7points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="8" size="1" name="B8no"><input type="text" name="B8name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B8F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B8F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B8F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B8F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B8F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B8points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="9" size="1" name="B9no"><input type="text" name="B9name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B9F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B9F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B9F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B9F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B9F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B9points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="10" size="1" name="B10no"><input type="text" name="B10name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B10F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B10F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B10F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B10F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B10F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B10points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="11" size="1" name="B11no"><input type="text" name="B11name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B11F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B11F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B11F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B11F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B11F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B11points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="12" size="1" name="B12no"><input type="text" name="B12name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B12F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B12F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B12F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B12F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B12F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B12points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="13" size="1" name="B13no"><input type="text" name="B13name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B13F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B13F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B13F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B13F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B13F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B13points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="14" size="1" name="B14no"><input type="text" name="B14name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B14F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B14F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B14F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B14F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B14F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B14points" value="0" size="1"><br><input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="15" size="1" name="B15no"><input type="text" name="B15name" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default;" onfocus="blur()" value="" size="13"><input type="text" name="B15F1" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B15F2" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B15F3" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B15F4" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"><input type="text" name="B15F5" style="height: 7px; cursor: default; width: 7px; background-color: black;" onfocus="blur();" size="20"> <input type="text" style="border: medium none ; background-color: black; font-family: Arial Narrow; font-size: 12pt; color: white; cursor: default; text-align: right;" onfocus="blur()" name="B15points" value="0" size="1"><br></td><td rowspan="4" width="1%"></td></tr><tr><td colspan="5" align="center"><input type="text" name="Clock" style="border: 0pt none ; background-color: black; font-family: verdana; cursor: default; font-size: 30pt; color: white; text-align: center;" onfocus="blur();" size="8" value="10:00"></td></tr><tr><td width="10%"> &nbsp;   <input type="text" name="ATO1" style="border: 0pt none ; cursor: default; background-color: black; height: 12px; width: 12px;" onfocus="blur();" size="20">   <input type="text" name="ATO2" style="border: 0pt none ; cursor: default; background-color: black; height: 12px; width: 12px;" onfocus="blur();" size="20"></td><td colspan="3" width="20%" align="center"><input type="text" name="ASub" style="border: 0pt none ; background-color: black; font-family: wingdings; font-size: 12pt; cursor: default; color: white; text-align: center;" onfocus="blur();" size="1" value=""><input type="text" name="SubTO" style="border: 0pt none ; background-color: black; cursor: default; font-family: verdana; font-size: 12pt; color: white; text-align: center;" onfocus="blur();" size="11" value="Time-outs"><input type="text" name="BSub" style="border: 0pt none ; cursor: default; background-color: black; font-family: wingdings; font-size: 12pt; color: white; text-align: center;" onfocus="blur();" size="1" value=""></td><td width="10%" align="right"><input type="text" name="BTO2" style="border: 0pt none ; cursor: default; background-color: black; height: 12px; width: 12px;" onfocus="blur();" size="20"> <input type="text" name="BTO1" style="border: 0pt none ; background-color: black; height: 12px; cursor: default; width: 12px;" onfocus="blur();" size="20">&nbsp;&nbsp; </td></tr><tr><td><input type="text" name="ATF" style="border: 0pt none ; background-color: black; font-family: verdana; font-size: 20pt; color: white; cursor: default; text-align: center;" onfocus="blur();" size="1" value="0"></td><td colspan="3" valign="middle" align="center"> Team Fouls</td><td align="right"><input type="text" name="BTF" style="border: 0pt none ; background-color: black; font-family: verdana; font-size: 20pt; color: white; cursor: default; text-align: center;" onfocus="blur();" size="1" value="0"></td></tr><tr><td colspan="11" height="8"></td></tr></tbody></table><form name="bench"><table width="100%" bgcolor="navy" border="1"><tbody><tr><td width="50%"><font size="2">A, <font color="navy">-</font>1 point:  <input type="button" onclick="add1a(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="add1a(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="add1a(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="add1a(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="add1a(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="add1a(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="add1a(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="add1a(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="add1a(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="add1a(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="add1a(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="add1a(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"><br>A, 2 points:  <input type="button" onclick="add2a(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="add2a(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="add2a(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="add2a(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="add2a(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="add2a(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="add2a(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="add2a(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="add2a(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="add2a(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="add2a(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="add2a(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"><br>A, 3 points:  <input type="button" onclick="add3a(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="add3a(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="add3a(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="add3a(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="add3a(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="add3a(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="add3a(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="add3a(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="add3a(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="add3a(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="add3a(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="add3a(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"><br>A, -1 point:  <input type="button" onclick="tak1a(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="tak1a(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="tak1a(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="tak1a(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="tak1a(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="tak1a(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="tak1a(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="tak1a(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="tak1a(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="tak1a(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="tak1a(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="tak1a(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"></font></td><td><font size="2">B, <font color="navy">-</font>1 point:  <input type="button" onclick="add1b(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="add1b(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="add1b(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="add1b(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="add1b(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="add1b(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="add1b(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="add1b(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="add1b(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="add1b(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="add1b(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="add1b(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"><br>B, 2 points:  <input type="button" onclick="add2b(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="add2b(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="add2b(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="add2b(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="add2b(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="add2b(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="add2b(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="add2b(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="add2b(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="add2b(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="add2b(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="add2b(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"><br>B, 3 points:  <input type="button" onclick="add3b(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="add3b(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="add3b(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="add3b(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="add3b(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="add3b(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="add3b(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="add3b(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="add3b(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="add3b(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="add3b(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="add3b(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"><br>B, -1 point:  <input type="button" onclick="tak1b(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="tak1b(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="tak1b(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="tak1b(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="tak1b(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="tak1b(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="tak1b(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="tak1b(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="tak1b(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="tak1b(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="tak1b(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="tak1b(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"></font></td></tr><tr><td width="50%"><font size="2"><font color="navy">B No</font>A, Foul:  <input type="button" onclick="foula(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="foula(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="foula(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="foula(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="foula(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="foula(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="foula(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="foula(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="foula(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="foula(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="foula(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="foula(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"><br><font color="navy">B</font>A, No Foul:  <input type="button" onclick="nofoula(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="nofoula(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="nofoula(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="nofoula(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="nofoula(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="nofoula(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="nofoula(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="nofoula(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="nofoula(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="nofoula(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="nofoula(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="nofoula(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"><br><font color="navy">A No</font>B, Foul:  <input type="button" onclick="foulb(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="foulb(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="foulb(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="foulb(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="foulb(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="foulb(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="foulb(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="foulb(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="foulb(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="foulb(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="foulb(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="foulb(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"><br><font color="navy">A</font>B, No Foul:  <input type="button" onclick="nofoulb(4)" style="font-family: verdana; font-size: 9.5pt;" value=" 4"><input type="button" onclick="nofoulb(5)" style="font-family: verdana; font-size: 9.5pt;" value=" 5"><input type="button" onclick="nofoulb(6)" style="font-family: verdana; font-size: 9.5pt;" value=" 6"><input type="button" onclick="nofoulb(7)" style="font-family: verdana; font-size: 9.5pt;" value=" 7"><input type="button" onclick="nofoulb(8)" style="font-family: verdana; font-size: 9.5pt;" value=" 8"><input type="button" onclick="nofoulb(9)" style="font-family: verdana; font-size: 9.5pt;" value=" 9"><input type="button" onclick="nofoulb(10)" style="font-family: verdana; font-size: 9.5pt;" value="10"><input type="button" onclick="nofoulb(11)" style="font-family: verdana; font-size: 9.5pt;" value="11"><input type="button" onclick="nofoulb(12)" style="font-family: verdana; font-size: 9.5pt;" value="12"><input type="button" onclick="nofoulb(13)" style="font-family: verdana; font-size: 9.5pt;" value="13"><input type="button" onclick="nofoulb(14)" style="font-family: verdana; font-size: 9.5pt;" value="14"><input type="button" onclick="nofoulb(15)" style="font-family: verdana; font-size: 9.5pt;" value="15"></font></td><td><font size="2"><font color="navy">Time-out</font>Substitution:  <input type="button" onclick="suba()" style="font-family: verdana; font-size: 9.5pt;" value="A Team"><input type="button" onclick="subb()" style="font-family: verdana; font-size: 9.5pt;" value="B Team"><br><font color="navy">Substitution</font>Time-out:  <input type="button" onclick="toa()" style="font-family: verdana; font-size: 9.5pt;" value="A Team"><input type="button" onclick="tob()" style="font-family: verdana; font-size: 9.5pt;" value="B Team"></font><center><font size="2"><input type="button" onclick="clearsub()" style="font-family: verdana; font-size: 9.5pt;" value="Clear Subs / Cancel Time-outs"><br><input type="button" onclick="acceptto()" style="font-family: verdana; font-size: 9.5pt;" value="Accept Timeouts"></font></center></td></tr><tr><td width="50%" align="center"><font size="2">Time:<input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="clockset" size="7">&nbsp;&nbsp; Period: <select name="PeriodInput" style="font-family: verdana; font-size: 9.5pt;"><option selected="selected">1</option><option>2</option><option>3</option><option>4</option><option>E</option></select><br><input type="button" onclick="setclock()" style="font-family: verdana; font-size: 9.5pt;" value="Set"><input type="button" onclick="Down()" style="font-family: verdana; font-size: 9.5pt;" value="Start">  <input type="button" onclick="stopclock()" style="font-family: verdana; font-size: 9.5pt;" value="Stop"><br></font></td><td align="center"><font size="2"><font color="navy">B</font>A Team&#39;s Name:<input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="ANameInput" size="15"> Colour: <select name="AColourInput" style="font-family: verdana; font-size: 9.5pt;"><option selected="selected">Red</option><option>Orange</option><option>Yellow</option><option>Green</option><option>Blue</option><option>Purple</option><option>Black</option><option>White</option></select><br><font color="navy">A</font>B Team&#39;s Name:<input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="BNameInput" size="15"> Colour: <select name="BColourInput" style="font-family: verdana; font-size: 9.5pt;"><option selected="selected">Red</option><option>Orange</option><option>Yellow</option><option>Green</option><option>Blue</option><option>Purple</option><option>Black</option><option>White</option></select><br><input type="button" onclick="setnames()" style="font-family: verdana; font-size: 9.5pt;" value="Set Names and Colours"></font></td></tr><tr><td width="50%" align="center"><font size="2">A Team Player Names<br><font color="navy">0</font>4  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A4nameInput" size="11"> &nbsp;<font color="navy">0</font>5  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A5nameInput" size="11"> &nbsp;<font color="navy">0</font>6  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A6nameInput" size="11"><br><font color="navy">0</font>7  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A7nameInput" size="11"> &nbsp;<font color="navy">0</font>8  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A8nameInput" size="11"> &nbsp;<font color="navy">0</font>9  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A9nameInput" size="11"><br>10  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A10nameInput" size="11"> &nbsp;11  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A11nameInput" size="11"> &nbsp;12  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A12nameInput" size="11"><br>13  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A13nameInput" size="11"> &nbsp;14  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A14nameInput" size="11"> &nbsp;15  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="A15nameInput" size="11"></font></td><td align="center"><font size="2">B Team Player Names<br><font color="navy">0</font>4  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B4nameInput" size="11"> &nbsp;<font color="navy">0</font>5  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B5nameInput" size="11"> &nbsp;<font color="navy">0</font>6  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B6nameInput" size="11"><br><font color="navy">0</font>7  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B7nameInput" size="11"> &nbsp;<font color="navy">0</font>8  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B8nameInput" size="11"> &nbsp;<font color="navy">0</font>9  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B9nameInput" size="11"><br>10  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B10nameInput" size="11"> &nbsp;11  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B11nameInput" size="11"> &nbsp;12  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B12nameInput" size="11"><br>13  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B13nameInput" size="11"> &nbsp;14  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B14nameInput" size="11"> &nbsp;15  <input type="text" style="font-family: verdana; font-size: 9.5pt;" value="" name="B15nameInput" size="11"></font></td></tr></tbody></table></form></div><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->