Simple living videos, simple recipes (dairy and gluten free), creative home decor, healthy and all natural living,non toxic cleaning, creating a cozy home and many other fun things you can find here!
xx Noemi
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');
};
});
});