<!--
function display_quote()
	{
	var quotes = new Array(10);

	quotes[1] = "I can't say enough good things about the collar and to top it all off, the colour of the collar itself is so soothing."
	quotes[2] = "By far, this is the finest peice of K9 equipment I have seen in years. Useful and affordable, it adds to the safety and efficient operations of a working dog. There is no reason for a working dog not to wear one."
	quotes[3] = "I would just like to say that I have never seen a more useful tool for locating my dog at night as I have with the AURORALITES collar. Not only do you get the visibility of seeing your dog, but you also get distance, which you can't get with reflective tape and a flashlight."
	quotes[4] = "These devices are an invaluable resource to search dog handlers and clearly would be of great benefit to any working dog and many pets."
	quotes[5] = "...I was very impressed with the ease and durability of the collar. Our search and rescue dog unit has tried every known type of light on the dogs, none of which can hold a candle to your collar."
	quotes[6] = "I have been in search and rescue for 9 years and this is the best lighting device I have ever seen for a search dog. Keep up the good work."
	quotes[7] = "We would highly recommend your product to any search and rescue team utilizing K9s. We feel that your product is both safe and durable."
	quotes[8] = "I can honestly say that the Auroralites k-9 safety light collar is a piece of equipment no SAR dog handler should be without."
	quotes[9] = "We are very pleased with the way we are able to keep track of the dogs when we are walking them at night."
	quotes[10]= "I read the testimonials on your website and was a bit skeptical that it would not be all I had hoped for. Boy was I wrong!  Your collars are completely worth the money and I will be in the market for another one soon when my puppy grows a bit more."
	quotes[0] = "I unreservedly recommend this product for any K-9 applications where a highly visible dog would be an asset."
	document.write(quotes[Math.floor(Math.random()*11)]);
	}
// -->
