<!-- Copyright 2000 by William Bontrager
function snipscatstrainpics() {
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=\"can_you_live_peacefully_with_your_cat.htm\"><img border=\"0\" src=\"random-PicArtcTitles/rand01-can_you_live_peacefully_with_your_cat.jpg\" width=\"190\" height=\"83\"></a>";

if (r == 2) return "<a title=\"Click the picture for complete article...\" href=\"has_anyone_ever_really_trained_a_cat.htm\"><img border=\"0\" src=\"random-PicArtcTitles/rand-has_anyone_ever_really_trained_a_cat.jpg\" width=\"190\" height=\"83\"></a>";

if (r == 3) return "<a title=\"Click the picture for complete article...\" href=\"is_a_tiger_stalking_your_living_room.htm\"><img border=\"0\" src=\"random-PicArtcTitles/rand-is_a_tiger_stalking_your_living_room.jpg\" width=\"190\" height=\"83\"></a>";

if (r == 4) return "<a title=\"Click the picture for complete article...\" href=\"walk_your_cat_on_a_leash_always.htm\"><img border=\"0\" src=\"random-PicArtcTitles/rand-walk_your_cat_on_a_leash_always.jpg\" width=\"190\" height=\"83\"></a>";


} //-->



