/**
 * Class        : breed.js
 * Author(s)    : Geeta Saluja
 * Creation Date: June 8, 2006
 * Functionality: This file is used to call the functions of catSelector.js, breedSelector.js, 
 * catResults.js and breedResults.js files .
 * Copyright    : P&G 
 *  Modification History
 *  Date                 Author              Description.
 */
 getVarsFromCookie();
 doTheRankings();
 showResults();

	