//var domain = "http://192.168.0.70/"; //"http://mt.zeeta.jp/";//http://192.168.0.70/
var _nwp_rss_domain = "http://www.nwplus.co.jp/"; //"http://mt.zeeta.jp/";//http://192.168.0.70/
var xml = null;
(function(){
	if (!"console" in window) {
		window.console = {
			log : function() {
			}
		}
	}
	var f = document.createElement("link");
	f.type = "text/css";
	f.rel = "stylesheet";
	f.href = _nwp_rss_domain+"web/_nwprss/template/css/style.css";
	
	document.getElementsByTagName("head")[0].appendChild(f);
	
	if(typeof jQuery === "undefined" ){
		var f = document.createElement("script");
		f.type = "text/javascript";
		f.src = _nwp_rss_domain+"web/_nwprss/jquery/jquery.js";
		document.getElementsByTagName("head")[0].appendChild(f);
	}

	var f = document.createElement("script");
	f.type = "text/javascript";
	f.src = _nwp_rss_domain+"web/_nwprss/build/dist/jquery.jfeed.js";
	document.getElementsByTagName("head")[0].appendChild(f);
		
})();
