<!-- Copyright 2000 by William Bontrager
function snipscatspamperpics() {
var count = 4;
var r = Math.ceil(Math.random() * count);

if (r == 1) return "<a title=\"Click the picture to go to the article...\" href=\"bond_with_your_new_cat_in_5_easy_pampering_steps.htm\"><img border=\"0\" src=\"random-PicArtcTitles/rand01-bond_with_your_new_cat_in_5_easy_pampering_steps.jpg\" width=\"190\" height=\"83\"></a>";

if (r == 2) return "<a title=\"Click the picture for complete article...\" href=\"crucial_kitty_comforts.htm\"><img border=\"0\" src=\"random-PicArtcTitles/rand-crucial_kitty_comforts.jpg\" width=\"190\" height=\"83\"></a>";

if (r == 3) return "<a title=\"Click the picture for complete article...\" href=\"the_only_way_to_travel_with_your_cat_is_to_con_him_into_it.htm\"><img border=\"0\" src=\"random-PicArtcTitles/rand-the_only_way_to_travel_with_your_cat_is_to_con_him_into_it.jpg\" width=\"190\" height=\"83\"></a>";

if (r == 4) return "<a title=\"Click the picture for complete article...\" href=\"trash_and_other_free_homemade_kitty_toys.htm\"><img border=\"0\" src=\"random-PicArtcTitles/rand-trash_and_other_free_homemade_kitty_toys.jpg\" width=\"190\" height=\"83\"></a>";


} //-->




