Countdown - get date from server with asp?

Hi,

I have successfully managed to follow and implement the flash date countdown timer tutorial given here: http://www.kirupa.com/developer/mx/countdown.htm

However I need to get the time from my server rather than the client so that everyone see’s the same time and nobody can view the rest of the movie before the deadline has been reached.

Instructions are given to get the tiome from the server using PHP, however our website runs on asp.net so i cannot use this PHP script.

I know I can call the date from my server on an aspx page with:

[FONT=Arial][SIZE=2][COLOR=navy][COLOR=navy][FONT=Arial]<% dteDate = Now %>[/FONT][/COLOR][/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=navy][COLOR=navy][FONT=Arial]<%=dteDate %>[/FONT][/COLOR][/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=navy][COLOR=navy][FONT=Arial][/FONT][/COLOR][/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=navy][COLOR=navy][FONT=Arial]Which displays as:[/FONT][/COLOR][/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=navy][COLOR=navy][FONT=Arial][/FONT][/COLOR][/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=#000000][COLOR=navy][FONT=Arial]19/03/2007 12:40:29[/FONT][/COLOR][/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=#000000][COLOR=navy][FONT=Arial][/FONT][/COLOR][/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=#000000][COLOR=navy][FONT=Arial]Is it possible to pull that into the countdown? If so where do I need to start?[/FONT][/COLOR][/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=#000000][COLOR=navy][FONT=Arial][/FONT][/COLOR][/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=#000000][COLOR=navy][FONT=Arial]Thanks.[/FONT][/COLOR][/COLOR][/SIZE][/FONT]