function RedirectToSearchURL(sourceName) 
{  var searchURL; 
	var txtboxValue;
	txtboxValue = sourceName;     
    searchURL = "https://www.allkpass.ca/missionnutrition/eng/contest/" + txtboxValue ;
    location.href = searchURL ;
}

