function showCategories(tipType)
{
	categoryName = obj.category.options[obj.category.selectedIndex].value;
	arrTemp = categoryName.split("||");
	self.location = rewriteBase + 'health_and_travel_tips/'+tipType+'_category/'+arrTemp[0]+'/'+arrTemp[1]+'.html';
}
