ეს სკრიპტი არცერთ ქართულ საიტზე არ დევს. სკრიპტი სრულადში
Code:
<div align="center"><center>
<table
bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF" bgcolor="#000000"
border="1" bordercolor="#ffffff" cellpadding="3" cellspacing="1">
<tbody><tr>
<td valign="top"><script language="JavaScript"><!--
function person_in() {
enter=new Date();
}
function person_out() {
exit=new Date();
time_dif=(exit.getTime()-enter.getTime())/1000;
time_dif=Math.round(time_dif);
alert ("You've only been here for: " + time_dif + " seconds!")
}
startday = new Date();
clockStart = startday.getTime();
function initStopwatch() {
var myTime = new Date();
var timeNow = myTime.getTime();
var timeDiff = timeNow - clockStart;
this.diffSecs = timeDiff/1000;
return(this.diffSecs); }
function getSecs() {
var mySecs = initStopwatch();
var mySecs1 = ""+mySecs;
mySecs1= mySecs1.substring(0,mySecs1.indexOf(".")) + " წამი.";
document.forms[0].timespent.value = mySecs1
window.setTimeout('getSecs()',1000); }
// --></script><form>
<div align="center"><center><p><font
color="#80ff00" face="MS Sans Serif" size="1">თქვენ ამ საიტზე
იმყოფებით:<br>
<br>
</font><input
size="20" name="timespent" onfocus="this.blur()" style="font-family:
sans-serif; text-align: center; font-size: 8pt; background-color:
rgb(0, 0, 0); color: rgb(255, 255, 0); border: thin none;"
type="text"></p>
</center></div>
</form>
</td>
</tr>
</tbody></table>
</center></div> </body></html>