<OBJECT height='1' id='MsgrObj' width='1'></OBJECT>
<script language="Javascript" type="text/javascript">
<!--
function MakeHomepage()
{
	oHomePage.setHomePage("http://offthehoofhorsemanship.com/board/");
}

function DoInstantMessage(person,screen)
{
	//Check if person has messenger installed
	try{MsgrObj.classid="clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28";}
	catch(e){if(!(e.number && 2148139390) == 2148139390)return;}

	//Check if you are logged in
	if(MsgrObj.MyStatus == 1)
	{
		alert("You are not signed on to MSN Messenger.\nYou must sign on to MSN Messenger before continuing.");
		return;
	}

	//Check if person is already in contact list
	try{var contact = MsgrObj.GetContact(person,"");}
	catch(e)
	{
		if((e.number && 2164261642) == 2164261642) //MSGR_E_USER_NOT_FOUND
		{
			if(confirm("Add "+screen+" to your contact list?")==true)MsgrObj.AddContact(0,person);
		}
	}

	//Ask to send an instant message
	if(confirm("Send "+screen+" an instant message?")==true)MsgrObj.InstantMessage(person);
}

function openRadioPopup()
{
	day = new Date();
	id = day.getTime();
	eval('page' + id + ' = window.open("templates/offthehoof/radio.php", "' + id + '", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300");');
}

var AMOUNT = 2; // distance to scroll for each time
var TIME = 5; // milliseconds
var timer = null;
function scrollIt(v)
{
	var direction=v?1:-1;
	var distance=AMOUNT*direction;
	window.scrollBy(0,distance);
}
function down(v)
{
	if(timer)
	{
		clearInterval(timer); timer=null;
	}
  	if(v)timer=setInterval("scrollIt(true)",TIME);
}

function notes()
{
	window.open("notes.php", "_notes", "width=800,height=600,scrollbars,resizable=yes");
}

function tour()
{
 	window.open("tour.php", "_tour", "width=800,height=600,scrollbars,resizable=yes");
}

startColor = "#006600";
endColor = "#FFD700";
window.status="Off the Hoof Horsemanship ::  [ Guest ]"

var win = null;
function Gk_PopTart(mypage,myname,w,h,scroll)
{
  	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  	settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
  	win = window.open(mypage,myname,settings);
}
function Trophy_Popup(mypage,myname,w,h,scroll)
{
  	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  	settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
  	win = window.open(mypage,myname,settings);
}

//-->
</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr" XMLNS:MYWEBSITE>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="imagetoolbar" content="no">
<meta name="Keywords" content="horse care, phpBB, phpbb, best, forum"><meta name="Description" content="horse care forum, best phpBB forum"><meta name="revisit-after" content="20 days"><meta name="author" content="anne@woodswell.com"><meta name="owner" content="anne@woodswell.com"><meta name="distribution" content="global"><meta name="robots" content="index, follow"><meta name="abstract" content="best forum">

<link rel="top" href="./index.php" title="Board Index" />
<link rel="search" href="./search.php" title="Search" />
<link rel="help" href="./faq.php" title="" />
<link rel="author" href="./memberlist.php" title="Members" />




<title>Off the Hoof Horsemanship ::  [ Guest ]</title>
<link rel="stylesheet" href="templates/offthehoof/offthehoof.php" type="text/css">
<style type="text/css">
body {
	background: url(templates/offthehoof/images/background.gif) repeat-x;
}
</style>

