Archive for the 'News' Category
Saturday, November 7th, 2009
Stamp = new Date();
year = Stamp.getYear();
if (year < 2000) year = 1900 + year;
document.write('' + (Stamp.getMonth() + 1) +"/"+Stamp.getDate()+ "/"+ year + '');
var Hours;
var Mins;
var Time;
Hours = Stamp.getHours();
if (Hours >= 12) {
Time = " P.M.";
}
else {
Time = " A.M.";
}
if (Hours > 12) {
Hours -= 12;
}
if (Hours == 0) {
Hours = 12;
}
Mins = Stamp.getMinutes();
if (Mins < [...]
Posted in News | No Comments »
Saturday, June 27th, 2009
-BULLETIN BOARD - SPECIALS
follow fishexpert on Twitter
Posted in News | No Comments »
Sunday, April 6th, 2008
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-2891947-23");
pageTracker._initData();
pageTracker._trackPageview();
Posted in News | Comments Off
Sunday, May 6th, 2007
Counter started Saturday May 5, 2007 10pm
Posted in News | Comments Off