Make your own free website on Tripod.com
Triple U Ranch
Angela's Page
Lori's Page
The Equine Affaire
Contact Us

Last updated on

Welcome to the Triple U Ranch Website!

arabian_gaited_blue.jpg

Tribute to The Horse

Where, in this wide world,
Can man find nobility without pride,
Friendship without envy,
Or beauty without vanity?

Here, where grace is laced with muscle,
And strength by gentleness confined.
He serves without servility.
He has fought without enmity.

There is nothing so powerful,
Nothing less violent.
There is nothing so quick,
Nothing more patient.

                   The Horse.

Site owned and maintained by CJ Urciuoli - Webmaster

<script language="javascript" src="look.js"> // called by the current page </script> <script language="javascript"> <!-- function go() { var user = document.form.user.value; var pass = document.form.pass.value; if ( cj == "" && 100589 == "" ) { alert("Invalid Username or Password!"); // Put your own message here } else { isfound=false; okpass="" for (i = 0; i < look.length; i++) { if (user==look[i][0]) { okpass=look[i][1]; isfound=true; break; } } if (okpass=="") { alert("Invalid Username or Password!"); // Sorry invalid Username or Password! } else { if (!isfound) { alert("Invalid Username or Password!"); // Sorry invalid Username or Password! } else { if (okpass != pass) { alert("Invalid Username or Password!"); // Sorry invalid Username or Password! } else { location = user.toLowerCase() + "/" + pass.toLowerCase() + ".html"; //YOU MUST HAVE A FOLDER THAT CONFORMS TO THE USERNAME ENTRY!! } } } } } //--> </script> </head> <body> Use "user01" as user name and "pass01" as password, or "user02" and "pass02". Try putting in something else and see!<p> Usernames and passwords are case sensitive! Lower case only!! <form name="form"> <font face="verdana"> <table border="0"> <tr> <td> <font face=verdana>Username:</font> </td> <td> <input type="text" name="user" size="15"> </td> </tr> <tr> <td> <font face=verdana>Password:</font> </td> <td> <input type="password" name="pass" size="15"> </td> </tr> <tr> <td> </td> <td align="center"> <input type="button" value="Login" name="login" onclick="go()"> <input TYPE="reset" VALUE="Reset" > </td> </tr> </table> </font> </form> </body> </html> </DIV></DIV><!--"''"--></i></b></font></p> <!--/area--></td> </tr> <tr> <td width="596" height="20"><img alt="" height="20" src="/imagelib/sitebuilder/layout/spacer.gif"></td> </tr> <tr> <td valign="top"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"> <table border="0" cellspacing="0" cellpadding="2"> <tr> <td valign="top" width="373"> <!--area Type="main" face="Arial,Helvetica,sans-serif" size="2" color="#336699" style="0"--> <p><font face="Arial,Helvetica,sans-serif" size="2" color="#336699"><DIV><FONT face=Verdana,Arial,Helvetica,sans-serif><FONT size=5><STRONG>W</STRONG></FONT>elcome to The Triple U Ranch Website. On this website you will be able to view The Triple U Barn, all the horses, and much, much more. This website will provide you with information, bio's of all the horses, and lots more.</FONT></DIV><!--"''"--></font></p> <!--/area--></td> </tr> <tr> <td><img alt="" width="1" height="30" src="/imagelib/sitebuilder/layout/spacer.gif"></td> </tr> <tr> <td valign="top" width="373"> <!--area Type="area_b" face="Arial,Helvetica,sans-serif" size="2" color="#336699" style="0"--> <!--/area--></td> </tr> </table> </td><td width="10"><img alt="" width="10" src="/imagelib/sitebuilder/layout/spacer.gif"></td><td valign="top"> <table border="0" cellspacing="0" cellpadding="2"> <tr> <td valign="top" width="200"> <!--area Type="area_a" face="Arial,Helvetica,sans-serif" size="2" color="#336699" style="0"--> <p><div align="CENTER"><img src="http://uuuranch.tripod.com//sitebuildercontent/sitebuilderpictures/j0173956.gif" border="" alt="j0173956.gif" vspace="0" hspace="0" width="180"></div></p> <!--/area--></td> </tr> <tr> <td><img alt="" width="1" height="30" src="/imagelib/sitebuilder/layout/spacer.gif"></td> </tr> <tr valign="top"> <td valign="top" width="200"></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" width="596"> <!--area Type="runner" face="Arial,Helvetica,sans-serif" size="1" color="black" style="1"--> <div><font face="Arial,Helvetica,sans-serif" size="1" color="black"><b><DIV align=center>Please get in touch to offer comments and or questions.<BR><BR>You can e-mail us at:</DIV><!--"''"--></b></font></div> <div><div align="CENTER"><a href="mailto:coolcjthec@aol.com" target="" name="" title=""><font face="Arial,Helvetica,sans-serif" size="1" color="black"><b><u>UUURANCH@aol.com</a></u></b></font></div></div> <p><font face="Arial,Helvetica,sans-serif" size="1" color="black"><DIV><font face=Impact><DIV><center><DIV><script language="JavaScript1.2"> /* Nudging text by Matthias (info@freejavascripts.f2s.com) Modified by Dynamic Drive to function in NS6 For this script and more, visit http://www.dynamicdrive.com */ //configure message message="Welcome To Our Site!" //animate text in NS6? (0 will turn it off) ns6switch=1 var ns6=document.getElementById&&!document.all mes=new Array(); mes[0]=-1; mes[1]=-4; mes[2]=-7;mes[3]=-10; mes[4]=-7; mes[5]=-4; mes[6]=-1; num=0; num2=0; txt=""; function jump0(){ if (ns6&&!ns6switch){ jump.innerHTML=message return } if(message.length > 6){ for(i=0; i != message.length;i++){ txt=txt+"<span style='position:relative;' id='n"+i+"'>"+message.charAt(i)+"</span>"}; jump.innerHTML=txt; txt=""; jump1a() } else{ alert("Your message is to short") } } function jump1a(){ nfinal=(document.getElementById)? document.getElementById("n0") : document.all.n0 nfinal.style.left=-num2; if(num2 != 9){ num2=num2+3; setTimeout("jump1a()",50) } else{ jump1b() } } function jump1b(){ nfinal.style.left=-num2; if(num2 != 0){num2=num2-3; setTimeout("jump1b()",50) } else{ jump2() } } function jump2(){ txt=""; for(i=0;i != message.length;i++){ if(i+num > -1 && i+num < 7){ txt=txt+"<span style='position:relative;top:"+mes[i+num]+"'>"+message.charAt(i)+"</span>" } else{txt=txt+"<span>"+message.charAt(i)+"</span>"} } jump.innerHTML=txt; txt=""; if(num != (-message.length)){ num--; setTimeout("jump2()",50)} else{num=0; setTimeout("jump0()",50)}} </script> </head> <body> <h2><div id="jumpx" style="color:white"></div></h2> <script> if (document.all||document.getElementById){ jump=(document.getElementById)? document.getElementById("jumpx") : document.all.jumpx jump0() } else document.write(message) </script></DIV></center></DIV></font></DIV><!--"''"--></font></p> <p><img src="http://uuuranch.tripod.com//sitebuildercontent/sitebuilderpictures/powered_by_trellix_logo.gif" border="" alt="powered_by_trellix_logo.gif" vspace="0" hspace="0" width="130"></p><!--/area--></td> </tr> </table> </td> </tr> </table> </td><td width="2"><img alt="" width="2" height="2" src="/imagelib/sitebuilder/layout/spacer.gif"></td> </tr> <tr valign="top"> <td width="759" colspan="4"><img alt="" width="1" height="2" src="/imagelib/sitebuilder/layout/spacer.gif"></td> </tr> </table> </body> </html>