Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MagpieRSS has a deprecated constructor in /home/kir677865/public_html/yonetamari/solar/rss/rss_parse.inc on line 77

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; RSSCache has a deprecated constructor in /home/kir677865/public_html/yonetamari/solar/rss/rss_cache.inc on line 19

Warning: MagpieRSS: Failed to fetch https://yonetamarijuko.com/solar/wordpress/feed/. (HTTP Response: ) in /home/kir677865/public_html/yonetamari/solar/rss/rss_fetch.inc on line 231

Warning: Invalid argument supplied for foreach() in /home/kir677865/public_html/yonetamari/solar/rss/rss.php on line 23
function rss_view(){ var blog_view = document.getElementById('blog_view'); var blog_rss = ''; blog_view.innerHTML = blog_rss; } function addEvent(object, type, handler) { if (object.addEventListener) { object.addEventListener(type, handler, false); } else if (object.attachEvent) { object.attachEvent(['on',type].join(''),handler); } else { object[['on',type].join('')] = handler; } } addEvent(window,'load',function() { rss_view(); });