<LINK REL="SHORTCUT ICON" HREF="images/favicon.ico">
<style>
@media all{MYWEBSITE\:HOMEPAGE {behavior:url(#default#homepage)}}
</style>
<script language="JavaScript" type="text/javascript" src="fade.js"></script>
</head>
<MYWEBSITE:HOMEPAGE ID=oHomePage />
<body topmargin="15" leftmargin="20" rightmargin="20" >
<a name="top"></a>


<table width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
	<td><table width="100%" cellspacing="0" cellpadding="0">
	<tr>
		<td><table width="100%" cellspacing="0" cellpadding="0">
		<tr>
			<td height="90" valign="top"><span class="gensmall">&nbsp;<br /><a href="Http://offthehoofhorsemanship.com"><img src="templates/offthehoof/images/logo_phpBB.gif" alt="Horse Care Forum for for the new horse owner." title="Horse Care Forum for for the new horse owner." border="0" /></a></span></td>
			<form method="post" action="login.php">
			<td valign="top" align="right">
			<span class="gensmall">Username:&nbsp;<input class="post" type="text" name="username" size="10" />&nbsp;&nbsp;Password:&nbsp;<input class="post" type="password" name="password" size="10" maxlength="32" /><br />Auto Login</span>&nbsp;<input class="text" type="checkbox" name="autologin" checked />&nbsp;<input type="submit" class="mainoption" name="login" value="Log In" />
			<div align="center"><span class="headtitle">Off the Hoof Horsemanship</span><br /><span class="gen"><i>Horse Care Forum for for the new horse owner.</i></span><br />&nbsp;
			</div></td>
			</form>
		</tr>
		<tr>
			<td colspan="2"><img src="images/spacer.gif" height="5" alt="" /></td>
		</tr>
		<tr>
		<!--	<form name="change">
			<td height="25" valign="middle" nowrap="nowrap"><span class="mainmenu">Style:</span>
			<select name="style">
			 BEGIN style_select
			
			 END style_select
			</select> &nbsp;<input class="liteoption" type="button" value="Go" onClick="location=document.change.style.options[document.change.style.selectedIndex].value">
			</td>
			</form>--></tr></td>
			<td height="25" align="right" valign="middle" nowrap="nowrap">
			&nbsp;<a href="usercp.php" title="User Control Panel" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_profile.gif" width="13" height="13" border="0" alt="User Control Panel" title="User Control Panel" hspace="3" />User Control Panel</a>&nbsp;&nbsp;<a href="privmsg.php?folder=inbox" title="Private Messages" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_message.gif" width="13" height="13" border="0" alt="Private Messages" title="Private Messages" hspace="3" />Log in to check your private messages</a>&nbsp;
			&nbsp;<a href="profile.php?mode=register" class="mainmenu" title="Register"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_register.gif" width="13" height="13" border="0" alt="Register" title="Register" hspace="3" />Register</a>&nbsp;
			</td>
		</tr>
		<tr>
			<td colspan="2"><img src="images/spacer.gif" height="8" alt="" /></td>
		</tr>
		<tr>
			<td nowrap valign="top" class="mainmenu"><a href="javascript:MakeHomepage()" class="mainmenu" title="Make Homepage">Make Homepage</a> &nbsp;<img src="templates/offthehoof/images/icon_dot.gif" alt="" title="" />&nbsp;
			<script language="Javascript" type="text/javascript">
			<!--
			if (navigator.appName == 'Microsoft Internet Explorer' && parseInt(navigator.appVersion) >= 4)
			{
				document.write('<a href=\"#\" onclick=\"javascript:window.external.AddFavorite(location.href,document.title)\" title=\"Add to Favorites\" class=\"mainmenu\">');
				document.write('Add to Favorites</a>');
			}
			else
			{
				var msg = "Add to Favorites";
				if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
				document.write(msg);
			}
			// -->
			</script>
			<br /><span class="gensmall">
			
			</span></td>
			<td class="gensmall" align="right" valign="top">The time now is Thu Jul 29, 2010 3:19 pm<br />All times are GMT - 5 Hours</td>
		</tr>
		<tr>
			<td colspan="2" align="center"></td>
		</tr>
		<tr>
			<td colspan="2" align="center"></td>
		</tr>
		<tr>
			<td colspan="2" align="center"></td>
		</tr>
		<tr>
			<td height="30" colspan="2" align="center" class="mainmenu">
			&nbsp;<a href="http://offthehoofhorsemanship.com" title="Home" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_portal.gif" height="13" border="0" alt="Home" title="Home" hspace="3" />Home</a>&nbsp;
			&nbsp;<a href="index.php" title="Index" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_forums.gif" height="13" border="0" alt="Index" title="Index" hspace="3" />Index</a>&nbsp;
			&nbsp;<a href="search.php" title="Search" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_search.gif" height="13" border="0" alt="Search" title="Search" hspace="3" />Search</a>&nbsp;
			&nbsp;<a href="calendar.php" title="Calendar" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_calendar.gif" height="13" border="0" alt="Calendar" title="Calendar" hspace="3" />Calendar</a>&nbsp;
			&nbsp;<a href="groupcp.php" title="Groups" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_groups.gif" height="13" border="0" alt="Groups" title="Groups" hspace="3" />Groups</a>&nbsp;
			&nbsp;<a href="faq.php" title="FAQ" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_faq.gif" height="13" border="0" alt="FAQ" title="FAQ" hspace="3" />FAQ</a>&nbsp;
			&nbsp;<a href="helpdesk.php" title="Helpdesk" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_staff.gif" height="13" border="0" alt="Helpdesk" title="Helpdesk" hspace="3" />Helpdesk</a>&nbsp;
			&nbsp;<a href="kb.php" class="mainmenu" title="Knowledge Base"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_faq.gif" width="13" height="13" border="0" alt="Knowledge Base" hspace="3" />Knowledge Base</a>&nbsp;
			&nbsp;<a href="memberlist.php" title="Members" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_members.gif" width="13" height="13" border="0" alt="Members" title="Members" hspace="3" />Members</a>&nbsp;
			&nbsp;<a href="./imclient.php" target="prillian" onClick="javascript:prill_launch('./imclient.php', '', ''); return false" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_register.gif" width="13" height="13" border="0" alt="Launch Prillian" hspace="3" />Launch Prillian</a>&nbsp;
			
			<a href="chatroom.php" class="mainmenu"><img style="vertical-align:middle; margin:2px" src="templates/offthehoof/images/menu/icon_mini_chatroom.gif" width="12" height="13" alt="Chat Room" title="Chat Room" border="0" />Chat Room</a>
			</td>
		</tr>
		</table>
	</td>
	</tr>
	</table>
	<br />


<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
	<td class="nav"><a href="index.php" class="nav">Board Index</a></td>
</tr>
</table>

<table class="forumline" width="100%" cellspacing="1" cellpadding="4">
<tr>
	<th class="thHead">Information</th>
</tr>
<tr>
	<td class="row1"><table width="100%" cellspacing="0" cellpadding="1">
	<tr>
		<td>&nbsp;</td>
	</tr>
	<tr>
		<td align="center"><span class="gen">Sorry, but this board is currently unavailable.  Please try again later.</span></td>
	</tr>
	<tr>
		<td>&nbsp;</td>
	</tr>
	</table></td>
</tr>
</table>
<br />

	<a name="bottom"></a>
	<br />
	<table width="100%" cellspacing="2" cellpadding="2">
	  <tr>
	  	<td width="25%">&nbsp;</td>
		<td width="75%" align="center"><span class="copyright"> </span></td>
		<form action="search.php?mode=results" method="post">
		<td nowrap="nowrap" width="25%" align="right"><span class="gensmall">Search:</span>
		<input class="post" type="text" size="15" name="search_keywords" value="" style="border-color: black;"> <input class="liteoption" type="submit" value="Go">
		<input type="hidden" name="search_author" value="">
		<input type="hidden" name="search_forum" value="-1">
		<input type="hidden" name="search_author" value="">
 		<input type="hidden" name="search_time" value="0">
		<input type="hidden" name="search_cat" value="-1">
		<input type="hidden" name="sort_by" value="0">
		<input type="hidden" name="show_results" value="topics">
		<input type="hidden" name="return_chars" value="-1">
		</td>
		</form>
	  </tr>
	</table>
	<div align="center"><span class="copyright"><br /><br />
	<table width="100%" cellspacing="2" cellpadding="2">
	  <tr>
	    <td width="20%" align="center"></td>
	    <td width="60%" align="center"></td>
	    <td width="20%" align="center"></td>
	  </tr>
	  <tr>
	    <td width="20%" align="center"></td>
	    <td width="60%" align="center"></td>
	    <td width="20%" align="center"></td>
	  </tr>
	</table>
	<br />Off the Hoof Horsemanship Horse Care Forum by Anne E. Wright  Contact anne (at) woodswell.com<br /><br />You can syndicate this boards posts using the file <a href="backend.php">backend.php</a><br />&nbsp;<br />All content is copyright &copy; Off the Hoof Horsemanship and its original authors<br />Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright" title="phpBB">phpBB</a>  &copy; 2001, 2004 phpBB Group<br /><br />&nbsp;<br />[ 3 pages loaded in last 5 mins  | 13 unique hits in last 24 hours ]
	</span></div></td>
  </tr>
</table>

<div align="center" class="copyright">[ Time : 0.142998s | 24 Queries | GZIP : ON ]<br />&nbsp;</div></body></html>