<!--
document.write("<br>");
document.write("<FONT SIZE=1 FACE='Arial'><img src='angel.gif' title='Interactivity Panel' border=0><img src='angel.gif' title='Interactivity Panel' border=0><BR>");
document.write("<table title='Interactivity Panel' border=0>");
document.write("<tr>");

document.write("<td  STYLE='cursor:help'>");
document.write("<center>");
document.write("<font face='arial' size=1><B>");
document.write("<center><a href='javascript:help();' title='Click For Help With This Section'  STYLE='cursor:help'>Help</A><BR>");
document.write("</B></font>");
document.write("</center>");
document.write("</td>");

document.write("<td>");
document.write("<center>");
document.write("<font face='arial' size=1><B>");
document.write("<center><a href='javascript:news();' title='Related News'><font face='Trebuchet MS' size=2>News</font></A>");
document.write("</B></font>");
document.write("</center>");
document.write("</td>");

document.write("<td>");
document.write("<center>");
document.write("<font face='arial' size=1><B>");
document.write("<center><a href='javascript:post();' title='Respond to what you are reading...'>Post</A>");
document.write("</B></font>");
document.write("</center>");
document.write("</td>");

document.write("<td>");
document.write("<center>");
document.write("<font face='arial' size=1><B>");
document.write("<center><a href='javascript:files();' title='Related Files To Download'>Files</A>");
document.write("</B></font>");
document.write("</center>");
document.write("</td>");

document.write("<td>");
document.write("<center>");
document.write("<font face='arial' size=1><B>");
document.write("<center><a href='javascript:chat();' title='Chat With The Artist'>Chat</A>");
document.write("</B></font>");
document.write("</center>");
document.write("</td>");

document.write("<td>");
document.write("<center>");
document.write("<font face='arial' size=1><B>");
document.write("<center>");
document.write("<a href='javascript:links()' title='Other content you should see...'>Links</A>");
document.write("</B></font>");
document.write("</center>");
document.write("</td>");

document.write("<td>");
document.write("<center>");
document.write("<font face='arial' size=1><B>");
document.write("<center>");
document.write("<a href='todo_frame.htm' title='Click here to maintain a list of To Do items.'>2Do</A>");
document.write("</B></font>");
document.write("</center>");
document.write("</td>");

document.write("<td>");
document.write("<center>");
document.write("<font face='arial' size=1><B>");
document.write("<center><A HREF='email.htm' TITLE='Click here to send e-mail to the Naked Angel Artist.' TARGET='MainFrame'>EMail</A>");
document.write("</B></font>");
document.write("</center>");
document.write("</td>");
document.write("<td>");

document.write("<center>");
document.write("<font face='arial' size=1><B>");
document.write("<center>");
document.write("<a href='javascript:addtofavorites();' title='Add this page to your favorites...'>Add</a>");
document.write("</B></font>");
document.write("</center>");
document.write("</td>");

document.write("<td>");
document.write("<center>");
document.write("<font face='arial' size=1><B>");
document.write("<center>");
document.write("<center><a href='javascript:find();' title='Search This Section'>Find</A>")
document.write("</B></font>");
document.write("</center>");
document.write("</td>");

document.write("</tr>");
document.write("</table><FONT STYLE='font-family:tahoma;font-size:9;color=#8e8e8e'> ")
document.write(document.title)
document.write(" <B>Updated:</B> ")
var days = new Array(8);
days[1] = "Sunday";
days[2] = "Monday";
days[3] = "Tuesday";
days[4] = "Wednesday";
days[5] = "Thursday";
days[6] = "Friday";
days[7] = "Saturday";
var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";
var dateObj = new Date(document.lastModified)
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear = dateObj.getYear()
if (fyear < 2000) 
fyear = fyear + 1900
document.write(lmonth + " " + date + ", " + fyear)
document.write("<BR>"+document.location);
function file_name_only(str) { 
var slash = '/' 
if (str.match(/\\/)) { 
slash = '\\' 
} 
var filename = str.substring(str.lastIndexOf(slash) + 1, str.lastIndexOf('.'))
return filename;
}
document.write(" | <B>Keyword: "+ file_name_only(document.location.href)+"</B>")
//-->