Archive for the 'News' Category
Saturday, January 2nd, 2010
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
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 »
Wednesday, June 17th, 2009
SEARCH OVER 175 AQUARIUMVILLE SITES!
@import url(http://www.google.com/cse/api/branding.css);
[...]
Posted in News | No Comments »
Sunday, October 26th, 2008
Is This Goldfish Sick Or Healthy
Is This Goldfish Sick Or HealthyBy Dane J Stanton
Goldfish sick with disease are easy to detect. They will have symptoms that are different from normal goldfish behavior. Goldfish are fast swimmers. If your goldfish is swimming very slowly and turning belly up frequently while swimming know that there is something [...]
Posted in News | No Comments »
Saturday, February 2nd, 2008
var sc_project=4342241;
var sc_invisible=1;
var sc_partition=54;
var sc_click_stat=1;
var sc_security="e1d1347a";
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-1015667-3");
pageTracker._initData();
pageTracker._trackPageview();
Posted in News | Comments Off