function randOrd()
{
    return (Math.round(Math.random())-0.5); 
} 


function clearText(wimgoSearch){
	if (wimgoSearch.value == "Search Oklahoma City for events, movies & more...")
	wimgoSearch.value = ""
} 
