if(navigator.userAgent.indexOf('MSIE') > 0){
	window.attachEvent('onload', initfunk);
}else{
	window.addEventListener('load', initfunk, false);
}
function initfunk(){
	
	swf_show('swf', 'swf/top.swf', 633, 306, 'best', '');
	
	Event.observe($('map1'), "click", map1f, false);
	Event.observe($('map2'), "click", map2f, false);
	Event.observe($('map3'), "click", map3f, false);
	Event.observe($('map4'), "click", map4f, false);
	Event.observe($('map5'), "click", map5f, false);
	
	var post_data = '';
	var request = new Ajax.Request('js/rss1.php',{method:'get',onSuccess:set_rss1});
	var request2 = new Ajax.Request('js/rss2.php',{method:'get',onSuccess:set_rss2});
	
	return;
}


function set_rss1(r)
{
	$('rss1').innerHTML = r.responseText;
	//alert(r.responseText);
	
}

function set_rss2(r)
{
	$('rss2').innerHTML = r.responseText;
	//alert(r.responseText);
	
}

function map1f()
{
	win_open("map/map1.html", "map", 620, 640, "no");
}

function map2f()
{
	win_open("map/map2.html", "map", 620, 640, "no");
}

function map3f()
{
	win_open("map/map3.html", "map", 620, 640, "no");
}

function map4f()
{
	win_open("map/map4.html", "map", 620, 640, "no");
}

function map5f()
{
	win_open("map/map5.html", "map", 620, 640, "no");
}
