Yet again, Nicholas Laughlin is not watching the Trinidad & Tobago vs. Bahrain World Cup qualifier match.
And yet again, I’m relaying the radio broadcast to my cousin in Washington D.C. via Skype. Nicholas is supposed to join us as well but no sign of him as yet. . . .
Technorati Tags: caribbean, football, sport, skype, soca warriors, soccer, sport, trinidad, trinidad + tobago
[...] Georgia is skypecasting the match. I’m listening. I’m also getting very nervous. Oy. posted by Ryan Patrick at 12:45 pm CAM function subtractOne() { //Subtract 1 from current value in form field. var newValue = parseInt(document.myForm2.numberShown.value)-1 //Replace the contents of form field with smaller number. document.myForm2.numberShown.value = newValue //– If countdown hasn’t reached zero, pause then do it again. if (newValue > 0) { //– From here on out, this function calls itself once every second. var myTimer=setTimeout(“subtractOne()”,1000) //– When countdown does reach zero, stop the timer and call reachedZero(). }else{ clearTimeout(myTimer) reachedZero() } } //– This function is called by onload=”getStarted()” in this page’s //– body tag, and gets the ball rolling. function getStarted() { //– Loads the number 10 into the form field. document.myForm2.numberShown.value=”10″ //– Pauses one-second, then calles the subtractOne function. var myTimer=setTimeout(“subtractOne()”,1000) } function reachedZero() { //– This is the function that is executed when the countdown ends. document.myForm2.numberShown.value = ’10′ document.images['myCam'].src = ‘../blog/cam.jpg?’ + Math.random(); getStarted() } Refreshes in [...]