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