The method i was thinking works fine, but only until the hour changes...
i dont know much about javascript at all and cant seem to repass in a variable when it recalls the function that shows the time. Maybe someone can help... here's where the problem is...
setTimeout("show2(thisvariable)",1000)
when i try passing the variable "thisvariable" to the function again, it locks it... if i put the variable in within "", it locks it. If i put the variable within '' it obviously doesnt show the content of the variable but the variable name itself. If someone can show me how to repass through the variable i will post the finished product right away. This is the only thing holding me back but i dont have time to run and learn js to do it.