 
function positionSquare(layerName){
var layerRef = layerName; 	
 
	 if (navigator.appName == "Netscape") {
	    
		if(layerRef =="countdownClassicNum"){
		document.getElementById("countdownClassicNum").style.position = "absolute"; 
 		//document.getElementById("countdownClassicNum").style.left = 675;
 		//alert(document.getElementById("countdownClassicNum").style.left);
 		//document.getElementById("countdownClassicNum").style.top = 275;
 		 
 		//document.getElementById("countdownClassicNum").style.clip="rect(auto auto 45 auto)";
 		//document.getElementById("countdownClassicNum").style.width= 150;
 		//document.getElementById("countdownClassicNum").style.height = 45;
 		}
 	}	
 		  
	 
	 
	document.getElementById("countdownClassicNum").style.visibility =  "visible";
	}
 