var MyImage = ['images/arrow_button.gif'];
var YourImage = ['images/arrow_button-over.gif'];
function MouseOverImg(Img)
	{
		Img.src = YourImage[parseInt(Img.name)];
	}
function MouseOutImg(Img)
	{
		Img.src = MyImage[parseInt(Img.name)];
	}	
function GetValue()
	{
		window.location.href ="news.asp?key=" +  escape(document.all.search.value);
	}
function SubmitKeyClick() 
{    
	if (event.keyCode == 13) 
	{        
		event.cancelBubble = true;
		event.returnValue = false;
		document.all("0").click(); 
	}
}
document.write("		<table border=\"0\" width=\"969\" id=\"table1\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">");
document.write("			<tr height=\"30\">");
document.write("				<td width=\"64\" rowspan=\"2\" align=\"right\"><img border=\"0\" src=\"images/v-logo.gif\" width=\"45\" height=\"43\" align=\"right\"></td>");
document.write("				<td rowspan=\"2\" width=\"515\"><a href=\"index.asp\"><img border=\"0\" src=\"images/teamname.gif\" width=\"252\" height=\"40\"><a/></td>");
document.write("				<td width=\"267\" align=\"right\" height=\"19\"><img border=\"0\" src=\"images/pic1.gif\" width=\"15\" height=\"15\"></td>");
document.write("				<td width=\"79\" align=\"right\" height=\"19\" style=\"padding-right:5px\"><img border=\"0\" src=\"images/button_cn.gif\" width=\"77\" height=\"21\"></td>");
document.write("			</tr>");
document.write("			<tr>");
document.write("				<td width=\"346\" height=\"28\" colspan=\"2\" style=\"padding-right:5px\" align=\"right\">&nbsp;| <a href=\"index.asp\">Home</a> | <a href=\"contact.htm\">Contact</a> | <a href=\"#\">Site map</a></td>");
document.write("			</tr>");
document.write("			<tr height=\"90\">");
document.write("				<td colspan=\"2\" width=\"623\"><img border=\"0\" src=\"images/topback-left.gif\" width=\"623\" height=\"90\"></td>");
document.write("				<td colspan=\"2\" width=\"346\"><a href=\"Register.htm\" target=\"_blank\"><img border=\"0\" src=\"images/topback-right.gif\" width=\"346\" height=\"90\" alt=\"Click here to apply for online membership!\"></a></td>");
document.write("			</tr>");
document.write("		</table>");
document.write("		<table border=\"0\" width=\"969\" id=\"table2\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"");
document.write("			bgcolor=\"#1874B5\">");
document.write("			<tr height=\"20\">");
document.write("				<td width=\"550\" class=\"menutd\"><a href=\"aboutus.htm\" class=\"white\">ABOUT US</a>&nbsp; |&nbsp; <a href=\"news.asp\" class=\"white\">NEWS &amp; EVENTS</a>&nbsp; |&nbsp; <a href=\"services.htm\" class=\"white\">SERVICES</a>&nbsp; |&nbsp; <a href=\"gallery.asp\" class=\"white\">GALLERY</a>&nbsp; |&nbsp; <a href=\"#\" class=\"white\">AFFINITY GROUP</a>&nbsp; |&nbsp; <a href=\"#\" class=\"white\">FORUM</a></td>");
document.write("				<td class=\"menutd\" align=\"right\">");
document.write("					<table border=\"0\" width=\"100%\" id=\"table3\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("						<tr>");
document.write("							<td align=\"right\"><font color=\"yellow\">Search this site:&nbsp; </font>&nbsp;</td>");
document.write("							<td align=\"center\" width=\"157\"><input type=\"text\" style=\"border: 1px solid #C0C0C0\" size=\"29\" name=\"search\" onkeypress=\"SubmitKeyClick()\"></td>");
document.write("							<td width=\"24\" valign=\"middle\">&nbsp; <img border=\"0\" src=\"images/arrow_button.gif\" width=\"17\" height=\"16\" onmouseover=\"MouseOverImg(this)\" style=\"CURSOR: hand\" onmouseout=\"MouseOutImg(this)\" name=\"0\" onclick=\"GetValue()\" alt=\"Search\"></td>");
document.write("						</tr>");
document.write("					</table>");
document.write("				</td>");
document.write("			</tr>");
document.write("		</table>");
