<!--
function tdadvert() {
var uri = 'http://impgb.tradedoubler.com/imp?type(js)pool(194543)a(57153)' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
}

function display_date() { //v2.0
       var DayOfWeek = new Array('SUNDAY','MONDAY','TUESDAY','WEDNESDAY','THURSDAY','FRIDAY','SATURDAY');
       var MonthName = new Array('JAN.','FEB.','MARCH','APRIL','MAY','JUNE','JULY','AUGUST','SEPT.','OCT.','NOV.','DEC.');
       var theDate = new Date();

       document.write('<span class="fontdate"><b>'+DayOfWeek[theDate.getDay()] + ' ' +
			   MonthName[theDate.getMonth()] + ' ' +
               theDate.getDate() + ', ' +
               (theDate.getYear() < 200 ? theDate.getYear() + 1900 : theDate.getYear()) +
              '</b></span>');}
	
function bookmarkthistext(location,title) {
	if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion >= "4.0") {
		if (title == "") {title="document.title"}
		else {title="'"+title+"'"}
		if (location == "") {location="location.href"}
		else {location="'"+location+"'"}
  		document.write('<a href="javascript:void(0);" class="linkblue" onMouseOver="window.status='+"'Click here to add this page to your favourites'"+'; return true" onMouseOut="window.status='+"' '"+'; return true" onClick="window.external.AddFavorite('+location+','+title+');">click here to add this page to your favourites</a>')}
	else
		{document.write("<strong>hit CTRL-D to bookmark this page</strong>")}
}

function bookmarkthis(location,title) {
	if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion >= "4.0") {
		if (title == "") {title="document.title"}
		else {title="'"+title+"'"}
		if (location == "") {location="location.href"}
		else {location="'"+location+"'"}
  		document.write('<a href="javascript:void(0);" class="linkblue" onMouseOver="window.status='+"'Click here to add this page to your favourites'"+'; return true" onMouseOut="window.status='+"' '"+'; return true" onClick="window.external.AddFavorite('+location+','+title+');"><b><font color="#FFFFFF">ADD TO FAVOURITES</b></font></a>&nbsp; |&nbsp; ')}
}
//-->