Make your own free website on Tripod.com

document.isTrellix = 1;

<HEAD>

 

<SCRIPT LANGUAGE="JavaScript">

<!-- Original: Ramandeep Singh (ramandeepji@yahoo.com) -->

<!-- Web Site: http://hard-drive.hypermart.net -->

 

<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->

 

<!-- Begin

var dn;

c1 = new Image(); c1.src = "digital-clock/c1.gif";

c2 = new Image(); c2.src = "digital-clock/c2.gif";

c3 = new Image(); c3.src = "digital-clock/c3.gif";

c4 = new Image(); c4.src = "digital-clock/c4.gif";

c5 = new Image(); c5.src = "digital-clock/c5.gif";

c6 = new Image(); c6.src = "digital-clock/c6.gif";

c7 = new Image(); c7.src = "digital-clock/c7.gif";

c8 = new Image(); c8.src = "digital-clock/c8.gif";

c9 = new Image(); c9.src = "digital-clock/c9.gif";

c0 = new Image(); c0.src = "digital-clock/c0.gif";

cb = new Image(); cb.src = "digital-clock/cb.gif";

cam = new Image(); cam.src = "digital-clock/cam.gif";

cpm = new Image(); cpm.src = "digital-clock/cpm.gif";

function extract(h,m,s,type) {

if (!document.images) return;

if (h <= 9) {

document.images.a.src = cb.src;

document.images.b.src = eval("c"+h+".src");

}

else {

document.images.a.src = eval("c"+Math.floor(h/10)+".src");

document.images.b.src = eval("c"+(h%10)+".src");

}

if (m <= 9) {

document.images.d.src = c0.src;

document.images.e.src = eval("c"+m+".src");

}

else {

document.images.d.src = eval("c"+Math.floor(m/10)+".src");

document.images.e.src = eval("c"+(m%10)+".src");

}

if (s <= 9) {

document.g.src = c0.src;

document.images.h.src = eval("c"+s+".src");

}

else {

document.images.g.src = eval("c"+Math.floor(s/10)+".src");

document.images.h.src = eval("c"+(s%10)+".src");

}

if (dn == "AM") document.j.src = cam.src;

else document.images.j.src = cpm.src;

}

function show3() {

if (!document.images)

return;

var Digital = new Date();

var hours = Digital.getHours();

var minutes = Digital.getMinutes();

var seconds = Digital.getSeconds();

dn = "AM";

if ((hours >= 12) && (minutes >= 1) || (hours >= 13)) {

dn = "PM";

hours = hours-12;

}

if (hours == 0)

hours = 12;

extract(hours, minutes, seconds, dn);

setTimeout("show3()", 1000);

}

// End -->

</script>

 

</HEAD>

 

<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->

 

<BODY onLoad="show3()" bgcolor="#000000">

 

<!-- STEP THREE: Copy this code into the BODY of your HTML document -->

 

<img height=21 src="digital-clock/cb.gif" width=16 name=a>

<img height=21 src="digital-clock/cb.gif" width=16 name=b>

<img height=21 src="digital-clock/colon.gif" width=9 name=c>

<img height=21 src="digital-clock/cb.gif" width=16 name=d>

<img height=21 src="digital-clock/cb.gif" width=16 name=e>

<img height=21 src="digital-clock/colon.gif" width=9 name=f>

<img height=21 src="digital-clock/cb.gif" width=16 name=g>

<img height=21 src="digital-clock/cb.gif" width=16 name=h>

<img height=21 src="digital-clock/cam.gif" width=16 name=j>

 

<p><center>

<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>

by <a href="http://javascriptsource.com">The JavaScript Source</a></font>

</center><p>

Laura-Lee's .com

About Me | Family Photo Album | Vacation Pics | Favorite Links | Just E-mail Me | New Page Title

Welcome to my webpage ~Laura

Here you can learn about me, see a bunch of cool pics, and visit my favorite links. Hope you like it!

On this home page, the "doorway" to my site, I'll introduce myself and talk about my reasons for wanting a web site. I might put a picture of myself on this page...or just a picture that I especially like.

Please sign my guestbook with any comments or reactions you have to my site. You can also contact me privately. I love to get mail!

A door

I hope to update this page often with new photos.

 

Click to receive e-mail
when this page is updated

Powered by NetMind

   

 

What's New?

Here I'll tell you what's going on with my website:

3/5/01 - I'm still working on my website finishes, but ill be done soon