//*******************************************************************************************
//* DALLAS BLACK FIRE FIGHTERS INTERNET APPLICATION DEVELOPED BY BRIGHT SIAW AFRIYIE				  *
//* todaysdate 1.0																				  *
//*******************************************************************************************
//*Copyright 2001-2004 Bright Siaw Afriyie			bsiaw@ci.dallas.tx.us						      *
//*Created 04/12/2004								Last Modified 05/14/2004					      *
//*Designed for The City Of Dallas Black Fire Fighters Association by Bright Siaw Afriyie on 04/12/2004      *	
//* COPYRIGHT NOTICE                                                          					*
//* Copyright 2001-2004 Bright A. Siaw  All Rights Reserved.                     						*
//*                                                                            					*	
//* FDINDEX may only be used and may not be copied nor modified by anyone so long as this    *
//* copyright notice and the comments above remain intact.  By using this      					*
//* code you agree to indemnify Bright Siaw Afriyie from any liability that                  *  
//* might arise from it's use.                                                 					*  
//*									     														*
//* Selling the code for this program without prior written consent is         					*
//* expressly forbidden.  In other words, please ask first before you try and  					*
//* make money off of my program.						     												*
//*                                                                            					*
//* Obtain permission before redistributing this software over the Internet or 					*
//* in any other medium.	In all cases copyright and header must remain intact					*
//*																												*	
//*																												*
//*********************************************************************************************


                  
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
document.write("<Center><small><font color='ffffff' face='Arial' size='2'><b>"+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+"</b></font></small><center>");
 

 // <FONT color="#ffffff" size="2">

