function showDate()
{
	ThisDate=new Date();
	month = new Array(12);
	month[0] = "Jan";
	month[1] = "Feb";
	month[2] = "Mar";
	month[3] = "Apr";
	month[4] = "May";
	month[5] = "Jun";
	month[6] = "Jul";
	month[7] = "Aug";
	month[8] = "Sep";
	month[9] = "Oct";
	month[10] = "Nov";
	month[11] = "Dec";

	days = new Array(32);
	days[1] = "1st";
	days[2] = "2nd";
	days[3] = "3rd";
	days[4] = "4th";
	days[5] = "5th";
	days[6] = "6th";
	days[7] = "7th";
	days[8] = "8th";
	days[9] = "9th";
	days[10] = "10th";
	days[11] = "11th";
	days[12] = "12th";
	days[13] = "13th";
	days[14] = "14th";
	days[15] = "15th";
	days[16] = "16th";
	days[17] = "17th";
	days[18] = "18th";
	days[19] = "19th";
	days[20] = "20th";
	days[21] = "21st";
	days[22] = "22nd";
	days[23] = "23rd";
	days[24] = "24th";
	days[25] = "25th";
	days[26] = "26th";
	days[27] = "27th";
	days[28] = "28th";
	days[29] = "29th";
	days[30] = "30th";
	days[31] = "31st";
	
	
	year = ThisDate.getFullYear();
		
	CurrentDate=days[ThisDate.getDate()] + " " + month[ThisDate.getMonth()] + " " + year;
	document.write(CurrentDate);
}

if (document.images)
{
	whatis = new Image();                    
	whatis.src = "images/buttons/whatis.gif"; 
	whatis_Over = new Image();                    
	whatis_Over.src = "images/buttons/whatis_over.gif";
	whatis_Sel = new Image();                    
	whatis_Sel.src = "images/buttons/whatis_sel.gif";
	
	phistory = new Image();                    
	phistory.src = "images/buttons/history.gif"; 
	phistory_Over = new Image();                    
	phistory_Over.src = "images/buttons/history_over.gif";
	phistory_Sel = new Image();                    
	phistory_Sel.src = "images/buttons/history_sel.gif";
	
	about = new Image();                    
	about.src = "images/buttons/about.gif"; 
	about_Over = new Image();                    
	about_Over.src = "images/buttons/about_over.gif";
	about_Sel = new Image();                    
	about_Sel.src = "images/buttons/about_sel.gif";
	
	health = new Image();                    
	health.src = "images/buttons/health.gif"; 
	health_Over = new Image();                    
	health_Over.src = "images/buttons/health_over.gif";
	health_Sel = new Image();                    
	health_Sel.src = "images/buttons/health_sel.gif";
	
	practitioners = new Image();                    
	practitioners.src = "images/buttons/practitioners.gif"; 
	practitioners_Over = new Image();                    
	practitioners_Over.src = "images/buttons/practitioners_over.gif";
	practitioners_Sel = new Image();                    
	practitioners_Sel.src = "images/buttons/practitioners_sel.gif";
	
	instructors = new Image();                    
	instructors.src = "images/buttons/instructors.gif"; 
	instructors_Over = new Image();                    
	instructors_Over.src = "images/buttons/instructors_over.gif";	
	instructors_Sel = new Image();                    
	instructors_Sel.src = "images/buttons/instructors_sel.gif";	
	
	courses = new Image();                    
	courses.src = "images/buttons/courses.gif"; 
	courses_Over = new Image();                    
	courses_Over.src = "images/buttons/courses_over.gif";		
	courses_Sel = new Image();                    
	courses_Sel.src = "images/buttons/courses_sel.gif";	
	
	associations = new Image();                    
	associations.src = "images/buttons/associations.gif"; 
	associations_Over = new Image();                    
	associations_Over.src = "images/buttons/associations_over.gif";		
	associations_Sel = new Image();                    
	associations_Sel.src = "images/buttons/associations_sel.gif";	
	
	ematerial = new Image();                    
	ematerial.src = "images/buttons/ematerial.gif"; 
	ematerial_Over = new Image();                    
	ematerial_Over.src = "images/buttons/ematerial_over.gif";	
	ematerial_Sel = new Image();                    
	ematerial_Sel.src = "images/buttons/ematerial_sel.gif";
	
	newsletter = new Image();                    
	newsletter.src = "images/buttons/newsletter.gif"; 
	newsletter_Over = new Image();                    
	newsletter_Over.src = "images/buttons/newsletter_over.gif";	
	newsletter_Sel = new Image();                    
	newsletter_Sel.src = "images/buttons/newsletter_sel.gif";	
	
	hdentistry = new Image();                    
	hdentistry.src = "images/buttons/hdentistry.gif"; 
	hdentistry_Over = new Image();                    
	hdentistry_Over.src = "images/buttons/hdentistry_over.gif";	
	hdentistry_Sel = new Image();                    
	hdentistry_Sel.src = "images/buttons/hdentistry_sel.gif";

	hdentists = new Image();                    
	hdentists.src = "images/buttons/hdentists.gif"; 
	hdentists_Over = new Image();                    
	hdentists_Over.src = "images/buttons/hdentists_over.gif";	
	hdentists_Sel = new Image();                    
	hdentists_Sel.src = "images/buttons/hdentists_sel.gif";
	
	ak = new Image();                    
	ak.src = "images/buttons/ak.gif"; 
	ak_Over = new Image();                    
	ak_Over.src = "images/buttons/ak_over.gif";	
	ak_Sel = new Image();                    
	ak_Sel.src = "images/buttons/ak_sel.gif";
	
	akc = new Image();                    
	akc.src = "images/buttons/akc.gif"; 
	akc_Over = new Image();                    
	akc_Over.src = "images/buttons/akc_over.gif";	
	akc_Sel = new Image();                    
	akc_Sel.src = "images/buttons/akc_sel.gif";
	
	contact = new Image();                    
	contact.src = "images/buttons/contact.gif"; 
	contact_Over = new Image();                    
	contact_Over.src = "images/buttons/contact_over.gif";		
	contact_Sel = new Image();                    
	contact_Sel.src = "images/buttons/contact_sel.gif";		
}

var currentHigh = '';

function imageOver(imageName)
{
	if (imageName != currentHigh)
		if (document.images) 
			document [imageName].src = eval(imageName + "_Over.src");
}

function imageOut(imageName)
{
	if (imageName != currentHigh)
		if (document.images) 
			document [imageName].src = eval(imageName + ".src");
}

function switchHigh(imageName)
{
	if (document.images)
	{
		if (currentHigh != '')
			document [currentHigh].src = eval(currentHigh + ".src");
		
		if (imageName != '')
			document [imageName].src = eval(imageName + "_Sel.src");
	}
		
	currentHigh = imageName;
}