Jump to content

new avatar and sig


HighHeat45

Recommended Posts

please work

 

<script language="javascript" type="text/javascript">

<!--

now = new Date

thisYr = now.getYear()

if (thisYr

thisYr = thisYr+1900

}

nextYr = thisYr + 1

day = new Date(thisYr,2,4)

if (day.getTime()

day.setYear(nextYr)

}

function dayToDays(inTime) {

return (inTime.getTime() / (1000 * 60 * 60 * 24))

}

function daysTill(inDate) {

return (Math.ceil(dayToDays(inDate) - dayToDays(now)))

}

// -->

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...