<!--
var counter=0;
var URL="elastomere.htm"
function timer() {
if (counter == 0) {location.href=URL;} else {counter = counter - 1; setTimeout("timer()", 1000);}
}
timer()
//-->
