Hi !My name is Renata.I live in a capital of Croatia,Zagreb.I am vet technician,dogs and pigs nurse.I love animals,computers and most of all I LOVE PIT BULLS !Pit Bulls are great dogs,intelligent,gentle and patient and they smile all the time.My oldest dog is 14 years old blue APBT.I found him on the street long time ago.Poor dog was all skin and bones and i took him to my home. He was fighting dog and his ex owners bounced him because he got sick and he was unable to fight and bring them money.I am strongly against dog fights,no one should use them like cash machines.My poor dog couldn't walk for almost 6 months and my friends thought am crazy cos i was fighting for his life and i didn't want to put him asleep like they advised me.I was right cos finally after 6 months he stood on his legs.He is perfect guardian and my best friend,he always walks free on the street and he is friendly to everyone: dogs,cats,humans...He became father for 3 times and i had house full of puppies and i also owe their mom a 5 years old pit bull-stafford mix.I kept one of the puppies for myself.He is 5 months old now and he is a bad,bad boy.He stole my cell phone and hid it somewhere.My 4th dog is 5 years old female Belgian Shepperd dog,she is beautiful and clever but also very spoiled dog.Oh,i almost forgot to tell you about Jimmy.Jimmy is my pet too,my computer! :)
//Digital Clock - http://www.btinternet.com/~kurt.grigg/javascript (function(){ var load_pics = []; var pics = []; for(i = 0; i < 12; i++){ load_pics[i] = i+".gif"; } for(i = 0; i < load_pics.length; i++){ pics[i] = new Image(); pics[i].src = "digital/"+load_pics[i]; } var idx = document.images.length; var get_digit_pos = -1; var digit_pos = []; var ini_src = []; var pic_width = []; for (i = 0; i < 8; i++){ var comma = (i == 2 || i == 5); if (!comma){ get_digit_pos++; } ini_src[i] = (comma)?"digital/11.gif":"digital/10.gif"; pic_width[i] = (comma)?9:16; digit_pos[i] = get_digit_pos; if (digit_pos[i] == digit_pos[i-1]){ digit_pos[i] = ""; } document.write("
") } function digitalclock(){ var x = new Date(); var s = x.getSeconds(); var m = x.getMinutes(); var h = x.getHours(); var the_time = ((h < 10)?"0"+h:h)+''+((m < 10)?"0"+m:m)+''+((s < 10)?"0"+s:s); for (i = 0; i < the_time.length; i++){ document.images[idx+"digits"+i].src = pics[the_time.charAt(i)].src; } setTimeout(digitalclock,100); } digitalclock(); })();