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
var d=new Date()
var weekday=new Array("Site last updated - Sunday","Site last updated - Monday","Site last updated - Tuesday","Site last updated - Wednesday","Site last updated - Thursday","Site last updated - Friday","Site last updated - Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write(weekday[d.getDay()] + ", ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
SHOPPING TWIT BITS
follow fishexpert on Twitter
Posted in News | Comments Off
Monday, May 14th, 2007
Counter started Saturday May 5, 2007 10pm
Posted in News | Comments Off
Wednesday, January 10th, 2007
Enter your search terms
Submit search form
Web
AquariumWebSites.com
CichlidMagazine.com
DiscusForum.com
Posted in News | Comments Off
Monday, November 20th, 2006
[...]
Posted in News | Comments Off
Wednesday, October 25th, 2006
Suddenly in darkness
emerged a ship
as along the shore
the tide did rip,
I stood watch
biting lower lip,
the ship crept closer
the wind was roaring,
above my head
a gull was soaring,
then twas quiet,
arose the mist,
the ship was gone
it was no more ....
Posted in News | Comments Off
Monday, August 8th, 2005
IS ABOUT Public aquariums, why they are fun and why they contain an extremely important message about us and the planet earth.
Have you visited one? How did you like it? Any pictures? Advice?
For those who are planning to visit a Public Aquarium or simply looking for something interesting to do either alone, with a friend [...]
Posted in News | 2 Comments »