﻿function search()
{
	var searchText		= document.getElementById('SearchBoxTopNav').value;
	document.location	= '/Search.aspx?SearchBoxTopNav=' + searchText;
}


