No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

jQuery(document).ready(function($) { $('img').each(function(){ var $img = $(this); var attr = $(this).attr('alt'); if (typeof attr == typeof undefined || attr == false) { $img.attr('alt', 'Scandish Home - gluten free, dairy free, and non-toxic simple living'); }; }); });