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 | 1 Comment »
Saturday, June 27th, 2009
SHOPPING TWIT BITS
follow fish expert on Twitter
Posted in News | No Comments »
Thursday, November 20th, 2008
Setup the new 240L Aquarium
Originally uploaded by viktorlantos
Nice freshwater set-up - note the extra large driftwood.
Posted in News | Comments Off
Wednesday, May 23rd, 2007
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())
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + [...]
Posted in News | Comments Off
Sunday, May 6th, 2007
Counter started Saturday May 5, 2007 10pm
Posted in News | No Comments »
Sunday, January 7th, 2007
Baby Africans
WHAT IS EXPERTISE?
I consider myself a Discus expert ... and I'm sure most Discus experts will disagree with me .... I've hardly ever kept Discus and have never bred them ......
then again when it comes to any aquarium fish I feel I'm an expert ... regardless of any hands on experience .....it's definately all [...]
Posted in News | Comments Off