<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + theDate.getYear();

var numquotes = 31;
quotes = new Array(numquotes+1);
quotes[1] = "Post in Comment box to have your Comments here";
quotes[2] = "Post in Comment box to have your Comments here";
quotes[3] = "Post in Comment box to have your Comments here";
quotes[4] = "Post in Comment box to have your Comments here";
quotes[5] = "Post in Comment box to have your Comments here";
quotes[6] = "Post in Comment box to have your Comments here";
quotes[7] = "'I went to your site, it was awsome' - Doode";
quotes[8] = "'Best Anime fan site i've seen' - DarkbladerX";
quotes[9] = "'mm . . Sure it will be a complaint! Your site is great!! It's really good!!! ^___^' - Kay Girl";
quotes[10] = "Post in Comment box to have your Comments here";
quotes[11] = "Post in Comment box to have your Comments here";
quotes[12] = "Post in Comment box to have your Comments here";
quotes[13] = "Post in Comment box to have your Comments here";
quotes[14] = "Post in Comment box to have your Comments here";
quotes[15] = "Post in Comment box to have your Comments here";
quotes[16] = "Post in Comment box to have your Comments here";
quotes[17] = "Post in Comment box to have your Comments here";
quotes[18] = "Post in Comment box to have your Comments here";
quotes[19] = "Post in Comment box to have your Comments here";
quotes[20] = "'Hey, Trav, called in to say hi, and your sites wicked!' - [DarkbladerX]";
quotes[21] = "Cafe is great Trav. - ChrisJDragoon";
quotes[22] = "Just saving CT is 100 times better then watching  animes - Cyclone";
quotes[23] = "Post in Comment box to have your Comments here";
quotes[24] = "Post in Comment box to have your Comments here";
quotes[25] = "Post in Comment box to have your Comments here";
quotes[26] = "Post in Comment box to have your Comments here";
quotes[27] = "Post in Comment box to have your Comments here";
quotes[28] = "Post in Comment box to have your Comments here";
quotes[29] = "Post in Comment box to have your Comments here";
quotes[30] = "Post in Comment box to have your Comments here";
quotes[31] = "Post in Comment box to have your Comments here";

document.write('<b>Visitor Comment For ' + textdate + '</b> - ');
document.write('<b><i>' + quotes[day] + '</i><b>');
//  End -->

