/**
*	vendorratingpresets.js
*
*	A complement to the rating.js file.
*	This file changes a few presets so
*	you can rate vendors instead of articles.
*
*	@author Dave Liotta
*	@copyright &copy;2006 Leedom and Associates, LLC
*	@created July 6th, 2006
*/

var RATE_SERVICE_URL = "./services/RateVendorByIDXHTML.php";
var RATE_CURRENT_RATE_SERVICE_URL = "./services/GetCurrentRatingByVendorIDXHTML.php";
var RATE_BASIC_MESSAGE = "Click with mouse to select rating.";
var RATE_RECORDED_MESSAGE = "Rating recorded. Thank you.";
var PREVIOUS_RATE_MESSAGE = "Previously recorded, thanks.";
var RATE_MESSAGES = new Array(
	"Would not recommend.",
	"Somewhat recommend.",
	"Recommend this vendor.",
	"Highly recommend!",
	"Exceptional, no complaints!" );
