// RSS表示サーバーモジュールURL
rssUrl = 'http://' + location.hostname + '/rest/rss.php';
// RSSフィードURL
feedUrl = 'http://news.goo.ne.jp/rss/topstories/nation/index.rdf';   
// お天気表示サーバーモジュールURL
wheatherUrl = 'http://' + location.hostname + '/rest/weather.php';
// お天気初期表示
myArea = '東北';
myPref = '宮城';
myCity = '仙台';

