<!-- Copyright 2000 by William Bontrager
function articlesnipspop() {
var count = 8;
var r = Math.ceil(Math.random() * count);

if (r == 1) return "<b><font color=\"#669933\">Wild Bird Food Recipes... </font></b>Want to be the envy of the neighborhood as birds start flocking to your garden? Here's the secret... offer birds more variety.<a target=\"_blank\" href=\"http://www.susansbirdgardens.com/caring-for-wild-birds/wild_bird_food_recipes.htm\">  More...</a>";

if (r == 2) return "<b><font color=\"#669933\">Care of Wild Baby Birds - Part 1... </font></b>Good for you! It's obvious that you are a caring individual... you're looking for information to care for a helpless creature. But is it really helpless?<a target=\"_blank\" href=\"http://www.susansbirdgardens.com/caring-for-wild-birds/care_of_wild_baby_birds_part_1.htm\">  More...</a>";

if (r == 3) return "<b><font color=\"#669933\">Care of Wild Baby Birds - Part 2... </font></b>There are several options you should consider before even thinking about trying to raise a foundling baby bird yourself (one of which is a legal consideration).<a target=\"_blank\" href=\"http://www.susansbirdgardens.com/caring-for-wild-birds/care_of_wild_baby_birds_part_2.htm\">  More...</a>";

if (r == 4) return "<b><font color=\"#669933\">Feeding Wild Birds... </font></b>As you no doubt have discovered, an internet search for \"what to feed wild birds\" or \"bird food recipes for wild birds\" offers a mind-boggling array of information. What it all boils down to is, basically... which birds do you want to attract? <a target=\"_blank\" href=\"http://www.susansbirdgardens.com/caring-for-wild-birds/feeding_wild_birds.htm\">  More...</a>";

if (r == 5) return "<b><font color=\"#669933\">Feeding Wild Birds From Your Pantry... </font></b>From your pantry to bird feeders... it doesn't get more homemade than that. With the right ingredients and a little know-how, you can provide birds much needed nutrition and variety. And let's face it, that old saying \"variety is the spice of life\" holds true even for birds.<a target=\"_blank\" href=\"http://www.susansbirdgardens.com/caring-for-wild-birds/feeding_wild_birds_from_your_pantry.htm\">  More...</a>";

if (r == 6) return "<b><font color=\"#669933\">How to Deal with Birds Attacking Windows... </font></b>Are you the target of an unrelenting, bright red, feathered monster with a pointy red head? Maybe your monster just has a red belly. Are nearly all the windows in your house under attack...  relentlessly and noisily? Even your car... especially the side mirrors?<a target=\"_blank\" href=\"http://www.susansbirdgardens.com/caring-for-wild-birds/how_to_deal_with_birds_attacking_windows.htm\">  More...</a>";

if (r == 7) return "<b><font color=\"#669933\">How to Keep Birds from Flying into Windows... </font></b>Not again! That sickening thud. You run to the window hoping to see it flying away. Oh, thank goodness, there it goes. A little worse for wear and a bit erratic... but it's alive!<a target=\"_blank\" href=\"http://www.susansbirdgardens.com/caring-for-wild-birds/how_to_keep_birds_from_flying_into_windows.htm\">  More...</a>";

if (r == 8) return "<b><font color=\"#669933\">How Are Birds Being Protected from Flying into Windows... </font></b>The results are making their way through the birding world... As low as 100,000 million and as high as 1 billion wild birds are killed each year from crashing into windows, including mirrored skyscrapers.<a target=\"_blank\" href=\"http://www.susansbirdgardens.com/caring-for-wild-birds/how_are_birds_being_protected_from_flying_into_windows.htm\">  More...</a>";


} //-->


