<!-- Copyright 2000 by William Bontrager
function snipscatsgroompics() {
var count = 3;
var r = Math.ceil(Math.random() * count);

if (r == 1) return "<a title=\"Click the picture to go to the article...\" href=\"how_to_clip_kittys_claws.htm\"><img border=\"0\" src=\"random-PicArtcTitles/rand01a-how_to_clip_kittys_claws.jpg\" width=\"190\" height=\"83\"></a>";

if (r == 2) return "<a title=\"Click the picture for complete article...\" href=\"tips_for_brushing_your_cats_teeth.htm\"><img border=\"0\" src=\"random-PicArtcTitles/rand-tips_for_brushing_your_cats_teeth.jpg\" width=\"190\" height=\"83\"></a>";

if (r == 3) return "<font size=\"1\"><a title=\"Click the picture for complete article...\" href=\"tips_for_grooming_long_haired_cats.htm\"><img border=\"0\" src=\"random-PicArtcTitles/rand-tips_for_grooming_long_haired_cats.jpg\" width=\"190\" height=\"83\"></a>";


} //-->



