/*Use this function to swap out colors of the results rows*/

function hov(loc,cls){
   	if(loc.className)
      	loc.className=cls;
};;

