Newest Family Member
Moderator: snoopdog
Newest Family Member
Finally talked Kevin in to a new baby.....
She is an Australian Shepard/Lab mix... wasn't what we were shopping for but she decided she wanted us...
Her name is Java...
She is an Australian Shepard/Lab mix... wasn't what we were shopping for but she decided she wanted us...
Her name is Java...
- Attachments
-
- Pic one
- DSCN3278.JPG (67.92 KiB) Viewed 3569 times
-
- Pic two
- DSCN3284.JPG (45.25 KiB) Viewed 3569 times
-
- Pic Three
- DSCN3285.JPG (60.15 KiB) Viewed 3569 times
Last edited by Amyjoe on Thu Jun 16, 2005 9:02 pm, edited 1 time in total.
Wonder what it is going to take to get a bigger tank?????
Got her at the pet adoption they have weekly at B&B. She is a doll... doesn't like to be alone though. We were playing with the coffee names... Mocca, Cocoa, Hershey... Java kinda fit all of those and it is also a programming language so she is a computer dog...
Java-Bean.. she is a dolll
Java-Bean.. she is a dolll
Wonder what it is going to take to get a bigger tank?????
- harbingerofthefish
- Copepod
- Posts: 393
- Joined: Sun Feb 23, 2003 2:55 pm
- Location: ^^Harbinger wishes he was way up here^^ - um...can we say abuse of power here?! and memphis, tn ;)
- Contact:
i guess:
java-function hoverOff(hoverElement) {
hoverElement.className = "hoverOff";
}
function hoverOn(hoverElement) {
hoverElement.className = "hoverOn";
}
function tellsize(){
if(document.getElementById){
if(window.innerWidth <= 940 || document.body.clientWidth <=940){
document.getElementById('angelcorner').style.display='none';}
else if(window.innerWidth >=941 || document.body.clientWidth){document.getElementById('angelcorner').style.display='block';}
}
else if(document.all){
if(window.innerWidth <= 940 || document.body.clientWidth <=940){document.all['angelcorner'].style.visibility = "hidden";}
else if(window.innerWidth >= 941 || document.body.clientWidth){document.all['angelcorner'].style.visibility = "visible";}
}
else if(document.layers){
if(window.innerWidth <= 940 || document.body.clientWidth <=940){document.layers['angelcorner'].style.visibility = "hidden";}
else if(window.innerWidth >= 941 || document.body.clientWidth){document.layers['angelcorner'].style.visibility = "visible";}
}
document.getElementById('leftcol').innerHTML="screen width="+screen.width+"<br>screen height="+screen.height+"<br>window width="+document.body.clientWidth+"";
}
function showImg(image,thealt){
document.getElementById('large-img').src=image;
document.getElementById('large-img').alt=thealt;
}-
bean is too long
java-function hoverOff(hoverElement) {
hoverElement.className = "hoverOff";
}
function hoverOn(hoverElement) {
hoverElement.className = "hoverOn";
}
function tellsize(){
if(document.getElementById){
if(window.innerWidth <= 940 || document.body.clientWidth <=940){
document.getElementById('angelcorner').style.display='none';}
else if(window.innerWidth >=941 || document.body.clientWidth){document.getElementById('angelcorner').style.display='block';}
}
else if(document.all){
if(window.innerWidth <= 940 || document.body.clientWidth <=940){document.all['angelcorner'].style.visibility = "hidden";}
else if(window.innerWidth >= 941 || document.body.clientWidth){document.all['angelcorner'].style.visibility = "visible";}
}
else if(document.layers){
if(window.innerWidth <= 940 || document.body.clientWidth <=940){document.layers['angelcorner'].style.visibility = "hidden";}
else if(window.innerWidth >= 941 || document.body.clientWidth){document.layers['angelcorner'].style.visibility = "visible";}
}
document.getElementById('leftcol').innerHTML="screen width="+screen.width+"<br>screen height="+screen.height+"<br>window width="+document.body.clientWidth+"";
}
function showImg(image,thealt){
document.getElementById('large-img').src=image;
document.getElementById('large-img').alt=thealt;
}-
bean is too long
"nothing is the matter, it don't matter what you think"
Hey Karen what ever happened to the hairless wonder?Jahdiel wrote:OMG those eyes just capture your heart, I can see why you couldnt resist her! Congrads. I too am getting SOOO excited, I bring our little girl home on the 29th. Hey we will have to get the kids together to play. I think yours could make a snack out of mine till then.
RENTON: I chose not to choose life. I chose something else. And the reasons? There are no reasons. Who needs reasons when you've got Heroin?
- snoopdog
- Yellow Tang
- Posts: 4258
- Joined: Mon Feb 17, 2003 7:37 pm
- Are you a Bot ?: No
- Location: Mobile, Al
- Contact:
Yeah that is why i wanted to name her PERL.
#!/usr/bin/perl -w
use warnings;
use IO::All;
use CGI qw(:standard);
use DBI;
use File::Find;
$q = new CGI;
print $q->header('text/html');
$casenumber = param ('CaseNumber');
$DIRECTORY = '..';
find (\&wanted, $DIRECTORY);
sub wanted {
/(.*)$casenumber.*(pdf)/is or return;
$num = ($File::Find::name);
#$num =~ s!/!\\!;
print "<a href='file:$num'>$num</a><br>";
}
print "<a href='$num'></a>";
#!/usr/bin/perl -w
use warnings;
use IO::All;
use CGI qw(:standard);
use DBI;
use File::Find;
$q = new CGI;
print $q->header('text/html');
$casenumber = param ('CaseNumber');
$DIRECTORY = '..';
find (\&wanted, $DIRECTORY);
sub wanted {
/(.*)$casenumber.*(pdf)/is or return;
$num = ($File::Find::name);
#$num =~ s!/!\\!;
print "<a href='file:$num'>$num</a><br>";
}
print "<a href='$num'></a>";
"When they was no meat we ate fowl, when there was no fowl we ate crawdad. And when there was no crawdad to be found, we ate sand."--Cellmate
"You ate what?"--H.I.
"We ate sand."--Cellmate
"You ate sand?"--H.I.
"That's right."--Cellmate
"You ate what?"--H.I.
"We ate sand."--Cellmate
"You ate sand?"--H.I.
"That's right."--Cellmate