/* 変数の初期化 */ var aryRssData = new Array(); var strViewLists = ""; strViewLists = ''; /* 中身が空でなければ一覧を表示 */ if(strViewLists != ""){ document.write(strViewLists); }